[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-08 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/18496 #14850 is the PR printing the full stack. We can improve it by print the cause instead of print stack. --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-08 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/18496 I will review all classifiers to add the handleInvalid when necessary. --- 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 pr

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/18496 merged to master. --- 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

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/18496 Actually, the udf in transform() of StringIndexer.scala, will throw an exception in action. But, it doesn't stop the execution of collect(). val indexer = udf { label: String =>

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/18496 I did a quick debug: In DataSet.scala def ofRows(sparkSession: SparkSession, logicalPlan: LogicalPlan): DataFrame = { val qe = sparkSession.sessionState.executePlan(logicalPlan)<

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/18496 @felixcheung Yes. I think we can improve scala side. It only throws exception when a `NULL` field is given. For unseen labels, as the example above, it always fails at the same place `double` t

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/18496 Interesting. That doesn't seem right to me. Perhaps something you could follow up, on the scala side? For now for this let's keep what you have then. --- If your project

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Merged build finished. Test PASSed. --- 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 e

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79341 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79341/testReport)** for PR 18496 at commit [`c71608d`](https://github.com/apache/spark/commit/c

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/79341/ Test PASSed. ---

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-07 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79341 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79341/testReport)** for PR 18496 at commit [`c71608d`](https://github.com/apache/spark/commit/c7

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Merged build finished. Test PASSed. --- 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 e

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/79294/ Test PASSed. ---

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79294 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79294/testReport)** for PR 18496 at commit [`a2619c2`](https://github.com/apache/spark/commit/a

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-06 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79294 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79294/testReport)** for PR 18496 at commit [`a2619c2`](https://github.com/apache/spark/commit/a2

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/79050/ Test PASSed. ---

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Merged build finished. Test PASSed. --- 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 e

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79050 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79050/testReport)** for PR 18496 at commit [`042cfbf`](https://github.com/apache/spark/commit/0

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79050 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79050/testReport)** for PR 18496 at commit [`042cfbf`](https://github.com/apache/spark/commit/04

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-01 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/18496 I will fix it tonight. It is weird. In my local test, it passed. It seems that my new change doesn't apply to the test. Anyway, I will fix the failure first. --- If your project is set up for

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79014 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79014/testReport)** for PR 18496 at commit [`116d996`](https://github.com/apache/spark/commit/1

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Merged build finished. Test FAILed. --- 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 e

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/79014/ Test FAILed. ---

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-07-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79014 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79014/testReport)** for PR 18496 at commit [`116d996`](https://github.com/apache/spark/commit/11

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Merged build finished. Test PASSed. --- 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 e

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/79012/ Test PASSed. ---

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79012 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79012/testReport)** for PR 18496 at commit [`fa7bd4b`](https://github.com/apache/spark/commit/f

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79012 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79012/testReport)** for PR 18496 at commit [`fa7bd4b`](https://github.com/apache/spark/commit/fa

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79009 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79009/testReport)** for PR 18496 at commit [`a2cdf51`](https://github.com/apache/spark/commit/a

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/79009/ Test FAILed. ---

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18496 Merged build finished. Test FAILed. --- 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 e

[GitHub] spark issue #18496: [SparkR][SPARK-20307]:SparkR: pass on setHandleInvalid t...

2017-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18496 **[Test build #79009 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/79009/testReport)** for PR 18496 at commit [`a2cdf51`](https://github.com/apache/spark/commit/a2