[GitHub] spark pull request: [SPARK-4697][YARN]System properties should ove...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3557#issuecomment-69538386 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4697][YARN]System properties should ove...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3557#issuecomment-69538383 [Test build #25402 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25402/consoleFull) for PR 3557 at commit

[GitHub] spark pull request: [SPARK-5165][SQL] Add support for rollup and c...

2015-01-12 Thread scwf
Github user scwf commented on the pull request: https://github.com/apache/spark/pull/3964#issuecomment-69539148 Hi @chenghao-intel , actually this syntax is referred to TPC-DC benchmark. If we want to follow hiveQL syntax in sqlcontext i agree with you, but i am not sure this is a

[GitHub] spark pull request: [SPARK-5202] [SQL] Add hql variable substituti...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4003#issuecomment-69539130 [Test build #25407 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25407/consoleFull) for PR 4003 at commit

[GitHub] spark pull request: [SPARK-5204][SQL] Column case need to be consi...

2015-01-12 Thread OopsOutOfMemory
Github user OopsOutOfMemory commented on the pull request: https://github.com/apache/spark/pull/4005#issuecomment-69543215 @marmbrus /cc @scwf --- 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: [SPARK-4092] [CORE] Fix InputMetrics for coale...

2015-01-12 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/3120#discussion_r22777883 --- Diff: core/src/main/scala/org/apache/spark/CacheManager.scala --- @@ -44,7 +44,14 @@ private[spark] class CacheManager(blockManager: BlockManager)

[GitHub] spark pull request: [SPARK-5202] [SQL] Add hql variable substituti...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4003#issuecomment-69544784 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5204][SQL] Column case need to be consi...

2015-01-12 Thread scwf
Github user scwf commented on the pull request: https://github.com/apache/spark/pull/4005#issuecomment-69545578 we can't normalize the column name and make it LowerCase, actually sqlcontext is caseSensitive by default. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-4857] [CORE] Adds Executor membership e...

2015-01-12 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/3711#discussion_r22777939 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala --- @@ -344,12 +354,20 @@ private[spark] class

[GitHub] spark pull request: [SPARK-4857] [CORE] Adds Executor membership e...

2015-01-12 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/3711#issuecomment-69538284 LGTM - just had a minor comment that can also be addressed on merge. Jenkins, test this please. --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: [SPARK-4092] [CORE] Fix InputMetrics for coale...

2015-01-12 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/3120#discussion_r22778368 --- Diff: core/src/main/scala/org/apache/spark/rdd/NewHadoopRDD.scala --- @@ -153,34 +157,19 @@ class NewHadoopRDD[K, V]( throw new

[GitHub] spark pull request: [SPARK-4908][SQL][hotfix]narrow the scope of s...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4001#issuecomment-69539617 [Test build #25403 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25403/consoleFull) for PR 4001 at commit

[GitHub] spark pull request: [SQL] some comments fix for GROUPING SETS

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4000#issuecomment-69541868 [Test build #25408 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25408/consoleFull) for PR 4000 at commit

[GitHub] spark pull request: [SPARK-4857] [CORE] Adds Executor membership e...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3711#issuecomment-69543920 [Test build #25406 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25406/consoleFull) for PR 3711 at commit

[GitHub] spark pull request: [SPARK-4857] [CORE] Adds Executor membership e...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3711#issuecomment-69543929 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4092] [CORE] Fix InputMetrics for coale...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3120#issuecomment-69538897 [Test build #25404 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25404/consoleFull) for PR 3120 at commit

[GitHub] spark pull request: [SPARK-4092] [CORE] Fix InputMetrics for coale...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3120#issuecomment-69538904 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5203][SQL] fix union with different dec...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4004#issuecomment-69541015 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-4945] [SQL] Add overwrite option suppor...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3780#issuecomment-69541870 [Test build #25409 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25409/consoleFull) for PR 3780 at commit

[GitHub] spark pull request: [SPARK-5204][SQL] Column case need to be consi...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4005#issuecomment-69543517 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-4092] [CORE] Fix InputMetrics for coale...

2015-01-12 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/3120#discussion_r22778546 --- Diff: core/src/main/scala/org/apache/spark/CacheManager.scala --- @@ -44,7 +44,14 @@ private[spark] class CacheManager(blockManager: BlockManager)

[GitHub] spark pull request: [SPARK-4092] [CORE] Fix InputMetrics for coale...

