[GitHub] incubator-spark pull request: SPARK-1111: URL Validation Throws Er...

2014-02-21 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/625#discussion_r9939149 --- Diff: core/src/test/scala/org/apache/spark/deploy/ClientSuite.scala --- @@ -0,0 +1,17 @@ +package org.apache.spark.deploy --- End diff

[GitHub] incubator-spark pull request: SPARK-1111: URL Validation Throws Er...

2014-02-21 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/625#discussion_r9939595 --- Diff: core/src/main/scala/org/apache/spark/deploy/ClientArguments.scala --- @@ -115,3 +110,7 @@ private[spark] class ClientArguments(args

[GitHub] incubator-spark pull request: SPARK-1111: URL Validation Throws Er...

2014-02-21 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/625#discussion_r9955979 --- Diff: core/src/main/scala/org/apache/spark/deploy/ClientArguments.scala --- @@ -115,3 +110,7 @@ private[spark] class ClientArguments(args

[GitHub] incubator-spark pull request: SPARK-1111: URL Validation Throws Er...

2014-02-21 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/625#discussion_r9956945 --- Diff: core/src/main/scala/org/apache/spark/deploy/ClientArguments.scala --- @@ -115,3 +110,7 @@ private[spark] class ClientArguments(args

[GitHub] incubator-spark pull request: SPARK-929: Fully deprecate usage of ...

2014-02-19 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/615#discussion_r9891770 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -165,19 +165,20 @@ class SparkContext( jars.foreach(addJar

[GitHub] incubator-spark pull request: Add Security to Spark - Akka, Http, ...

2014-02-14 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/incubator-spark/pull/332#issuecomment-35124599 Hi Tom, do you think it is useful to describe to security implementation and potential override/ customization under separate .md file under docs directory

[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

2014-02-11 Thread hsaputra
Github user hsaputra closed the pull request at: https://github.com/apache/incubator-spark/pull/577

[GitHub] incubator-spark pull request: SPARK-1075 Fix doc in the Spark Stre...

2014-02-10 Thread hsaputra
GitHub user hsaputra opened a pull request: https://github.com/apache/incubator-spark/pull/577 SPARK-1075 Fix doc in the Spark Streaming custom receiver closing bracket in the class constructor The closing parentheses in the constructor in the first code block example is reversed

[GitHub] incubator-spark pull request: Improved NetworkReceiver in Spark St...

2014-02-09 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/incubator-spark/pull/559#issuecomment-34599448 @tdas, per discussion we have in the dev list, could you file JIRA ticket for this PR? Thanks