> On 24 Mar 2015, at 02:10, Marcelo Vanzin <van...@cloudera.com> wrote:
> 
> This happens most probably because the Spark 1.3 you have downloaded
> is built against an older version of the Hadoop libraries than those
> used by CDH, and those libraries cannot parse the container IDs
> generated by CDH.


This sounds suspiciously like the changes in YARN for HA (the epoch number) 
isn't being parsed by older versions of the YARN client libs. This is 
effectively a regression in the YARN code -its creating container IDs that 
can't be easily parsed by old apps. It may be possible to fix that spark-side 
by having its own parser for the YARN container/app environment variable

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

Reply via email to