You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by HyukjinKwon <gi...@git.apache.org> on 2018/08/01 03:46:09 UTC

[GitHub] spark pull request #20636: [SPARK-23415][SQL][TEST] Make behavior of BufferH...

Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20636#discussion_r206748015
  
    --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/codegen/BufferHolderSparkSubmitSuite.scala ---
    @@ -39,8 +39,8 @@ class BufferHolderSparkSubmitSuite
         val argsForSparkSubmit = Seq(
           "--class", BufferHolderSparkSubmitSuite.getClass.getName.stripSuffix("$"),
           "--name", "SPARK-22222",
    -      "--master", "local-cluster[2,1,1024]",
    -      "--driver-memory", "4g",
    +      "--master", "local-cluster[1,1,7168]",
    --- End diff --
    
    I think we support this for debugging purpose since, IIRC, that's going to make separate processes for workers.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org