[ 
https://issues.apache.org/jira/browse/HIVE-6310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883917#comment-13883917
 ] 

Jason Dere commented on HIVE-6310:
----------------------------------

For test file_with_header_footer_negative.q, it looks like the issue is that 
the .q file has bad paths in it. Try with these changes and you don't need to 
update the .q.out file:

{noformat}
-dfs -copyFromLocal ../data/files/header_footer_table_1 
hdfs:///tmp/test/header_footer_table_1;
+dfs -copyFromLocal ../../data/files/header_footer_table_1 
hdfs:///tmp/test/header_footer_table_1;
 
-dfs -copyFromLocal ../data/files/header_footer_table_2 
hdfs:///tmp/test/header_footer_table_2;
+dfs -copyFromLocal ../../data/files/header_footer_table_2 
hdfs:///tmp/test/header_footer_table_2;
{noformat}

> Fix a few minimr test failures
> ------------------------------
>
>                 Key: HIVE-6310
>                 URL: https://issues.apache.org/jira/browse/HIVE-6310
>             Project: Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.13.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>         Attachments: HIVE-6310.1.patch, HIVE-6310.2.patch, HIVE-6310.patch
>
>
> These test cases are:
> {code}
> ql/src/test/queries/clientpositive/import_exported_table.q
> ql/src/test/queries/clientpositive/load_hdfs_file_with_space_in_the_name.q
> ql/src/test/queries/clientpositive/root_dir_external_table.q
> {code}
> They are failing because of existing hdfs:///tmp/test, possible left over by 
> other tests.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to