[jira] [Commented] (SPARK-3177) Yarn-alpha ClientBaseSuite Unit test failed

2014-08-29 Thread Apache Spark (JIRA)

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

Apache Spark commented on SPARK-3177:
-

User 'chesterxgchen' has created a pull request for this issue:
https://github.com/apache/spark/pull/2204

> Yarn-alpha ClientBaseSuite Unit test failed
> ---
>
> Key: SPARK-3177
> URL: https://issues.apache.org/jira/browse/SPARK-3177
> Project: Spark
>  Issue Type: Bug
>  Components: YARN
>Affects Versions: 1.1.1
>Reporter: Chester
>Priority: Minor
>  Labels: test
> Fix For: 1.1.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Yarn-alpha ClientBaseSuite Unit test failed due to differences of MRJobConfig 
> API between yarn-stable and yarn-alpha. 
> The class field
> MRJobConfig.DEFAULT_MAPREDUCE_APPLICATION_CLASSPATH 
> in yarn-alpha 
> returns String Array
> in yarn 
> returns String 
> the method will works for yarn-stable but will fail as it try to cast String 
> Array to String. 
> val knownDefMRAppCP: Seq[String] =
>  getFieldValue[String, Seq[String]](classOf[MRJobConfig],
> "DEFAULT_MAPREDUCE_APPLICATION_CLASSPATH",
>  Seq[String]())(a => a.split(","))



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-3177) Yarn-alpha ClientBaseSuite Unit test failed

2014-08-24 Thread Apache Spark (JIRA)

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

Apache Spark commented on SPARK-3177:
-

User 'chesterxgchen' has created a pull request for this issue:
https://github.com/apache/spark/pull/2111

> Yarn-alpha ClientBaseSuite Unit test failed
> ---
>
> Key: SPARK-3177
> URL: https://issues.apache.org/jira/browse/SPARK-3177
> Project: Spark
>  Issue Type: Bug
>  Components: YARN
>Affects Versions: 1.1.1
>Reporter: Chester
>Priority: Minor
>  Labels: test
> Fix For: 1.1.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Yarn-alpha ClientBaseSuite Unit test failed due to differences of MRJobConfig 
> API between yarn-stable and yarn-alpha. 
> The class field
> MRJobConfig.DEFAULT_MAPREDUCE_APPLICATION_CLASSPATH 
> in yarn-alpha 
> returns String Array
> in yarn 
> returns String 
> the method will works for yarn-stable but will fail as it try to cast String 
> Array to String. 
> val knownDefMRAppCP: Seq[String] =
>  getFieldValue[String, Seq[String]](classOf[MRJobConfig],
> "DEFAULT_MAPREDUCE_APPLICATION_CLASSPATH",
>  Seq[String]())(a => a.split(","))



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-3177) Yarn-alpha ClientBaseSuite Unit test failed

2014-08-21 Thread Chester (JIRA)

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

Chester commented on SPARK-3177:


This issue should exists on master branch as well. It has been over there for a 
while. 

> Yarn-alpha ClientBaseSuite Unit test failed
> ---
>
> Key: SPARK-3177
> URL: https://issues.apache.org/jira/browse/SPARK-3177
> Project: Spark
>  Issue Type: Bug
>  Components: YARN
>Affects Versions: 1.1.1
>Reporter: Chester
>Priority: Minor
>  Labels: test
> Fix For: 1.1.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Yarn-alpha ClientBaseSuite Unit test failed due to differences of MRJobConfig 
> API between yarn-stable and yarn-alpha. 
> The class field
> MRJobConfig.DEFAULT_MAPREDUCE_APPLICATION_CLASSPATH 
> in yarn-alpha 
> returns String Array
> in yarn 
> returns String 
> the method will works for yarn-stable but will fail as it try to cast String 
> Array to String. 
> val knownDefMRAppCP: Seq[String] =
>  getFieldValue[String, Seq[String]](classOf[MRJobConfig],
> "DEFAULT_MAPREDUCE_APPLICATION_CLASSPATH",
>  Seq[String]())(a => a.split(","))



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org