Harsh J created HIVE-3595: ----------------------------- Summary: Hive should adapt new FsShell commands since Hadoop 2 has changed FsShell argument structures Key: HIVE-3595 URL: https://issues.apache.org/jira/browse/HIVE-3595 Project: Hive Issue Type: Improvement Components: Shims Affects Versions: 0.9.0 Reporter: Harsh J Priority: Minor
A simple example is that hive calls "-rmr" in the FsShell class, which in Hadoop 2 is "rm -r". This helps avoid printing an unnecessary Deprecated warning in Hive when the Hadoop23 (or hadoop-2) shim is in use. We should wrap the logic and call the right commands of hadoop-2 to avoid this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira