[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/325 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40114453 Okay thanks, merged! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40114262 @AndreSchumacher it's likely related to an accidental merge of a buggy patch into master... try rebasing to the latest master which includes a reversion of the bug. ---

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AndreSchumacher
Github user AndreSchumacher commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40072003 I'm seeing some Akka related problems in my local build but nothing that would seem related to this PR. The log forwarding seems to work. @pwendell thanks

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40062916 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40062919 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13998/ --- If your project

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40060072 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40060060 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40059900 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13996/ --- If your project is set up for it, you can r

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40059898 Merged build finished. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40059933 Jenkins, test this please. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have t

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40055296 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40055287 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40055267 Jenkins, test this please. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have t

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40054373 no we don't need to change the dependencies. The case I wanted to handle was if users downstream remove the dependencies (e.g. they remove "jul-to-slf4j") and do a custom

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40052128 @pwendell Thank you, this patch works But this only solve one problem. The Spark the dependence of the is fixed, we can only use log4j. In SparkBuild.s

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40050637 @witgo I gave an example of using reflection - mind adjusting your patch and checking if this works? --- If your project is set up for it, you can reply to this email an

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-10 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11473388 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11472274 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var in

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11472039 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11471966 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var in

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11471958 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var i

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11471909 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11471870 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11471838 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11471046 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var i

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11467386 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var in

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread julienledem
Github user julienledem commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40033694 @pwendell I'm perfectly happy with removing this static initialization in parquet: https://github.com/Parquet/parquet-mr/blob/41df19051825d724626e91425c8e690c04a39

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11465928 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/325#discussion_r11465350 --- Diff: core/src/main/scala/org/apache/spark/Logging.scala --- @@ -135,4 +136,6 @@ trait Logging { private object Logging { @volatile private var

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-40030692 It is probably another flakey streaming test. Lets try again... Jenkins, test this please. --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39950391 Strange, I run the test is pass. `mvn -Dhadoop.version=0.23.9 -Dyarn.version=0.23.9 -Pyarn-alpha test -Dsuites=org.apache.spark.streaming.flume.FlumeStreamSuite`

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39940056 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13941/ --- If your project is set up for it, you can r

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39940055 Merged build finished. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39936420 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39936414 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39936344 Jenkins, retest this please. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39935838 Merged build finished. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39935839 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13938/ --- If your project is set up for it, you can r

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39933461 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39933469 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-08 Thread AndreSchumacher
Github user AndreSchumacher commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39933315 Jenkins, test this please. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-08 Thread AndreSchumacher
Github user AndreSchumacher commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39863563 OK, looks good to me. I just tried and changing the Log4J config has the desired effect and the console does not lock up. I can't explain why the CI test is failin

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-08 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39819593 @AndreSchumacher You're right,the code has been modified. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/325#issuecomment-39545021 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proj

[GitHub] spark pull request: Fix SPARK-1413: Parquet messes up stdout and s...

2014-04-04 Thread witgo
GitHub user witgo opened a pull request: https://github.com/apache/spark/pull/325 Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPL You can merge this pull request into a Git repository by running: $ git pull https://github.com/witgo/spark SPARK-1413