symlink_text_input_format.q needs fixes for minimr
--------------------------------------------------
Key: HIVE-1574
URL: https://issues.apache.org/jira/browse/HIVE-1574
Project: Hadoop Hive
Issue Type: Bug
Reporter: Joydeep Sen Sarma
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.