[ 
https://issues.apache.org/jira/browse/SPARK-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959784#comment-13959784
 ] 

witgo commented on SPARK-1413:
------------------------------

Try [the PR 325|https://github.com/apache/spark/pull/325]

> 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
>            Assignee: Michael Armbrust
>            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:
> 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")
> 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)

Reply via email to