You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Weizhong (JIRA)" <ji...@apache.org> on 2015/04/01 04:59:53 UTC

[jira] [Updated] (SPARK-6641) Add config or control of accumulator on python

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

Weizhong updated SPARK-6641:
----------------------------
    Description: 
Now if we init SparkContext of Python, then will create a single Accumulator in Java and start a TCP server in a daemon thread.
We can add config option to decide not start  this TCP server at sc start, and start this TCP server when we use accumulator.

  was:
Now if we init SparkContext of Python, then will create a single Accumulator in Java and on TCP server in a daemon thread.
We can add config option to decide not start  this TCP server at sc start, and start this TCP server when we use accumulator.


> Add config or control of accumulator on python
> ----------------------------------------------
>
>                 Key: SPARK-6641
>                 URL: https://issues.apache.org/jira/browse/SPARK-6641
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark
>            Reporter: Weizhong
>            Priority: Minor
>
> Now if we init SparkContext of Python, then will create a single Accumulator in Java and start a TCP server in a daemon thread.
> We can add config option to decide not start  this TCP server at sc start, and start this TCP server when we use accumulator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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