[
https://issues.apache.org/jira/browse/SPARK-11798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Rosen closed SPARK-11798.
------------------------------
Resolution: Cannot Reproduce
Resolving as "Cannot Reproduce" for now. Please re-open if this problem is
still impacting you.
> Datanucleus jars is missing under lib_managed/jars
> --------------------------------------------------
>
> Key: SPARK-11798
> URL: https://issues.apache.org/jira/browse/SPARK-11798
> Project: Spark
> Issue Type: Bug
> Components: Build, SQL
> Reporter: Jeff Zhang
>
> I notice the comments in https://github.com/apache/spark/pull/9575 said that
> Datanucleus related jars will still be copied to lib_managed/jars. But I
> don't see any jars under lib_managed/jars. The weird thing is that I see the
> jars on another machine, but could not see jars on my laptop even after I
> delete the whole spark project and start from scratch. Does it related with
> environments ? I try to add the following code in SparkBuild.scala to track
> the issue, it shows that the jars is empty.
> {code}
> deployDatanucleusJars := {
> val jars: Seq[File] = (fullClasspath in assembly).value.map(_.data)
> .filter(_.getPath.contains("org.datanucleus"))
> // this is what I added
> println("*********************************************")
> println("fullClasspath:"+fullClasspath)
> println("assembly:"+assembly)
> println("jars:"+jars.map(_.getAbsolutePath()).mkString(","))
> //
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]