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

    https://github.com/apache/spark/pull/4248#discussion_r23831675
  
    --- Diff: project/SparkBuild.scala ---
    @@ -381,7 +381,9 @@ object TestSettings {
         javaOptions in Test += "-Dspark.ui.enabled=false",
         javaOptions in Test += "-Dspark.ui.showConsoleProgress=false",
         javaOptions in Test += "-Dspark.driver.allowMultipleContexts=true",
    -    javaOptions in Test += "-Dsun.io.serialization.extendedDebugInfo=true",
    +    // Following java Option causes 
https://github.com/typesafehub/config/issues/176
    +    // More details at SPARK-3872
    +    // javaOptions in Test += 
"-Dsun.io.serialization.extendedDebugInfo=true",
    --- End diff --
    
    We can obviously turn it off for "streaming-only".


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to