2015-01-12 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/3120#discussion_r22778563 --- Diff: core/src/main/scala/org/apache/spark/rdd/NewHadoopRDD.scala --- @@ -109,18 +109,22 @@ class NewHadoopRDD[K, V]( logInfo(Input split: +

[GitHub] spark pull request: [SPARK-5202] [SQL] Add hql variable substituti...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4003#issuecomment-69544779 [Test build #25407 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25407/consoleFull) for PR 4003 at commit

[GitHub] spark pull request: [SPARK-4857] [CORE] Adds Executor membership e...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3711#issuecomment-69538514 [Test build #25406 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25406/consoleFull) for PR 3711 at commit

[GitHub] spark pull request: [SPARK-4908][SQL][hotfix]narrow the scope of s...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4001#issuecomment-69539620 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5203][SQL] fix union with different dec...

2015-01-12 Thread guowei2
GitHub user guowei2 opened a pull request: https://github.com/apache/spark/pull/4004 [SPARK-5203][SQL] fix union with different decimal type When union non-decimal types with decimals, we use the following rules: - FIRST `intTypeToFixed`, then fixed union decimals with

[GitHub] spark pull request: [SQL] some comments fix for GROUPING SETS

2015-01-12 Thread adrian-wang
Github user adrian-wang commented on the pull request: https://github.com/apache/spark/pull/4000#issuecomment-69541549 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: [SPARK-4857] [CORE] Adds Executor membership e...

2015-01-12 Thread nitin2goyal
Github user nitin2goyal commented on a diff in the pull request: https://github.com/apache/spark/pull/3711#discussion_r22779931 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -213,6 +216,7 @@ class

[GitHub] spark pull request: [SPARK-5204][SQL] Column case need to be consi...

2015-01-12 Thread OopsOutOfMemory
GitHub user OopsOutOfMemory opened a pull request: https://github.com/apache/spark/pull/4005 [SPARK-5204][SQL] Column case need to be consistent with Hive You can merge this pull request into a Git repository by running: $ git pull https://github.com/OopsOutOfMemory/spark

[GitHub] spark pull request: [MLLIB][SPARK-3278] Monotone (Isotonic) regres...

2015-01-12 Thread zapletal-martin
Github user zapletal-martin commented on the pull request: https://github.com/apache/spark/pull/3519#issuecomment-69544311 @mengxr I have updated the PR with requested changes. Because of the issue with scala primitives used as generic type as discussed above I had to implement two

[GitHub] spark pull request: [SPARK-5006][Deploy]spark.port.maxRetries does...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3841#issuecomment-69555409 [Test build #25410 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25410/consoleFull) for PR 3841 at commit

[GitHub] spark pull request: [SPARK-5006][Deploy]spark.port.maxRetries does...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3841#issuecomment-69570069 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5102][Core]subclass of MapStatus needs ...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4007#issuecomment-69570985 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5102][Core]subclass of MapStatus needs ...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4007#issuecomment-69570978 [Test build #25416 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25416/consoleFull) for PR 4007 at commit

[GitHub] spark pull request: [SPARK-5006][Deploy]spark.port.maxRetries does...

2015-01-12 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/3841#issuecomment-69577651 @andrewor14 Updated and tested simply, it works. --- 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: [SPARK-4697][YARN]System properties should ove...

2015-01-12 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/spark/pull/3557#issuecomment-69578562 So it used to be (0.8 and 0.9) that spark on yarn was ran like this. We kept this work in the 1.0 release as well for backwards compatibility. spark-class

[GitHub] spark pull request: [SPARK-1825] Make Windows Spark client work fi...

2015-01-12 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/3943#issuecomment-69576680 @tsudukim Recently, YARN module was refactored so could you rebase your change? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4006#issuecomment-69577579 [Test build #25418 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25418/consoleFull) for PR 4006 at commit

[GitHub] spark pull request: [SPARK-4799] Use IP address instead of local h...

2015-01-12 Thread smola
Github user smola commented on the pull request: https://github.com/apache/spark/pull/3645#issuecomment-69569760 @pwendell Right. The problem is that there is no way to force the use of a given IP (ignoring reverse lookups or any other hostname/ip detection mechanisms). I

[GitHub] spark pull request: [SPARK-4962] [CORE] Put TaskScheduler.start ba...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3810#issuecomment-69569742 [Test build #25417 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25417/consoleFull) for PR 3810 at commit

