[GitHub] spark pull request: fix compile error for hadoop CDH 4.4+

2014-03-15 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/151#discussion_r10637951 --- Diff: core/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocationHandlerMacro.scala --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Softwa

[GitHub] spark pull request: fix compile error of streaming project

2014-03-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/153#issuecomment-37748734 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 compile error for hadoop CDH 4.4+

2014-03-15 Thread gzm55
Github user gzm55 commented on a diff in the pull request: https://github.com/apache/spark/pull/151#discussion_r10638000 --- Diff: core/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocationHandlerMacro.scala --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: fix compile error for hadoop CDH 4.4+

2014-03-15 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/151#discussion_r10638011 --- Diff: core/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocationHandlerMacro.scala --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Softwa

[GitHub] spark pull request: fix compile error for hadoop CDH 4.4+

2014-03-15 Thread gzm55
Github user gzm55 commented on a diff in the pull request: https://github.com/apache/spark/pull/151#discussion_r10638121 --- Diff: core/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocationHandlerMacro.scala --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: remove staging dir when app quiting for yarn-c...

2014-03-15 Thread gzm55
GitHub user gzm55 opened a pull request: https://github.com/apache/spark/pull/154 remove staging dir when app quiting for yarn-cluster mode In yarn-cluster, the driver is actually running as 'yarn' user. When posting jobs from other users, we need give stagingDir a full path, so

[GitHub] spark pull request: [SPARK-1241] Add sliding to RDD

2014-03-15 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/136#issuecomment-37749785 For things like n-grams, isn't it okay to do them just per-partition and not worry about doing stuff across partitions? I agree that both this approach and the one in https

[GitHub] spark pull request: remove staging dir when app quiting for yarn-c...

2014-03-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/154#issuecomment-37750476 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

<    1   2