[
https://issues.apache.org/jira/browse/HIVE-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972215#action_12972215
]
Edward Capriolo commented on HIVE-1574:
---------------------------------------
Due to the way the testing infrastructure runs using LOAD DATA INFILE causes
failure on standard mode.
org.apache.hadoop.mapred.InvalidInputException: Input path does not exist:
file:/tmp/edward/hive_2010-12-16_13-25-49_419_5685676156670855494/data/files/T2.txt
I guess that is why dfs was used in the test case.
> symlink_text_input_format.q needs fixes for minimr
> --------------------------------------------------
>
> Key: HIVE-1574
> URL: https://issues.apache.org/jira/browse/HIVE-1574
> Project: Hive
> Issue Type: Bug
> Reporter: Joydeep Sen Sarma
> Assignee: Edward Capriolo
>
> fails in minimr. these lines are problematic:
> dfs -cp ../data/files/symlink1.txt
> ../build/ql/test/data/warehouse/symlink_text_input_format/symlink1.txt;
> dfs -cp ../data/files/symlink2.txt
> ../build/ql/test/data/warehouse/symlink_text_input_format/symlink2.txt;
> we should just use load commands.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.