Hi, As part of the fix for the issue https://issues.apache.org/jira/browse/TEZ-1127 two new configurations have been introduced. The default value for these properties are set to "" (empty string). Shouldn't these properties be configured with default value of:
"LD_LIBRARY_PATH=$HADOOP_COMMON_HOME/lib/native" as in the case for mapreduce.admin.user.env Now user has to explicitly set these values from the application code to use the native libs (like for compression) -- Cheers, *Subroto Sanyal*
