[jira] [Commented] (YARN-2927) InMemorySCMStore properties are inconsistent

2014-12-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237695#comment-14237695
 ] 

Hudson commented on YARN-2927:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #33 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/33/])
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray 
Chiang via kasha) (kasha: rev 120e1decd7f6861e753269690d454cb14c240857)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* hadoop-yarn-project/CHANGES.txt


 InMemorySCMStore properties are inconsistent
 

 Key: YARN-2927
 URL: https://issues.apache.org/jira/browse/YARN-2927
 Project: Hadoop YARN
  Issue Type: Sub-task
Affects Versions: 2.6.0
Reporter: Ray Chiang
Assignee: Ray Chiang
  Labels: newbie, supportability
 Fix For: 2.7.0

 Attachments: YARN-2927.001.patch, YARN-2927.002.patch


 I see these properties in the yarn-default.xml file:
   yarn.sharedcache.store.in-memory.check-period-mins
   yarn.sharedcache.store.in-memory.initial-delay-mins
   yarn.sharedcache.store.in-memory.staleness-period-mins
 YarnConfiguration looks like it's missing some properties:
   public static final String SHARED_CACHE_PREFIX = yarn.sharedcache.;
   public static final String SCM_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 store.;
   public static final String IN_MEMORY_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 in-memory.;
   public static final String IN_MEMORY_STALENESS_PERIOD_MINS = 
 IN_MEMORY_STORE_PREFIX + staleness-period-mins;
 It looks like the definition for IN_MEMORY_STORE_PREFIX should be:
   public static final String IN_MEMORY_STORE_PREFIX = SCM_STORE_PREFIX + 
 in-memory.;
 Just to be clear, there are properties that exist in yarn-default.xml that 
 are effectively misspelled in the *Java* file, not the .xml file.  This is 
 similar to YARN-2461 and MAPREDUCE-6087.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (YARN-2927) InMemorySCMStore properties are inconsistent

2014-12-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237703#comment-14237703
 ] 

Hudson commented on YARN-2927:
--

ABORTED: Integrated in Hadoop-Mapreduce-trunk #1984 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1984/])
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray 
Chiang via kasha) (kasha: rev 120e1decd7f6861e753269690d454cb14c240857)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* hadoop-yarn-project/CHANGES.txt


 InMemorySCMStore properties are inconsistent
 

 Key: YARN-2927
 URL: https://issues.apache.org/jira/browse/YARN-2927
 Project: Hadoop YARN
  Issue Type: Sub-task
Affects Versions: 2.6.0
Reporter: Ray Chiang
Assignee: Ray Chiang
  Labels: newbie, supportability
 Fix For: 2.7.0

 Attachments: YARN-2927.001.patch, YARN-2927.002.patch


 I see these properties in the yarn-default.xml file:
   yarn.sharedcache.store.in-memory.check-period-mins
   yarn.sharedcache.store.in-memory.initial-delay-mins
   yarn.sharedcache.store.in-memory.staleness-period-mins
 YarnConfiguration looks like it's missing some properties:
   public static final String SHARED_CACHE_PREFIX = yarn.sharedcache.;
   public static final String SCM_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 store.;
   public static final String IN_MEMORY_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 in-memory.;
   public static final String IN_MEMORY_STALENESS_PERIOD_MINS = 
 IN_MEMORY_STORE_PREFIX + staleness-period-mins;
 It looks like the definition for IN_MEMORY_STORE_PREFIX should be:
   public static final String IN_MEMORY_STORE_PREFIX = SCM_STORE_PREFIX + 
 in-memory.;
 Just to be clear, there are properties that exist in yarn-default.xml that 
 are effectively misspelled in the *Java* file, not the .xml file.  This is 
 similar to YARN-2461 and MAPREDUCE-6087.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (YARN-2927) InMemorySCMStore properties are inconsistent

2014-12-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237767#comment-14237767
 ] 

Hudson commented on YARN-2927:
--

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #32 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/32/])
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray 
Chiang via kasha) (kasha: rev 120e1decd7f6861e753269690d454cb14c240857)
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java


 InMemorySCMStore properties are inconsistent
 

 Key: YARN-2927
 URL: https://issues.apache.org/jira/browse/YARN-2927
 Project: Hadoop YARN
  Issue Type: Sub-task
