[ https://issues.apache.org/jira/browse/SPARK-7944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566700#comment-14566700 ]
Burak Yavuz commented on SPARK-7944: ------------------------------------ I saw this issue with Yarn when using Scala 2.11 for Spark CSV as well. For some reason, the combinations of Yarn, Scala 2.11, and either the flag `--jars` or `--packages` doesn't work. It seems to add the JAR to the classpath {code} 15/05/29 17:58:12 INFO spark.SparkContext: Added JAR file:/Users/alex/.m2/repository/com/twitter/algebird-core_2.10/0.9.0/algebird-core_2.10-0.9.0.jar at http://192.168.0.11:49198/jars/algebird-core_2.10-0.9.0.jar with timestamp 1432918692788 {code} For some reason, it's not there though. > Spark-Shell 2.11 1.4.0-RC-03 does not add jars to class path > ------------------------------------------------------------ > > Key: SPARK-7944 > URL: https://issues.apache.org/jira/browse/SPARK-7944 > Project: Spark > Issue Type: Bug > Components: Spark Shell > Affects Versions: 1.3.1, 1.4.0 > Environment: scala 2.11 > Reporter: Alexander Nakos > Attachments: spark_shell_output.txt, spark_shell_output_2.10.txt > > > When I run the spark-shell with the --jars argument and supply a path to a > single jar file, none of the classes in the jar are available in the REPL. > I have encountered this same behaviour in both 1.3.1 and 1.4.0_RC-03 builds > for scala 2.11. I have yet to do a 1.4.0 RC-03 build for scala 2.10, but the > contents of the jar are available in the 1.3.1_2.10 REPL. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org