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

Hadoop QA commented on HADOOP-7626:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12494180/HADOOP-7626-trunk.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

    -1 release audit.  The applied patch generated 9 release audit warnings 
(more than the trunk's current 0 warnings).

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/169//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/169//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/169//console

This message is automatically generated.

> Allow overwrite of HADOOP_CLASSPATH and HADOOP_OPTS
> ---------------------------------------------------
>
>                 Key: HADOOP-7626
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7626
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.20.205.0
>         Environment: Java, Linux
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.20.205.0, 0.23.0
>
>         Attachments: HADOOP-7626-trunk.patch, HADOOP-7626.patch
>
>
> Quote email from Ashutosh Chauhan:
> bq. There is a bug in hadoop-env.sh which prevents hcatalog server to start 
> in secure settings. Instead of adding classpath, it overrides them. I was not 
> able to verify where the bug belongs to, in HMS or in hadoop scripts. Looks 
> like hadoop-env.sh is generated from hadoop-env.sh.template in installation 
> process by HMS. Hand crafted patch follows:
> bq. - export HADOOP_CLASSPATH=$f
> bq. +export HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:$f
> bq. -export HADOOP_OPTS="-Djava.net.preferIPv4Stack=true "
> bq. +export HADOOP_OPTS="${HADOOP_OPTS} -Djava.net.preferIPv4Stack=true "

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

        

Reply via email to