Affects Versions: 2.6.0
Reporter: Ray Chiang
Assignee: Ray Chiang
  Labels: newbie, supportability
 Fix For: 2.7.0

 Attachments: YARN-2927.001.patch, YARN-2927.002.patch


 I see these properties in the yarn-default.xml file:
   yarn.sharedcache.store.in-memory.check-period-mins
   yarn.sharedcache.store.in-memory.initial-delay-mins
   yarn.sharedcache.store.in-memory.staleness-period-mins
 YarnConfiguration looks like it's missing some properties:
   public static final String SHARED_CACHE_PREFIX = yarn.sharedcache.;
   public static final String SCM_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 store.;
   public static final String IN_MEMORY_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 in-memory.;
   public static final String IN_MEMORY_STALENESS_PERIOD_MINS = 
 IN_MEMORY_STORE_PREFIX + staleness-period-mins;
 It looks like the definition for IN_MEMORY_STORE_PREFIX should be:
   public static final String IN_MEMORY_STORE_PREFIX = SCM_STORE_PREFIX + 
 in-memory.;
 Just to be clear, there are properties that exist in yarn-default.xml that 
 are effectively misspelled in the *Java* file, not the .xml file.  This is 
 similar to YARN-2461 and MAPREDUCE-6087.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (YARN-2927) InMemorySCMStore properties are inconsistent

2014-12-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237803#comment-14237803
 ] 

Hudson commented on YARN-2927:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk #769 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/769/])
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray 
Chiang via kasha) (kasha: rev 120e1decd7f6861e753269690d454cb14c240857)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* hadoop-yarn-project/CHANGES.txt


 InMemorySCMStore properties are inconsistent
 

 Key: YARN-2927
 URL: https://issues.apache.org/jira/browse/YARN-2927
 Project: Hadoop YARN
  Issue Type: Sub-task
Affects Versions: 2.6.0
Reporter: Ray Chiang
Assignee: Ray Chiang
  Labels: newbie, supportability
 Fix For: 2.7.0

 Attachments: YARN-2927.001.patch, YARN-2927.002.patch


 I see these properties in the yarn-default.xml file:
   yarn.sharedcache.store.in-memory.check-period-mins
   yarn.sharedcache.store.in-memory.initial-delay-mins
   yarn.sharedcache.store.in-memory.staleness-period-mins
 YarnConfiguration looks like it's missing some properties:
   public static final String SHARED_CACHE_PREFIX = yarn.sharedcache.;
   public static final String SCM_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 store.;
   public static final String IN_MEMORY_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 in-memory.;
   public static final String IN_MEMORY_STALENESS_PERIOD_MINS = 
 IN_MEMORY_STORE_PREFIX + staleness-period-mins;
 It looks like the definition for IN_MEMORY_STORE_PREFIX should be:
   public static final String IN_MEMORY_STORE_PREFIX = SCM_STORE_PREFIX + 
 in-memory.;
 Just to be clear, there are properties that exist in yarn-default.xml that 
 are effectively misspelled in the *Java* file, not the .xml file.  This is 
 similar to YARN-2461 and MAPREDUCE-6087.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (YARN-2927) InMemorySCMStore properties are inconsistent

2014-12-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237830#comment-14237830
 ] 

Hudson commented on YARN-2927:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #1964 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1964/])
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray 
Chiang via kasha) (kasha: rev 120e1decd7f6861e753269690d454cb14c240857)
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java


 InMemorySCMStore properties are inconsistent
 

 Key: YARN-2927
 URL: https://issues.apache.org/jira/browse/YARN-2927
 Project: Hadoop YARN
  Issue Type: Sub-task
Affects Versions: 2.6.0
Reporter: Ray Chiang
Assignee: Ray Chiang
  Labels: newbie, supportability
 Fix For: 2.7.0

 Attachments: YARN-2927.001.patch, YARN-2927.002.patch


 I see these properties in the yarn-default.xml file:
   yarn.sharedcache.store.in-memory.check-period-mins
   yarn.sharedcache.store.in-memory.initial-delay-mins
   yarn.sharedcache.store.in-memory.staleness-period-mins
 YarnConfiguration looks like it's missing some properties:
   public static final String SHARED_CACHE_PREFIX = yarn.sharedcache.;
   public static final String SCM_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 store.;
   public static final String IN_MEMORY_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 in-memory.;
   public static final String IN_MEMORY_STALENESS_PERIOD_MINS = 
 IN_MEMORY_STORE_PREFIX + staleness-period-mins;
 It looks like the definition for IN_MEMORY_STORE_PREFIX should be:
   public static final String IN_MEMORY_STORE_PREFIX = SCM_STORE_PREFIX + 
 in-memory.;
 Just to be clear, there are properties that exist in yarn-default.xml that 
 are effectively misspelled in the *Java* file, not the .xml file.  This is 
 similar to YARN-2461 and MAPREDUCE-6087.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (YARN-2927) InMemorySCMStore properties are inconsistent

2014-12-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237890#comment-14237890
 ] 

Hudson commented on YARN-2927:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #32 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/32/])
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray 
Chiang via kasha) (kasha: rev 120e1decd7f6861e753269690d454cb14c240857)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* hadoop-yarn-project/CHANGES.txt


 InMemorySCMStore properties are inconsistent
 

 Key: YARN-2927
 URL: https://issues.apache.org/jira/browse/YARN-2927
 Project: Hadoop YARN
  Issue Type: Sub-task
