[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

2018-11-01 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/22919 That's exactly what I initially thought. At least we could in 3.0.0 but I think we should keep it at 2.4.x. --- - To

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

2018-11-01 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/22919 hmm, I think this follows previous behavior, but I'm wondering should we follow scala REPL to replace `-i` with `-I`? --- - To

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

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

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

2018-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/22919 Merged build finished. Test PASSed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

2018-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/22919 **[Test build #98350 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98350/testReport)** for PR 22919 at commit

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

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

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

2018-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/22919 Merged build finished. Test PASSed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

2018-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/22919 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

2018-11-01 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/22919 cc @felixcheung as well. This is similar code path with https://github.com/apache/zeppelin/pull/3206 --- - To unsubscribe,

[GitHub] spark issue #22919: [SPARK-25906][SHELL] Revives '-i' option in spark-shell

2018-11-01 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/22919 Note that some commands like `:replay` wouldn't work as well if `-i` option is given in the shell since `:paste` itself looks not working. This PR also fixes it. ---