[GitHub] spark pull request: [Build] Uploads HiveCompatibilitySuite logs

2014-10-29 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/2993 [Build] Uploads HiveCompatibilitySuite logs In addition to unit-tests.log files, also upload failure output files generated by `HiveCompatibilitySuite` to Jenkins master. These files can be very

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2944#issuecomment-60877916 [Test build #22430 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22430/consoleFull) for PR 2944 at commit

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/2944#issuecomment-60877993 I've rewritten this patch so that thread dumps are triggered on-demand using a new driver - executor RPC channel. There are a few hacks involved in setting this up,

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2944#issuecomment-60878081 [Test build #22430 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22430/consoleFull) for PR 2944 at commit

[GitHub] spark pull request: [Build] Uploads HiveCompatibilitySuite logs

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2993#issuecomment-60878064 [Test build #22431 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22431/consoleFull) for PR 2993 at commit

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2944#issuecomment-60878083 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/2944#discussion_r19521370 --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManagerMasterActor.scala --- @@ -412,6 +415,17 @@ class BlockManagerMasterActor(val isLocal:

[GitHub] spark pull request: [SPARK-4129][MLlib] Performance tuning in Mult...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2992#issuecomment-60878201 [Test build #22432 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22432/consoleFull) for PR 2992 at commit

[GitHub] spark pull request: SPARK-3968 Use parquet-mr filter2 api in spark...

2014-10-29 Thread saucam
Github user saucam commented on a diff in the pull request: https://github.com/apache/spark/pull/2841#discussion_r19521440 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTableOperations.scala --- @@ -423,10 +436,8 @@ private[parquet] class

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/2944#discussion_r19521449 --- Diff: core/src/main/scala/org/apache/spark/ui/exec/ThreadDumpPage.scala --- @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [SPARK-3453] Netty-based BlockTransferService,...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2753#issuecomment-60878626 [Test build #22427 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22427/consoleFull) for PR 2753 at commit

[GitHub] spark pull request: [SPARK-3453] Netty-based BlockTransferService,...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2753#issuecomment-60878629 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2944#issuecomment-60878689 [Test build #22433 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22433/consoleFull) for PR 2944 at commit

[GitHub] spark pull request: [SPARK-4109][CORE] Correctly deserialize Task....

2014-10-29 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/2971#discussion_r19521525 --- Diff: core/src/main/scala/org/apache/spark/scheduler/ShuffleMapTask.scala --- @@ -128,7 +128,7 @@ private[spark] class ShuffleMapTask( }

[GitHub] spark pull request: [SPARK-4109][CORE] Correctly deserialize Task....

2014-10-29 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/2971#discussion_r19521513 --- Diff: core/src/main/scala/org/apache/spark/scheduler/ShuffleMapTask.scala --- @@ -128,7 +128,7 @@ private[spark] class ShuffleMapTask( }

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread harishreedharan
GitHub user harishreedharan opened a pull request: https://github.com/apache/spark/pull/2994 [SPARK-4122][STREAMING] Add a library that can write data back to Kafka ... ...from Spark Streaming. This adds a library that can writes dstreams to Kafka. An implicit also has

[GitHub] spark pull request: [SPARK-4062][Streaming]Add ReliableKafkaReceiv...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2991#issuecomment-60878843 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4062][Streaming]Add ReliableKafkaReceiv...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2991#issuecomment-60878841 [Test build #22425 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22425/consoleFull) for PR 2991 at commit

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2944#issuecomment-60878899 [Test build #22433 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22433/consoleFull) for PR 2944 at commit

[GitHub] spark pull request: [SPARK-611] [WIP] Display executor thread dump...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2944#issuecomment-60878901 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2994#issuecomment-60879163 [Test build #22434 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22434/consoleFull) for PR 2994 at commit

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2994#issuecomment-60879456 [Test build #22435 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22435/consoleFull) for PR 2994 at commit

[GitHub] spark pull request: SPARK-3968 Use parquet-mr filter2 api in spark...