Affects Versions: 2.6.0
Reporter: Ray Chiang
Assignee: Ray Chiang
  Labels: newbie, supportability
 Fix For: 2.7.0

 Attachments: YARN-2927.001.patch, YARN-2927.002.patch


 I see these properties in the yarn-default.xml file:
   yarn.sharedcache.store.in-memory.check-period-mins
   yarn.sharedcache.store.in-memory.initial-delay-mins
   yarn.sharedcache.store.in-memory.staleness-period-mins
 YarnConfiguration looks like it's missing some properties:
   public static final String SHARED_CACHE_PREFIX = yarn.sharedcache.;
   public static final String SCM_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 store.;
   public static final String IN_MEMORY_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 in-memory.;
   public static final String IN_MEMORY_STALENESS_PERIOD_MINS = 
 IN_MEMORY_STORE_PREFIX + staleness-period-mins;
 It looks like the definition for IN_MEMORY_STORE_PREFIX should be:
   public static final String IN_MEMORY_STORE_PREFIX = SCM_STORE_PREFIX + 
 in-memory.;
 Just to be clear, there are properties that exist in yarn-default.xml that 
 are effectively misspelled in the *Java* file, not the .xml file.  This is 
 similar to YARN-2461 and MAPREDUCE-6087.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (YARN-2927) InMemorySCMStore properties are inconsistent

2014-12-08 Thread Chris Trezzo (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14238211#comment-14238211
 ] 

Chris Trezzo commented on YARN-2927:


Thanks [~rchiang] for the fix!

 InMemorySCMStore properties are inconsistent
 

 Key: YARN-2927
 URL: https://issues.apache.org/jira/browse/YARN-2927
 Project: Hadoop YARN
  Issue Type: Sub-task
Affects Versions: 2.6.0
Reporter: Ray Chiang
Assignee: Ray Chiang
  Labels: newbie, supportability
 Fix For: 2.7.0

 Attachments: YARN-2927.001.patch, YARN-2927.002.patch


 I see these properties in the yarn-default.xml file:
   yarn.sharedcache.store.in-memory.check-period-mins
   yarn.sharedcache.store.in-memory.initial-delay-mins
   yarn.sharedcache.store.in-memory.staleness-period-mins
 YarnConfiguration looks like it's missing some properties:
   public static final String SHARED_CACHE_PREFIX = yarn.sharedcache.;
   public static final String SCM_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 store.;
   public static final String IN_MEMORY_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 in-memory.;
   public static final String IN_MEMORY_STALENESS_PERIOD_MINS = 
 IN_MEMORY_STORE_PREFIX + staleness-period-mins;
 It looks like the definition for IN_MEMORY_STORE_PREFIX should be:
   public static final String IN_MEMORY_STORE_PREFIX = SCM_STORE_PREFIX + 
 in-memory.;
 Just to be clear, there are properties that exist in yarn-default.xml that 
 are effectively misspelled in the *Java* file, not the .xml file.  This is 
 similar to YARN-2461 and MAPREDUCE-6087.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (YARN-2927) InMemorySCMStore properties are inconsistent

2014-12-07 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237510#comment-14237510
 ] 

Hudson commented on YARN-2927:
--

FAILURE: Integrated in Hadoop-trunk-Commit #6664 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/6664/])
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray 
Chiang via kasha) (kasha: rev 120e1decd7f6861e753269690d454cb14c240857)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* hadoop-yarn-project/CHANGES.txt


 InMemorySCMStore properties are inconsistent
 

 Key: YARN-2927
 URL: https://issues.apache.org/jira/browse/YARN-2927
 Project: Hadoop YARN
  Issue Type: Sub-task
Affects Versions: 2.6.0
Reporter: Ray Chiang
Assignee: Ray Chiang
  Labels: newbie, supportability
 Fix For: 2.7.0

 Attachments: YARN-2927.001.patch, YARN-2927.002.patch


 I see these properties in the yarn-default.xml file:
   yarn.sharedcache.store.in-memory.check-period-mins
   yarn.sharedcache.store.in-memory.initial-delay-mins
   yarn.sharedcache.store.in-memory.staleness-period-mins
 YarnConfiguration looks like it's missing some properties:
   public static final String SHARED_CACHE_PREFIX = yarn.sharedcache.;
   public static final String SCM_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 store.;
   public static final String IN_MEMORY_STORE_PREFIX = SHARED_CACHE_PREFIX + 
 in-memory.;
   public static final String IN_MEMORY_STALENESS_PERIOD_MINS = 
 IN_MEMORY_STORE_PREFIX + staleness-period-mins;
 It looks like the definition for IN_MEMORY_STORE_PREFIX should be:
   public static final String IN_MEMORY_STORE_PREFIX = SCM_STORE_PREFIX + 
 in-memory.;
 Just to be clear, there are properties that exist in yarn-default.xml that 
 are effectively misspelled in the *Java* file, not the .xml file.  This is 
 similar to YARN-2461 and MAPREDUCE-6087.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)