Marcelo Vanzin created SPARK-4606:
-------------------------------------
Summary: SparkSubmitDriverBootstrapper does not propagate EOF to
child JVM
Key: SPARK-4606
URL: https://issues.apache.org/jira/browse/SPARK-4606
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 1.2.0
Reporter: Marcelo Vanzin
Run this with "spark.driver.extraJavaOptions" set in your spark-defaults.conf:
{code}
echo "" | spark-shell --master local -Xnojline
{code}
You'll end up with a child process that cannot read from stdin (you can CTRL-C
out of it though). That's because when the bootstrapper's stdin reaches EOF,
that is not propagated to the child JVM that's actually doing the reading.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]