[
https://issues.apache.org/jira/browse/HADOOP-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565702#action_12565702
]
Hadoop QA commented on HADOOP-2766:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12374543/hadoop-2766
against trunk revision 616796.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new javac compiler
warnings.
release audit +1. The applied patch does not generate any new release
audit warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests -1. The patch failed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1739/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1739/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1739/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1739/console
This message is automatically generated.
> [HOD] No way to set HADOOP_OPTS environment variable to the Hadoop daemons
> through HOD
> --------------------------------------------------------------------------------------
>
> Key: HADOOP-2766
> URL: https://issues.apache.org/jira/browse/HADOOP-2766
> Project: Hadoop Core
> Issue Type: Bug
> Components: contrib/hod
> Affects Versions: 0.16.0, 0.16.1, 0.17.0
> Reporter: Hemanth Yamijala
> Assignee: Vinod Kumar Vavilapalli
> Priority: Critical
> Fix For: 0.16.0, 0.16.1, 0.17.0
>
> Attachments: hadoop-2766
>
>
> For purposes of performance tuning it should be possible to set some
> environment variables that Hadoop honors before launching the Hadoop daemons.
> For e.g. to set the heap size of the JVM, we should set the HADOOP_HEAPSIZE
> variable. These can be configured through hodrc using the
> gridservice-mapred.envs environment variable. This works for everything
> *except* HADOOP_OPTS, which is also useful, for e.g. to pass in Garbage
> collection parameters to the JVM, like -XX:+UseParallelGC. This is because
> HOD tries to set HADOOP_OPTS from the gridservice-mapred.java-opts variable,
> but it does not read the java-opts variable anywhere properly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.