Github user pgirolami commented on the pull request:

    https://github.com/apache/spark/pull/3637#issuecomment-73215357
  
    After doing a clean pull of master from the repo a couple minutes ago, it 
fails to build due to commit dc0c4490a12ecedd8ca5a1bb256c7ccbdf0be04f for this 
PR .
    Build was done using ``mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.1 
-Phive -Phive-thriftserver -Pbigtop-dist -DskipTests  package install``
    If I should report this as a JIRA, please let me know.
    
    ```
    [ERROR] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
    [ERROR] 
/home/sensorly/spark/spark/mllib/src/test/java/org/apache/spark/ml/classification/JavaLogisticRegressionSuite.java:87:
 error: incomparable types: Object and int
    [ERROR]     assert(model.fittingParamMap().apply(lr.maxIter()) == 10);
    [ERROR]                                                        ^
    [ERROR] 
/home/sensorly/spark/spark/mllib/src/test/java/org/apache/spark/ml/classification/JavaLogisticRegressionSuite.java:112:
 error: incomparable types: Object and int
    [ERROR]     assert(model2.fittingParamMap().apply(lr.maxIter()) == 5);
    [ERROR]                                                         ^
    [ERROR] 
/home/sensorly/spark/spark/mllib/src/test/java/org/apache/spark/ml/regression/JavaLinearRegressionSuite.java:79:
 error: incomparable types: Object and int
    [ERROR]     assert(model.fittingParamMap().apply(lr.maxIter()) == 10);
    [ERROR]                                                        ^
    [ERROR] 
/home/sensorly/spark/spark/mllib/src/test/java/org/apache/spark/ml/regression/JavaLinearRegressionSuite.java:85:
 error: incomparable types: Object and int
    [ERROR]     assert(model2.fittingParamMap().apply(lr.maxIter()) == 5);
    ```


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