[GitHub] spark pull request: [SPARK-5102][Core]subclass of MapStatus needs ...

2015-01-12 Thread darabos
Github user darabos commented on the pull request: https://github.com/apache/spark/pull/4007#issuecomment-69580933 Thanks for the quick fix! --- 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-4945] [SQL] Add overwrite option suppor...

2015-01-12 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/3780#discussion_r22795027 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SchemaRDDLike.scala --- @@ -68,12 +68,29 @@ private[sql] trait SchemaRDDLike { /**

[GitHub] spark pull request: [SPARK-5174][SPARK-5175] provide more APIs in ...

2015-01-12 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/spark/pull/3984#issuecomment-69567317 anyone can take a review of this? --- 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

[GitHub] spark pull request: [SPARK-5006][Deploy]spark.port.maxRetries does...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3841#issuecomment-69570061 [Test build #25414 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25414/consoleFull) for PR 3841 at commit

[GitHub] spark pull request: [SPARK-5196][SQL] Support `comment` in Create ...

2015-01-12 Thread OopsOutOfMemory
Github user OopsOutOfMemory commented on the pull request: https://github.com/apache/spark/pull/3999#issuecomment-69569261 ping. --- 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

[GitHub] spark pull request: [SPARK-5102][Core]subclass of MapStatus needs ...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4007#issuecomment-69572528 [Test build #25415 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25415/consoleFull) for PR 4007 at commit

[GitHub] spark pull request: [SPARK-5102][Core]subclass of MapStatus needs ...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4007#issuecomment-69572536 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/4006 [SPARK-4859][Core][Streaming] Refactor LiveListenerBus and StreamingListenerBus This PR refactors LiveListenerBus and StreamingListenerBus and extracts the common codes to a parent class

[GitHub] spark pull request: [SPARK-5006][Deploy]spark.port.maxRetries does...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3841#issuecomment-69562956 [Test build #25414 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25414/consoleFull) for PR 3841 at commit

[GitHub] spark pull request: SPARK-4159 [BUILD] Addendum: improve running o...

2015-01-12 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/3993#issuecomment-69563556 @sryza SBT won't run the Java tests, so that is unchanged. Wiki edit looks good to me. We do need this PR merged too or else excluding all Java tests will cause Surefire

[GitHub] spark pull request: [SPARK-5102][Core]subclass of MapStatus needs ...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4007#issuecomment-69564862 [Test build #25415 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25415/consoleFull) for PR 4007 at commit

[GitHub] spark pull request: [MLLib]SPARK-5027:add SVMWithLBFGS interface i...

2015-01-12 Thread loachli
Github user loachli commented on the pull request: https://github.com/apache/spark/pull/3890#issuecomment-69555498 I have tested QWLQN in spark 1.1. Based on org.apache.spark.mllib.optimization.LBFGS, I create another class org.apache.spark.mllib.optimization.QWLQN. The main change

[GitHub] spark pull request: [SPARK-5201][CORE] deal with int overflow in t...

2015-01-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/4002#discussion_r22786476 --- Diff: core/src/main/scala/org/apache/spark/rdd/ParallelCollectionRDD.scala --- @@ -127,18 +127,12 @@ private object ParallelCollectionRDD { })

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/4006#issuecomment-69561690 cc @JoshRosen @tdas @andrewor14 --- 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: SPARK-5136 [DOCS] Improve documentation around...

2015-01-12 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/3952#issuecomment-69562599 I merged my proposed wiki edits into the wiki page. I hope that's OK.

[GitHub] spark pull request: [SPARK-5102][Core]subclass of MapStatus needs ...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4007#issuecomment-69565338 [Test build #25416 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25416/consoleFull) for PR 4007 at commit

[GitHub] spark pull request: [SPARK-5204][SQL] Column case need to be consi...

2015-01-12 Thread OopsOutOfMemory
Github user OopsOutOfMemory closed the pull request at: https://github.com/apache/spark/pull/4005 --- 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

[GitHub] spark pull request: [SQL] some comments fix for GROUPING SETS

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4000#issuecomment-69548342 [Test build #25408 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25408/consoleFull) for PR 4000 at commit

[GitHub] spark pull request: [SPARK-5204][SQL] Column case need to be consi...

