Uh oh!
There was an error while loading. Please reload this page.
[SPARK-19094][WIP][PySpark] Plumb through logging for IJupyter notebooks - #17298
[SPARK-19094][WIP][PySpark] Plumb through logging for IJupyter notebooks#17298holdenk wants to merge 29 commits into
Conversation
…tdout and launching an instance of spark and verifying we got the log info (TODO)
…e.g. testing) and leave things like doctest mode alone [otherwise we'd have to rewrite all of the doctests]
…y started, but we can verify it if we are launched without PYSAPRK_GATEWAY_PORT set
SparkQA
commented
Mar 15, 2017
Test build #74568 has finished for PR 17298 at commit
|
holdenk
commented
Apr 17, 2017
jenkins retest this please. |
SparkQA
commented
Apr 18, 2017
Test build #75869 has finished for PR 17298 at commit
|
SparkQA
commented
Apr 18, 2017
Test build #75881 has finished for PR 17298 at commit
|
SparkQA
commented
Apr 18, 2017
Test build #75882 has finished for PR 17298 at commit
|
SparkQA
commented
May 7, 2017
Test build #76530 has finished for PR 17298 at commit
|
SparkQA
commented
May 10, 2017
Test build #76711 has finished for PR 17298 at commit
|
SparkQA
commented
May 12, 2017
Test build #76865 has finished for PR 17298 at commit
|
SparkQA
commented
May 12, 2017
Test build #76870 has finished for PR 17298 at commit
|
SparkQA
commented
May 13, 2017
Test build #76897 has finished for PR 17298 at commit
|
…uring standalone tests after reseting the stderr pipe so the user can see it
SparkQA
commented
May 14, 2017
Test build #76903 has finished for PR 17298 at commit
|
SparkQA
commented
May 20, 2017
Test build #77118 has finished for PR 17298 at commit
|
SparkQA
commented
May 20, 2017
Test build #77120 has finished for PR 17298 at commit
|
SparkQA
commented
May 20, 2017
Test build #77122 has finished for PR 17298 at commit
|
SparkQA
commented
May 20, 2017
Test build #77127 has finished for PR 17298 at commit
|
SparkQA
commented
May 21, 2017
Test build #77151 has finished for PR 17298 at commit
|
holdenk
commented
Sep 21, 2017
Jenkins retest this please. |
SparkQA
commented
Sep 21, 2017
Test build #82050 has finished for PR 17298 at commit
|
…redirect the output
holdenk
commented
Jan 17, 2018
SparkQA
commented
Jan 17, 2018
Test build #86233 has finished for PR 17298 at commit
|
SparkQA
commented
Jan 17, 2018
Test build #86238 has finished for PR 17298 at commit
|
holdenk
commented
Jan 18, 2018
Eh we don't seem to need this anymore we plumb through the exception messages in another way. it's missing the logs but it's probably not worth it. Closing. |
What changes were proposed in this pull request?
Plumb through logging from the JVM into Jupyter notebooks to make debugging easier. This is a WIP PR
How was this patch tested?
Modified standalone_tests to allow testing with Python launch first in addition to the JVM launch first default.