[
https://issues.apache.org/jira/browse/BEAM-7133?focusedWorklogId=233713&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-233713
]
ASF GitHub Bot logged work on BEAM-7133:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Apr/19 19:43
Start Date: 26/Apr/19 19:43
Worklog Time Spent: 10m
Work Description: angoenka commented on pull request #8386: [BEAM-7133]
make Spark job server Gradle task pass along system prope…
URL: https://github.com/apache/beam/pull/8386
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 233713)
Time Spent: 20m (was: 10m)
> 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
> 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)