You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Chester (JIRA)" <ji...@apache.org> on 2014/08/21 23:28:15 UTC

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

    [ 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org