Fabian Alenius created PIG-2768: ----------------------------------- Summary: Fix org.apache.hadoop.conf.Configuration deprecation warnings for Hadoop 23 Key: PIG-2768 URL: https://issues.apache.org/jira/browse/PIG-2768 Project: Pig Issue Type: Improvement Reporter: Fabian Alenius
When compiling with hadoopversion=23 and running with hadoop 23 an annoying warning is printed: WARN org.apache.hadoop.conf.Configuration - fs.default.name is deprecated. Instead, use fs.defaultFS because fs.default.name is set in the configuration properties in HExecutionEngine.java even if Pig is compiled for hadoop 23. -- 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