2015-01-12 Thread OopsOutOfMemory
Github user OopsOutOfMemory commented on the pull request: https://github.com/apache/spark/pull/4005#issuecomment-69548251 Thanks, Got it. --- 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-4945] [SQL] Add overwrite option suppor...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3780#issuecomment-69551534 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Improve LiveList...

2015-01-12 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/3710#issuecomment-69561617 @andrewor14 instead of making the behavior of StreamingListenerBus to match that of the LiveListenerBus, I sent #4006 to make them share the same codes in the parent

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Improve LiveList...

2015-01-12 Thread zsxwing
Github user zsxwing closed the pull request at: https://github.com/apache/spark/pull/3710 --- 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

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/4006#issuecomment-69562564 Should I open another JIRA, or just update SPARK-4859 jira? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-5201][CORE] deal with int overflow in t...

2015-01-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/4002#discussion_r22787232 --- Diff: core/src/main/scala/org/apache/spark/rdd/ParallelCollectionRDD.scala --- @@ -127,18 +127,12 @@ private object ParallelCollectionRDD { })

[GitHub] spark pull request: [SPARK-4945] [SQL] Add overwrite option suppor...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3780#issuecomment-69551518 [Test build #25409 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25409/consoleFull) for PR 3780 at commit

[GitHub] spark pull request: [SPARK-5186] [MLLIB] Vector.equals and Vector....

2015-01-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/3997#discussion_r22783753 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Vectors.scala --- @@ -449,6 +449,16 @@ class SparseVector( override def toString: String =

[GitHub] spark pull request: [SPARK-3586][streaming]Support nested director...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2765#issuecomment-69556749 [Test build #25411 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25411/consoleFull) for PR 2765 at commit

[GitHub] spark pull request: [SPARK-2199] [mllib] topic modeling

2015-01-12 Thread akopich
Github user akopich commented on the pull request: https://github.com/apache/spark/pull/1269#issuecomment-69560296 @jkbradley, @mengxr, please, include @IlyaKozlov as author too. He's helped a lot with the implementation. --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-4962] [CORE] Put TaskScheduler.start ba...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3810#issuecomment-69561948 [Test build #25413 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25413/consoleFull) for PR 3810 at commit

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Improve LiveList...

2015-01-12 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/3710#discussion_r22786673 --- Diff: core/src/main/scala/org/apache/spark/scheduler/LiveListenerBus.scala --- @@ -118,7 +127,7 @@ private[spark] class LiveListenerBus extends

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Improve LiveList...

2015-01-12 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/3710#discussion_r22786686 --- Diff: core/src/main/scala/org/apache/spark/scheduler/LiveListenerBus.scala --- @@ -49,7 +52,8 @@ private[spark] class LiveListenerBus extends

[GitHub] spark pull request: [SPARK-3586][streaming]Support nested director...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2765#issuecomment-69563246 [Test build #25411 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25411/consoleFull) for PR 2765 at commit

[GitHub] spark pull request: [SPARK-3586][streaming]Support nested director...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2765#issuecomment-69563254 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5006][Deploy]spark.port.maxRetries does...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3841#issuecomment-69564800 [Test build #25410 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25410/consoleFull) for PR 3841 at commit

[GitHub] spark pull request: [SPARK-5102][Core]subclass of MapStatus needs ...

2015-01-12 Thread lianhuiwang
GitHub user lianhuiwang opened a pull request: https://github.com/apache/spark/pull/4007 [SPARK-5102][Core]subclass of MapStatus needs to be registered with Kryo CompressedMapStatus and HighlyCompressedMapStatus needs to be registered with Kryo, because they are subclass of

[GitHub] spark pull request: [SPARK-5006][Deploy]spark.port.maxRetries does...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3841#issuecomment-69564804 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4994][network]Cleanup removed executors...

2015-01-12 Thread lianhuiwang
Github user lianhuiwang commented on the pull request: https://github.com/apache/spark/pull/3828#issuecomment-69558032 @aarondav can you look at this PR? thanks. --- 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-4962] [CORE] Put TaskScheduler.start ba...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3810#issuecomment-69562038 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4962] [CORE] Put TaskScheduler.start ba...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3810#issuecomment-69562036 [Test build #25413 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25413/consoleFull) for PR 3810 at commit

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Improve LiveList...

2015-01-12 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/3710#discussion_r22786638 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/StreamingListenerBus.scala --- @@ -17,20 +17,28 @@ package

