[jira] [Commented] (HADOOP-10248) Property name should be included in the exception where property value is null
[ https://issues.apache.org/jira/browse/HADOOP-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881886#comment-13881886 ] Hudson commented on HADOOP-10248: - SUCCESS: Integrated in Hadoop-Hdfs-trunk #1653 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1653/]) HADOOP-10248. Property name should be included in the exception where property value is null. Contributed by Akira AJISAKA. (umamahesh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1560906) * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java > Property name should be included in the exception where property value is null > -- > > Key: HADOOP-10248 > URL: https://issues.apache.org/jira/browse/HADOOP-10248 > Project: Hadoop Common > Issue Type: Improvement >Affects Versions: 2.2.0 >Reporter: Ted Yu >Assignee: Akira AJISAKA > Labels: newbie > Fix For: 3.0.0, 2.3.0 > > Attachments: HADOOP-10248.2.patch, HADOOP-10248.patch > > > I saw the following when trying to determine startup failure: > {code} > 2014-01-21 06:07:17,871 FATAL > [master:h2-centos6-uns-1390276854-hbase-10:6] master.HMaster: Unhandled > exception. Starting shutdown. > java.lang.IllegalArgumentException: Property value must not be null > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:958) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:940) > at org.apache.hadoop.http.HttpServer.initializeWebServer(HttpServer.java:510) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:470) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:458) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:412) > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:59) > {code} > Property name should be included in the following exception: > {code} > Preconditions.checkArgument( > value != null, > "Property value must not be null"); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)
[jira] [Commented] (HADOOP-10248) Property name should be included in the exception where property value is null
[ https://issues.apache.org/jira/browse/HADOOP-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881868#comment-13881868 ] Hudson commented on HADOOP-10248: - FAILURE: Integrated in Hadoop-Mapreduce-trunk #1678 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1678/]) HADOOP-10248. Property name should be included in the exception where property value is null. Contributed by Akira AJISAKA. (umamahesh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1560906) * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java > Property name should be included in the exception where property value is null > -- > > Key: HADOOP-10248 > URL: https://issues.apache.org/jira/browse/HADOOP-10248 > Project: Hadoop Common > Issue Type: Improvement >Affects Versions: 2.2.0 >Reporter: Ted Yu >Assignee: Akira AJISAKA > Labels: newbie > Fix For: 3.0.0, 2.3.0 > > Attachments: HADOOP-10248.2.patch, HADOOP-10248.patch > > > I saw the following when trying to determine startup failure: > {code} > 2014-01-21 06:07:17,871 FATAL > [master:h2-centos6-uns-1390276854-hbase-10:6] master.HMaster: Unhandled > exception. Starting shutdown. > java.lang.IllegalArgumentException: Property value must not be null > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:958) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:940) > at org.apache.hadoop.http.HttpServer.initializeWebServer(HttpServer.java:510) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:470) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:458) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:412) > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:59) > {code} > Property name should be included in the following exception: > {code} > Preconditions.checkArgument( > value != null, > "Property value must not be null"); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)
[jira] [Commented] (HADOOP-10248) Property name should be included in the exception where property value is null
[ https://issues.apache.org/jira/browse/HADOOP-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881841#comment-13881841 ] Hudson commented on HADOOP-10248: - FAILURE: Integrated in Hadoop-Yarn-trunk #461 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/461/]) HADOOP-10248. Property name should be included in the exception where property value is null. Contributed by Akira AJISAKA. (umamahesh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1560906) * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java > Property name should be included in the exception where property value is null > -- > > Key: HADOOP-10248 > URL: https://issues.apache.org/jira/browse/HADOOP-10248 > Project: Hadoop Common > Issue Type: Improvement >Affects Versions: 2.2.0 >Reporter: Ted Yu >Assignee: Akira AJISAKA > Labels: newbie > Fix For: 3.0.0, 2.3.0 > > Attachments: HADOOP-10248.2.patch, HADOOP-10248.patch > > > I saw the following when trying to determine startup failure: > {code} > 2014-01-21 06:07:17,871 FATAL > [master:h2-centos6-uns-1390276854-hbase-10:6] master.HMaster: Unhandled > exception. Starting shutdown. > java.lang.IllegalArgumentException: Property value must not be null > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:958) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:940) > at org.apache.hadoop.http.HttpServer.initializeWebServer(HttpServer.java:510) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:470) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:458) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:412) > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:59) > {code} > Property name should be included in the following exception: > {code} > Preconditions.checkArgument( > value != null, > "Property value must not be null"); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)
[jira] [Commented] (HADOOP-10248) Property name should be included in the exception where property value is null
[ https://issues.apache.org/jira/browse/HADOOP-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881680#comment-13881680 ] Hudson commented on HADOOP-10248: - SUCCESS: Integrated in Hadoop-trunk-Commit #5036 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/5036/]) HADOOP-10248. Property name should be included in the exception where property value is null. Contributed by Akira AJISAKA. (umamahesh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1560906) * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java > Property name should be included in the exception where property value is null > -- > > Key: HADOOP-10248 > URL: https://issues.apache.org/jira/browse/HADOOP-10248 > Project: Hadoop Common > Issue Type: Improvement >Affects Versions: 2.2.0 >Reporter: Ted Yu >Assignee: Akira AJISAKA > Labels: newbie > Fix For: 3.0.0, 2.3.0 > > Attachments: HADOOP-10248.2.patch, HADOOP-10248.patch > > > I saw the following when trying to determine startup failure: > {code} > 2014-01-21 06:07:17,871 FATAL > [master:h2-centos6-uns-1390276854-hbase-10:6] master.HMaster: Unhandled > exception. Starting shutdown. > java.lang.IllegalArgumentException: Property value must not be null > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:958) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:940) > at org.apache.hadoop.http.HttpServer.initializeWebServer(HttpServer.java:510) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:470) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:458) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:412) > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:59) > {code} > Property name should be included in the following exception: > {code} > Preconditions.checkArgument( > value != null, > "Property value must not be null"); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)
[jira] [Commented] (HADOOP-10248) Property name should be included in the exception where property value is null
[ https://issues.apache.org/jira/browse/HADOOP-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880076#comment-13880076 ] Uma Maheswara Rao G commented on HADOOP-10248: -- +1 > Property name should be included in the exception where property value is null > -- > > Key: HADOOP-10248 > URL: https://issues.apache.org/jira/browse/HADOOP-10248 > Project: Hadoop Common > Issue Type: Improvement >Affects Versions: 2.2.0 >Reporter: Ted Yu >Assignee: Akira AJISAKA > Labels: newbie > Attachments: HADOOP-10248.2.patch, HADOOP-10248.patch > > > I saw the following when trying to determine startup failure: > {code} > 2014-01-21 06:07:17,871 FATAL > [master:h2-centos6-uns-1390276854-hbase-10:6] master.HMaster: Unhandled > exception. Starting shutdown. > java.lang.IllegalArgumentException: Property value must not be null > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:958) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:940) > at org.apache.hadoop.http.HttpServer.initializeWebServer(HttpServer.java:510) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:470) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:458) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:412) > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:59) > {code} > Property name should be included in the following exception: > {code} > Preconditions.checkArgument( > value != null, > "Property value must not be null"); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)
[jira] [Commented] (HADOOP-10248) Property name should be included in the exception where property value is null
[ https://issues.apache.org/jira/browse/HADOOP-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13878480#comment-13878480 ] Hadoop QA commented on HADOOP-10248: {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12624307/HADOOP-10248.2.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. The javadoc tool did not generate any warning messages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 1.3.9) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in hadoop-common-project/hadoop-common. {color:green}+1 contrib tests{color}. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/3455//testReport/ Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/3455//console This message is automatically generated. > Property name should be included in the exception where property value is null > -- > > Key: HADOOP-10248 > URL: https://issues.apache.org/jira/browse/HADOOP-10248 > Project: Hadoop Common > Issue Type: Improvement >Affects Versions: 2.2.0 >Reporter: Ted Yu >Assignee: Akira AJISAKA > Labels: newbie > Attachments: HADOOP-10248.2.patch, HADOOP-10248.patch > > > I saw the following when trying to determine startup failure: > {code} > 2014-01-21 06:07:17,871 FATAL > [master:h2-centos6-uns-1390276854-hbase-10:6] master.HMaster: Unhandled > exception. Starting shutdown. > java.lang.IllegalArgumentException: Property value must not be null > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:958) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:940) > at org.apache.hadoop.http.HttpServer.initializeWebServer(HttpServer.java:510) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:470) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:458) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:412) > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:59) > {code} > Property name should be included in the following exception: > {code} > Preconditions.checkArgument( > value != null, > "Property value must not be null"); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)
[jira] [Commented] (HADOOP-10248) Property name should be included in the exception where property value is null
[ https://issues.apache.org/jira/browse/HADOOP-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13878144#comment-13878144 ] Hadoop QA commented on HADOOP-10248: {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12624249/HADOOP-10248.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. 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. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. The javadoc tool did not generate any warning messages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 1.3.9) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in hadoop-common-project/hadoop-common. {color:green}+1 contrib tests{color}. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/3451//testReport/ Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/3451//console This message is automatically generated. > Property name should be included in the exception where property value is null > -- > > Key: HADOOP-10248 > URL: https://issues.apache.org/jira/browse/HADOOP-10248 > Project: Hadoop Common > Issue Type: Improvement >Affects Versions: 2.2.0 >Reporter: Ted Yu >Assignee: Akira AJISAKA > Labels: newbie > Attachments: HADOOP-10248.patch > > > I saw the following when trying to determine startup failure: > {code} > 2014-01-21 06:07:17,871 FATAL > [master:h2-centos6-uns-1390276854-hbase-10:6] master.HMaster: Unhandled > exception. Starting shutdown. > java.lang.IllegalArgumentException: Property value must not be null > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:958) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:940) > at org.apache.hadoop.http.HttpServer.initializeWebServer(HttpServer.java:510) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:470) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:458) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:412) > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:59) > {code} > Property name should be included in the following exception: > {code} > Preconditions.checkArgument( > value != null, > "Property value must not be null"); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)
[jira] [Commented] (HADOOP-10248) Property name should be included in the exception where property value is null
[ https://issues.apache.org/jira/browse/HADOOP-10248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13878120#comment-13878120 ] Ted Yu commented on HADOOP-10248: - Thanks for the patch. > Property name should be included in the exception where property value is null > -- > > Key: HADOOP-10248 > URL: https://issues.apache.org/jira/browse/HADOOP-10248 > Project: Hadoop Common > Issue Type: Improvement >Affects Versions: 2.2.0 >Reporter: Ted Yu >Assignee: Akira AJISAKA > Labels: newbie > Attachments: HADOOP-10248.patch > > > I saw the following when trying to determine startup failure: > {code} > 2014-01-21 06:07:17,871 FATAL > [master:h2-centos6-uns-1390276854-hbase-10:6] master.HMaster: Unhandled > exception. Starting shutdown. > java.lang.IllegalArgumentException: Property value must not be null > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:958) > at org.apache.hadoop.conf.Configuration.set(Configuration.java:940) > at org.apache.hadoop.http.HttpServer.initializeWebServer(HttpServer.java:510) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:470) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:458) > at org.apache.hadoop.http.HttpServer.(HttpServer.java:412) > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:59) > {code} > Property name should be included in the following exception: > {code} > Preconditions.checkArgument( > value != null, > "Property value must not be null"); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)