[ 
https://issues.apache.org/jira/browse/BEAM-7133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kyle Weaver resolved BEAM-7133.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.13.0

> Spark job server Gradle task should pass along system properties
> ----------------------------------------------------------------
>
>                 Key: BEAM-7133
>                 URL: https://issues.apache.org/jira/browse/BEAM-7133
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-spark
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: Minor
>             Fix For: 2.13.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The Spark job server Gradle task (:beam-runners-spark-job-server:runShadow) 
> should pass on system properties, as Spark applications often rely on system 
> properties for configuration. For example, if I want to enable logging, I 
> currently have to set it programatically: 
> System.setProperty("spark.eventLog.enabled", "true");
> whereas I should be able to just do this:
> ./gradlew :beam-runners-spark-job-server:runShadow 
> -Dspark.eventLog.enabled=true



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to