Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/14051
  
    @zsxwing crumbs, thanks for that. It looks reasonably sure it's related, 
though, I still can't quite figure out how it would cause this failure:
    
    ```
    [error] 
/home/jenkins/workspace/spark-branch-1.6-compile-maven-scala-2.11/mllib/src/test/java/org/apache/spark/mllib/linalg/distributed/JavaRowMatrixSuite.java:24:
 error: cannot find symbol
    [error] import org.apache.spark.SharedSparkSession;
    [error]                        ^
    [error]   symbol:   class SharedSparkSession
    [error]   location: package org.apache.spark
    [error] 
/home/jenkins/workspace/spark-branch-1.6-compile-maven-scala-2.11/mllib/src/test/java/org/apache/spark/mllib/linalg/distributed/JavaRowMatrixSuite.java:31:
 error: cannot find symbol
    [error] public class JavaRowMatrixSuite extends SharedSparkSession {
    [error]                                         ^
    [error]   symbol: class SharedSparkSession
    [error] 
/home/jenkins/workspace/spark-branch-1.6-compile-maven-scala-2.11/mllib/src/test/java/org/apache/spark/mllib/linalg/distributed/JavaRowMatrixSuite.java:39:
 error: cannot find symbol
    [error]     JavaRDD<Vector> rows = jsc.parallelize(Arrays.asList(v1, v2, 
v3), 1);
    [error]                            ^
    ```
    
    Well, maybe safest to just leave this out of 1.6 in any event


---
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