2014-10-29 Thread saucam
Github user saucam commented on a diff in the pull request: https://github.com/apache/spark/pull/2841#discussion_r19521851 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTableOperations.scala --- @@ -460,29 +515,85 @@ private[parquet] class

[GitHub] spark pull request: SPARK-3968 Use parquet-mr filter2 api in spark...

2014-10-29 Thread saucam
Github user saucam commented on the pull request: https://github.com/apache/spark/pull/2841#issuecomment-60880619 Hi @mateiz , thanks for the suggestions, just a few points 1. Need to know which strategy to be kept as default (currently we use a different one than the default one

[GitHub] spark pull request: [SPARK-3795] Heuristics for dynamically scalin...

2014-10-29 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/2746#issuecomment-60880622 LGTM --- 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

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60880659 [Test build #22436 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22436/consoleFull) for PR 2615 at commit

[GitHub] spark pull request: Streaming KMeans [MLLIB][SPARK-3254]

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2942#issuecomment-60880665 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: Streaming KMeans [MLLIB][SPARK-3254]

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2942#issuecomment-60880661 [Test build #22428 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22428/consoleFull) for PR 2942 at commit

[GitHub] spark pull request: [SPARK-3453] Netty-based BlockTransferService,...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2753#issuecomment-60880960 [Test build #22437 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22437/consoleFull) for PR 2753 at commit

[GitHub] spark pull request: [WIP][SQL][SPARK-3839] Reimplement Left/Right ...

2014-10-29 Thread Ishiihara
Github user Ishiihara commented on the pull request: https://github.com/apache/spark/pull/2723#issuecomment-60881119 @marmbrus All test failures have the same pattern select * from a right outer join b on condition1 join c on condition2 With the extra join

[GitHub] spark pull request: [SPARK-4129][MLlib] Performance tuning in Mult...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2992#issuecomment-60881601 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4129][MLlib] Performance tuning in Mult...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2992#issuecomment-60881653 [Test build #22432 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22432/consoleFull) for PR 2992 at commit

[GitHub] spark pull request: [SPARK-4129][MLlib] Performance tuning in Mult...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2992#issuecomment-60881594 [Test build #22429 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22429/consoleFull) for PR 2992 at commit

[GitHub] spark pull request: [SPARK-4129][MLlib] Performance tuning in Mult...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2992#issuecomment-60881656 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4062][Streaming]Add ReliableKafkaReceiv...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2991#issuecomment-60881849 [Test build #22438 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22438/consoleFull) for PR 2991 at commit

[GitHub] spark pull request: [Build] Uploads HiveCompatibilitySuite logs

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2993#issuecomment-60882504 [Test build #22431 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22431/consoleFull) for PR 2993 at commit

[GitHub] spark pull request: [Build] Uploads HiveCompatibilitySuite logs

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2993#issuecomment-60882509 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: SPARK-3968 Use parquet-mr filter2 api in spark...

2014-10-29 Thread saucam
Github user saucam commented on a diff in the pull request: https://github.com/apache/spark/pull/2841#discussion_r19522625 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetFilters.scala --- @@ -209,25 +221,25 @@ private[sql] object ParquetFilters {

[GitHub] spark pull request: [SPARK-4124] [MLlib] [PySpark] simplify serial...

2014-10-29 Thread davies
GitHub user davies opened a pull request: https://github.com/apache/spark/pull/2995 [SPARK-4124] [MLlib] [PySpark] simplify serialization in MLlib Python API Create several helper functions to call MLlib Java API, convert the arguments to Java type and convert return value to

[GitHub] spark pull request: [SPARK-4129][MLlib] Performance tuning in Mult...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2992#issuecomment-60883389 [Test build #22440 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22440/consoleFull) for PR 2992 at commit

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60883548 [Test build #22441 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22441/consoleFull) for PR 2615 at commit

[GitHub] spark pull request: [SPARK-4124] [MLlib] [PySpark] simplify serial...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2995#issuecomment-60883555 [Test build #22439 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22439/consoleFull) for PR 2995 at commit

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2994#issuecomment-60883762 [Test build #22434 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22434/consoleFull) for PR 2994 at commit

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2994#issuecomment-60883766 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: SPARK-4111 [MLlib] add regression metrics

2014-10-29 Thread yanbohappy
Github user yanbohappy commented on the pull request: https://github.com/apache/spark/pull/2978#issuecomment-60883826 Rename parameter and function names to be consistent with spark naming rules. Delete unused columns and set prediction as the first column. Add explanation and

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60883856 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60883853 [Test build #22441 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22441/consoleFull) for PR 2615 at commit

[GitHub] spark pull request: [SPARK-3930] [SPARK-3933] Support fixed-precis...

2014-10-29 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/2983#issuecomment-60884047 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

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2994#issuecomment-60884111 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4130][MLlib] Fixing libSVM parser bug w...

2014-10-29 Thread jegonzal
GitHub user jegonzal opened a pull request: https://github.com/apache/spark/pull/2996 [SPARK-4130][MLlib] Fixing libSVM parser bug with extra whitespace This simple patch filters out extra whitespace entries. You can merge this pull request into a Git repository by running: $

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2994#issuecomment-60884103 [Test build #22435 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22435/consoleFull) for PR 2994 at commit

[GitHub] spark pull request: [SPARK-4130][MLlib] Fixing libSVM parser bug w...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2996#issuecomment-60884323 [Test build #22442 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22442/consoleFull) for PR 2996 at commit

[GitHub] spark pull request: [SPARK-3930] [SPARK-3933] Support fixed-precis...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2983#issuecomment-60884309 [Test build #22443 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22443/consoleFull) for PR 2983 at commit

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60884698 [Test build #22444 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22444/consoleFull) for PR 2615 at commit

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60885003 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60885001 [Test build #22444 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22444/consoleFull) for PR 2615 at commit

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread ScrapCodes
Github user ScrapCodes commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60885128 Jenkins, retest this please. (I might get lucky this time, Looks like the compilation failure is random.) --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/2994#discussion_r19523356 --- Diff: external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaOutputWriter.scala --- @@ -0,0 +1,126 @@ +/* + * Licensed to the

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60885269 [Test build #22445 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22445/consoleFull) for PR 2615 at commit

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60885565 [Test build #22445 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22445/consoleFull) for PR 2615 at commit

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60885568 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/2994#discussion_r19523702 --- Diff: external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaOutputWriter.scala --- @@ -0,0 +1,126 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/2994#discussion_r19523728 --- Diff: external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaOutputWriter.scala --- @@ -0,0 +1,126 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-3453] Netty-based BlockTransferService,...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2753#issuecomment-60886384 [Test build #22437 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22437/consoleFull) for PR 2753 at commit

[GitHub] spark pull request: [SPARK-3453] Netty-based BlockTransferService,...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2753#issuecomment-60886387 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2014-10-29 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/2994#discussion_r19523818 --- Diff: external/kafka/src/main/scala/org/apache/spark/streaming/kafka/ProducerCache.scala --- @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-4062][Streaming]Add ReliableKafkaReceiv...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2991#issuecomment-60887196 [Test build #22438 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22438/consoleFull) for PR 2991 at commit

[GitHub] spark pull request: [SPARK-4062][Streaming]Add ReliableKafkaReceiv...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2991#issuecomment-60887199 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-3930] [SPARK-3933] Support fixed-precis...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2983#issuecomment-60887244 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-3930] [SPARK-3933] Support fixed-precis...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2983#issuecomment-60887240 [Test build #22443 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22443/consoleFull) for PR 2983 at commit

[GitHub] spark pull request: [SPARK-4124] [MLlib] [PySpark] simplify serial...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2995#issuecomment-60888203 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4124] [MLlib] [PySpark] simplify serial...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2995#issuecomment-60888200 [Test build #22439 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22439/consoleFull) for PR 2995 at commit

[GitHub] spark pull request: [SPARK-4130][MLlib] Fixing libSVM parser bug w...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2996#issuecomment-60888681 [Test build #22442 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22442/consoleFull) for PR 2996 at commit

[GitHub] spark pull request: [SPARK-4130][MLlib] Fixing libSVM parser bug w...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2996#issuecomment-60888689 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4129][MLlib] Performance tuning in Mult...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2992#issuecomment-60889264 [Test build #22440 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22440/consoleFull) for PR 2992 at commit

[GitHub] spark pull request: [SPARK-4129][MLlib] Performance tuning in Mult...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2992#issuecomment-60889271 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60889710 **[Test build #22436 timed out](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22436/consoleFull)** for PR 2615 at commit

[GitHub] spark pull request: [ SPARK-1812] Adjust build system and tests to...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2615#issuecomment-60889716 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: Branch 1.1

2014-10-29 Thread huozhanfeng
Github user huozhanfeng commented on the pull request: https://github.com/apache/spark/pull/1824#issuecomment-60890031 @rxin I‘m sorry. This is a wrong operation and thanks for your help to close it. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [WIP][SPARK-4131][SQL] Writing data into the f...

2014-10-29 Thread wangxiaojing
GitHub user wangxiaojing opened a pull request: https://github.com/apache/spark/pull/2997 [WIP][SPARK-4131][SQL] Writing data into the filesystem from queries You can merge this pull request into a Git repository by running: $ git pull https://github.com/wangxiaojing/spark

[GitHub] spark pull request: [SPARK-4062][Streaming]Add ReliableKafkaReceiv...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2991#issuecomment-60892857 [Test build #22446 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22446/consoleFull) for PR 2991 at commit

[GitHub] spark pull request: [WIP][SPARK-4131][SQL] Writing data into the f...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2997#issuecomment-60893115 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

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527141 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527153 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527190 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527163 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527181 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527196 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -845,6 +858,198 @@ private[hive] object HiveQl { throw new

[GitHub] spark pull request: [SPARK-3826][SQL]enable hive-thriftserver to s...

2014-10-29 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/2685#issuecomment-60896714 A summary of what I've found with local testing: - For master branch: - Check out a fresh copy, build the assembly jar first, then run

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527811 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/WindowFunction.scala --- @@ -0,0 +1,353 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527805 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/WindowFunction.scala --- @@ -0,0 +1,353 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-1442] [SQL] window function implement

2014-10-29 Thread wangxiaojing
Github user wangxiaojing commented on a diff in the pull request: https://github.com/apache/spark/pull/2953#discussion_r19527873 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionSuite.scala --- @@ -0,0 +1,314 @@ +/* + * Licensed to

[GitHub] spark pull request: SPARK-3968 Use parquet-mr filter2 api in spark...

2014-10-29 Thread saucam
Github user saucam commented on the pull request: https://github.com/apache/spark/pull/2841#issuecomment-60897965 Added more tests for filtering on nullable columns --- 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: [SPARK-3611] Show number of cores for each exe...

2014-10-29 Thread devldevelopment
Github user devldevelopment commented on the pull request: https://github.com/apache/spark/pull/2980#issuecomment-60898133 Thanks for the feedback guys, updated with changes. Removed the WIP as well. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-3611] Show number of cores for each exe...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2980#issuecomment-60898397 [Test build #22447 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22447/consoleFull) for PR 2980 at commit

[GitHub] spark pull request: SPARK-3968 Use parquet-mr filter2 api in spark...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2841#issuecomment-60898409 [Test build #22448 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22448/consoleFull) for PR 2841 at commit

[GitHub] spark pull request: [SPARK-4003] [SQL] add 3 types for java SQL co...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2850#issuecomment-60900756 [Test build #22449 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22449/consoleFull) for PR 2850 at commit

[GitHub] spark pull request: [SPARK-4062][Streaming]Add ReliableKafkaReceiv...

2014-10-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2991#issuecomment-60901164 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4062][Streaming]Add ReliableKafkaReceiv...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2991#issuecomment-60901153 [Test build #22446 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22446/consoleFull) for PR 2991 at commit

[GitHub] spark pull request: [SPARK-4003] [SQL] add 3 types for java SQL co...

2014-10-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2850#issuecomment-60906435 [Test build #22449 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22449/consoleFull) for PR 2850 at commit

  1   2   3   4   5   6   >