Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/17416
  
    Thanks @BryanCutler , here's the current full output after trying to fix 
per https://github.com/apache/spark/pull/17416#discussion_r108508229 . Looks 
like progress I think but still missed something here. Working on it ...
    
    ```
    Parsed arguments:
      master                  local[*]
      deployMode              null
      executorMemory          null
      executorCores           null
      totalExecutorCores      null
      propertiesFile          null
      driverMemory            null
      driverCores             null
      driverExtraClassPath    null
      driverExtraLibraryPath  null
      driverExtraJavaOptions  null
      supervise               false
      queue                   null
      numExecutors            null
      files                   null
      pyFiles                 null
      archives                null
      mainClass               org.apache.spark.repl.Main
      primaryResource         spark-shell
      name                    Spark shell
      childArgs               []
      jars                    null
      packages                edu.stanford.nlp:stanford-corenlp:jar:models:3.4.1
      packagesExclusions      null
      repositories            null
      verbose                 true
    
    Spark properties used, including those specified through
     --conf and those from the properties file null:
      
    
        
    Ivy Default Cache set to: /Users/srowen/.ivy2/cache
    The jars for the packages stored in: /Users/srowen/.ivy2/jars
    :: loading settings :: url = 
jar:file:/Users/srowen/Documents/Cloudera/spark/assembly/target/scala-2.11/jars/ivy-2.4.0.jar!/org/apache/ivy/core/settings/ivysettings.xml
    edu.stanford.nlp#stanford-corenlp added as a dependency
    :: resolving dependencies :: org.apache.spark#spark-submit-parent;1.0
        confs: [default]
        found edu.stanford.nlp#stanford-corenlp;3.4.1 in local-m2-cache
        found com.io7m.xom#xom;1.2.10 in local-m2-cache
        found xml-apis#xml-apis;1.3.03 in local-m2-cache
        found xerces#xercesImpl;2.8.0 in local-m2-cache
        found xalan#xalan;2.7.0 in local-m2-cache
        found joda-time#joda-time;2.1 in local-m2-cache
        found de.jollyday#jollyday;0.4.7 in local-m2-cache
        found javax.xml.bind#jaxb-api;2.2.7 in local-m2-cache
        found com.googlecode.efficient-java-matrix-library#ejml;0.23 in 
local-m2-cache
        found javax.json#javax.json-api;1.0 in local-m2-cache
    downloading 
file:/Users/srowen/.m2/repository/edu/stanford/nlp/stanford-corenlp/3.4.1/stanford-corenlp-3.4.1-models.jar
 ...
        [SUCCESSFUL ] 
edu.stanford.nlp#stanford-corenlp;3.4.1!stanford-corenlp.jar (264ms)
    downloading 
file:/Users/srowen/.m2/repository/com/io7m/xom/xom/1.2.10/xom-1.2.10.jar ...
        [SUCCESSFUL ] com.io7m.xom#xom;1.2.10!xom.jar (2ms)
    downloading 
file:/Users/srowen/.m2/repository/joda-time/joda-time/2.1/joda-time-2.1.jar ...
        [SUCCESSFUL ] joda-time#joda-time;2.1!joda-time.jar (3ms)
    downloading 
file:/Users/srowen/.m2/repository/de/jollyday/jollyday/0.4.7/jollyday-0.4.7.jar 
...
        [SUCCESSFUL ] de.jollyday#jollyday;0.4.7!jollyday.jar (2ms)
    downloading 
file:/Users/srowen/.m2/repository/com/googlecode/efficient-java-matrix-library/ejml/0.23/ejml-0.23.jar
 ...
        [SUCCESSFUL ] 
com.googlecode.efficient-java-matrix-library#ejml;0.23!ejml.jar (2ms)
    downloading 
file:/Users/srowen/.m2/repository/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar
 ...
        [SUCCESSFUL ] javax.json#javax.json-api;1.0!javax.json-api.jar(bundle) 
(1ms)
    downloading 
file:/Users/srowen/.m2/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar 
...
        [SUCCESSFUL ] xml-apis#xml-apis;1.3.03!xml-apis.jar (2ms)
    downloading 
file:/Users/srowen/.m2/repository/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar 
...
        [SUCCESSFUL ] xerces#xercesImpl;2.8.0!xercesImpl.jar (4ms)
    downloading 
file:/Users/srowen/.m2/repository/xalan/xalan/2.7.0/xalan-2.7.0.jar ...
        [SUCCESSFUL ] xalan#xalan;2.7.0!xalan.jar (6ms)
    downloading 
file:/Users/srowen/.m2/repository/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar
 ...
        [SUCCESSFUL ] javax.xml.bind#jaxb-api;2.2.7!jaxb-api.jar (2ms)
    :: resolution report :: resolve 7773ms :: artifacts dl 295ms
        :: modules in use:
        com.googlecode.efficient-java-matrix-library#ejml;0.23 from 
local-m2-cache in [default]
        com.io7m.xom#xom;1.2.10 from local-m2-cache in [default]
        de.jollyday#jollyday;0.4.7 from local-m2-cache in [default]
        edu.stanford.nlp#stanford-corenlp;3.4.1 from local-m2-cache in [default]
        javax.json#javax.json-api;1.0 from local-m2-cache in [default]
        javax.xml.bind#jaxb-api;2.2.7 from local-m2-cache in [default]
        joda-time#joda-time;2.1 from local-m2-cache in [default]
        xalan#xalan;2.7.0 from local-m2-cache in [default]
        xerces#xercesImpl;2.8.0 from local-m2-cache in [default]
        xml-apis#xml-apis;1.3.03 from local-m2-cache in [default]
        :: evicted modules:
        xml-apis#xml-apis;2.0.2 by [xml-apis#xml-apis;1.3.03] in [default]
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   11  |   10  |   10  |   1   ||   10  |   10  |
        ---------------------------------------------------------------------
    :: retrieving :: org.apache.spark#spark-submit-parent
        confs: [default]
        10 artifacts copied, 0 already retrieved (212755kB/187ms)
    Main class:
    org.apache.spark.repl.Main
    Arguments:
    
    System properties:
    (SPARK_SUBMIT,true)
    (spark.app.name,Spark shell)
    
(spark.jars,file:/Users/srowen/.ivy2/jars/edu.stanford.nlp_stanford-corenlp-3.4.1.jar,file:/Users/srowen/.ivy2/jars/com.io7m.xom_xom-1.2.10.jar,file:/Users/srowen/.ivy2/jars/joda-time_joda-time-2.1.jar,file:/Users/srowen/.ivy2/jars/de.jollyday_jollyday-0.4.7.jar,file:/Users/srowen/.ivy2/jars/com.googlecode.efficient-java-matrix-library_ejml-0.23.jar,file:/Users/srowen/.ivy2/jars/javax.json_javax.json-api-1.0.jar,file:/Users/srowen/.ivy2/jars/xml-apis_xml-apis-1.3.03.jar,file:/Users/srowen/.ivy2/jars/xerces_xercesImpl-2.8.0.jar,file:/Users/srowen/.ivy2/jars/xalan_xalan-2.7.0.jar,file:/Users/srowen/.ivy2/jars/javax.xml.bind_jaxb-api-2.2.7.jar)
    (spark.submit.deployMode,client)
    (spark.master,local[*])
    Classpath elements:
    /Users/srowen/.ivy2/jars/edu.stanford.nlp_stanford-corenlp-3.4.1.jar
    /Users/srowen/.ivy2/jars/com.io7m.xom_xom-1.2.10.jar
    /Users/srowen/.ivy2/jars/joda-time_joda-time-2.1.jar
    /Users/srowen/.ivy2/jars/de.jollyday_jollyday-0.4.7.jar
    
/Users/srowen/.ivy2/jars/com.googlecode.efficient-java-matrix-library_ejml-0.23.jar
    /Users/srowen/.ivy2/jars/javax.json_javax.json-api-1.0.jar
    /Users/srowen/.ivy2/jars/xml-apis_xml-apis-1.3.03.jar
    /Users/srowen/.ivy2/jars/xerces_xercesImpl-2.8.0.jar
    /Users/srowen/.ivy2/jars/xalan_xalan-2.7.0.jar
    /Users/srowen/.ivy2/jars/javax.xml.bind_jaxb-api-2.2.7.jar
    
    
    Warning: Local jar 
/Users/srowen/.ivy2/jars/edu.stanford.nlp_stanford-corenlp-3.4.1.jar does not 
exist, skipping.
    Using Spark's default log4j profile: 
org/apache/spark/log4j-defaults.properties
    Setting default log level to "WARN".
    To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use 
setLogLevel(newLevel).
    17/03/28 22:31:39 WARN NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
    17/03/28 22:31:39 ERROR SparkContext: Failed to add 
file:/Users/srowen/.ivy2/jars/edu.stanford.nlp_stanford-corenlp-3.4.1.jar to 
Spark environment
    java.io.FileNotFoundException: Jar 
/Users/srowen/.ivy2/jars/edu.stanford.nlp_stanford-corenlp-3.4.1.jar not found
        at org.apache.spark.SparkContext.liftedTree1$1(SparkContext.scala:1820)
        at org.apache.spark.SparkContext.addJar(SparkContext.scala:1817)
        at 
org.apache.spark.SparkContext$$anonfun$12.apply(SparkContext.scala:466)
        at 
org.apache.spark.SparkContext$$anonfun$12.apply(SparkContext.scala:466)
        at scala.collection.immutable.List.foreach(List.scala:381)
    ...
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to