[ https://issues.apache.org/jira/browse/HIVE-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077493#comment-14077493 ]
Hive QA commented on HIVE-7529: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12658341/HIVE-7529.1.patch.txt {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 5787 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx org.apache.hive.hcatalog.pig.TestHCatLoader.testReadDataPrimitiveTypes org.apache.hive.hcatalog.pig.TestOrcHCatLoader.testReadDataPrimitiveTypes {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/89/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/89/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-89/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12658341 > "insert query fails on hdfs federation + viewfs" still exists > ------------------------------------------------------------- > > Key: HIVE-7529 > URL: https://issues.apache.org/jira/browse/HIVE-7529 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.1 > Reporter: John > Assignee: Navis > Attachments: HIVE-7529.1.patch.txt > > > $ echo 111,222 >/tmp/testtable > $ sudo -u hive hive > hive> create table test (a int, b int) row format delimited fields terminated > by ',' stored as textfile; > OK > Time taken: 2.355 seconds > hive> load data local inpath '/tmp/testtable' overwrite into table test; -- This message was sent by Atlassian JIRA (v6.2#6252)