Zhenxiao Luo created HIVE-2973: ---------------------------------- Summary: LOAD DATA INPATH doesn't work when HDFS port is explicitly specified Key: HIVE-2973 URL: https://issues.apache.org/jira/browse/HIVE-2973 Project: Hive Issue Type: Bug Reporter: Zhenxiao Luo Assignee: Zhenxiao Luo Priority: Minor
If hive.metastore.warehouse.dir is hdfs://namenode/user/hive/warehouse, doing: LOAD DATA INPATH 'hdfs://namenode:8020/user/myname/temp-dir' INTO TABLE foo Doesn't work (complains about different filesystems). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira