Could you show logs from containers? spark-shell just hangs or print some logs? Also are you sure that you have direct access to machine on which running yarn cluster?
On Thu, Aug 11, 2016 at 3:43 PM, percent620 <[email protected]> wrote: > Hello, Nikolai, > 1、 > Just updated configuration default-config.xm on > /u01/XXX/apache-ignite-fabric-1.6.0-bin/config/default-config.xm > > 2)./hdfs dfs -put > /u01/XXX/apache-ignite-fabric-1.6.0-bin/config/default-config.xm > /ignite/release16/apache-ignite-fabric-1.6.0-bin/config/ > > > > 3) > scala> import org.apache.ignite.spark._ > import org.apache.ignite.spark._ > > scala> import org.apache.ignite.configuration._ > import org.apache.ignite.configuration._ > > scala> val ic = new IgniteContext[Integer, Integer](sc, > "/u01/XXX/apache-ignite-fabric-1.6.0-bin/config/default-config.xml") > > > it also hanging, .... > > Can I miss some files to be changed? thanks!!! > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Ignite-for-Spark-on-YARN-Deployment-tp6910p6974.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
