[ 
https://issues.apache.org/jira/browse/HIVE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081405#comment-13081405
 ] 

Carl Steinbach commented on HIVE-2362:
--------------------------------------

However, only {{mapred.min.split.size}} appears in the output of {{set -v}},
and none of these properties appear in the output of {{set}}:

{noformat}
% hive -e 'set' | egrep '^mapred.(min|max).*'
% hive -e 'set -v' | egrep '^mapred.(min|max).*'
mapred.min.split.size=0
%
{noformat}

Looks like mapred.min.split.size is showing up because it's set in
build/hadoopcore/hadoop-0.20.1/src/mapred/mapred-default.xml

> HiveConf properties not appearing in the output of 'set' or 'set -v'
> --------------------------------------------------------------------
>
>                 Key: HIVE-2362
>                 URL: https://issues.apache.org/jira/browse/HIVE-2362
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI, Configuration
>            Reporter: Carl Steinbach
>            Priority: Blocker
>             Fix For: 0.8.0
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to