[GitHub] spark pull request: [SPARK-5201][CORE] deal with int overflow in t...

2015-01-12 Thread advancedxy
Github user advancedxy commented on a diff in the pull request: https://github.com/apache/spark/pull/4002#discussion_r22787018 --- Diff: core/src/main/scala/org/apache/spark/rdd/ParallelCollectionRDD.scala --- @@ -127,18 +127,12 @@ private object ParallelCollectionRDD {

[GitHub] spark pull request: [SPARK-5201][CORE] deal with int overflow in t...

2015-01-12 Thread advancedxy
Github user advancedxy commented on a diff in the pull request: https://github.com/apache/spark/pull/4002#discussion_r22787610 --- Diff: core/src/main/scala/org/apache/spark/rdd/ParallelCollectionRDD.scala --- @@ -127,18 +127,12 @@ private object ParallelCollectionRDD {

[GitHub] spark pull request: [SQL] some comments fix for GROUPING SETS

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4000#issuecomment-69548350 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4006#issuecomment-69561477 [Test build #25412 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25412/consoleFull) for PR 4006 at commit

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4006#issuecomment-69566482 [Test build #25412 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25412/consoleFull) for PR 4006 at commit

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4006#issuecomment-69566490 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5196][SQL] Support `comment` in Create ...

2015-01-12 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/3999#discussion_r22802272 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/TableScanSuite.scala --- @@ -314,4 +314,20 @@ class TableScanSuite extends DataSourceTest {

[GitHub] spark pull request: [SPARK-4962] [CORE] Put TaskScheduler.start ba...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3810#issuecomment-69587238 **[Test build #25417 timed out](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25417/consoleFull)** for PR 3810 at commit

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4006#issuecomment-69588632 [Test build #25418 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25418/consoleFull) for PR 4006 at commit

[GitHub] spark pull request: [SPARK-3694] RDD and Task serialization debugg...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3518#issuecomment-69591770 [Test build #25420 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25420/consoleFull) for PR 3518 at commit

[GitHub] spark pull request: [SPARK-4387][PySpark] Refactoring python profi...

2015-01-12 Thread udnay
Github user udnay closed the pull request at: https://github.com/apache/spark/pull/3255 --- 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

[GitHub] spark pull request: [SPARK-5201][CORE] deal with int overflow in t...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4002#issuecomment-69591751 [Test build #25419 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25419/consoleFull) for PR 4002 at commit

[GitHub] spark pull request: [SPARK-5196][SQL] Support `comment` in Create ...

2015-01-12 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/3999#issuecomment-69597975 ok to test --- 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

[GitHub] spark pull request: [SPARK-5196][SQL] Support `comment` in Create ...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3999#issuecomment-69598398 [Test build #25421 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25421/consoleFull) for PR 3999 at commit

[GitHub] spark pull request: [SPARK-5205][Streaming]:Inconsistent behaviour...

2015-01-12 Thread uncleGen
GitHub user uncleGen opened a pull request: https://github.com/apache/spark/pull/4008 [SPARK-5205][Streaming]:Inconsistent behaviour between Streaming job and others, when click kill link in WebUI The kill link is used to kill a stage in job. It works in any kinds of Spark job but

[GitHub] spark pull request: [SPARK-4387][PySpark] Refactoring python profi...

2015-01-12 Thread udnay
Github user udnay commented on the pull request: https://github.com/apache/spark/pull/3255#issuecomment-69591907 Replaced by #3901 --- 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

[GitHub] spark pull request: [SPARK-3694] RDD and Task serialization debugg...

2015-01-12 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/spark/pull/3518#issuecomment-69591920 Hi @JoshRosen, #3638 has now been merged and I've resolved the minor merge conflicts and pushed the updates. If you could please review this at your convenience, I'd

[GitHub] spark pull request: [SPARK-5196][SQL] Support `comment` in Create ...

2015-01-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3999#issuecomment-69600606 [Test build #25421 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25421/consoleFull) for PR 3999 at commit

[GitHub] spark pull request: [SPARK-5196][SQL] Support `comment` in Create ...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3999#issuecomment-69600617 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4859][Core][Streaming] Refactor LiveLis...

2015-01-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4006#issuecomment-69588641 Test FAILed. Refer to this link for build results (access rights to CI server needed):

  1   2   3   4   5   >