Matei Zaharia created SPARK-1413:
------------------------------------
Summary: Parquet messes up stdout and stdin when used in Spark REPL
Key: SPARK-1413
URL: https://issues.apache.org/jira/browse/SPARK-1413
Project: Spark
Issue Type: Bug
Components: SQL
Reporter: Matei Zaharia
Priority: Critical
Fix For: 1.0.0
I have a simple Parquet file in "foos.parquet", but after I type this code, it
freezes the shell, to the point where I can't read or write stuff:
{code}
scala> val qc = new org.apache.spark.sql.SQLContext(sc); import qc._
qc: org.apache.spark.sql.SQLContext = org.apache.spark.sql.SQLContext@1c0c8826
import qc._
scala> qc.parquetFile("foos.parquet").saveAsTextFile("bar")
{code}
The job itself completes successfully, and "bar" contains the right text, but I
can no longer see commands I type in, or further log output.
--
This message was sent by Atlassian JIRA
(v6.2#6252)