Github user shivaram commented on the issue:

    https://github.com/apache/spark/pull/16014
  
    @felixcheung I triggered a nightly build on branch-2.1 and this doesn't 
work correctly in the no-hadoop build. While building the vignettes we run into 
an error -- I'm going to change this to use another of the hadoop builds
    
    ```
    
~/workspace/spark-branch-2.1-package/spark-2.1.1-SNAPSHOT-bin-without-hadoop/R
    * checking for file 
'/home/jenkins/workspace/spark-branch-2.1-package/spark-2.1.1-SNAPSHOT-bin-without-hadoop/R/pkg/DESCRIPTION'
 ... OK
    * preparing 'SparkR':
    * checking DESCRIPTION meta-information ... OK
    * installing the package to build vignettes
    * creating vignettes ... ERROR
    
    Attaching package: 'SparkR'
    
    The following objects are masked from 'package:stats':
    
        cov, filter, lag, na.omit, predict, sd, var, window
    
    The following objects are masked from 'package:base':
    
        as.data.frame, colnames, colnames<-, drop, intersect, rank,
        rbind, sample, subset, summary, transform, union
    
    Spark package found in SPARK_HOME: 
/home/jenkins/workspace/spark-branch-2.1-package/spark-2.1.1-SNAPSHOT-bin-without-hadoop
    Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/hadoop/fs/FSDataInputStream
            at 
org.apache.spark.deploy.SparkSubmitArguments$$anonfun$mergeDefaultSparkProperties$1.apply(SparkSubmitArguments.scala:118)
            at 
org.apache.spark.deploy.SparkSubmitArguments$$anonfun$mergeDefaultSparkProperties$1.apply(SparkSubmitArguments.scala:118)
            at scala.Option.getOrElse(Option.scala:121)
            at 
org.apache.spark.deploy.SparkSubmitArguments.mergeDefaultSparkProperties(SparkSubmitArguments.scala:118)
            at 
org.apache.spark.deploy.SparkSubmitArguments.<init>(SparkSubmitArguments.scala:104)
            at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:119)
            at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
    Caused by: java.lang.ClassNotFoundException: 
org.apache.hadoop.fs.FSDataInputStream
            at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
            ... 7 more
    Quitting from lines 31-32 (sparkr-vignettes.Rmd)
    Error: processing vignette 'sparkr-vignettes.Rmd' failed with diagnostics:
    JVM is not ready after 10 seconds
    Execution halted
    ```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to