[jira] [Commented] (SPARK-16665) python import pyspark fails in context.py

2016-07-22 Thread Andrew Jefferson (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-16665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15389135#comment-15389135
 ] 

Andrew Jefferson commented on SPARK-16665:
--

This was the result of a previous failed import in python

> python import pyspark fails in context.py 
> --
>
> Key: SPARK-16665
> URL: https://issues.apache.org/jira/browse/SPARK-16665
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.0.0
>Reporter: Andrew Jefferson
>Priority: Critical
>
> Using 2.0.0 Release Candidate 5
> python
> import pyspark
> Traceback (most recent call last):
> File "", line 1, in 
> File "pyspark/init.py", line 44, in 
> from pyspark.context import SparkContext
> File "pyspark/context.py", line 28, in 
> from pyspark import accumulators
> ImportError: cannot import name accumulators



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

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



[jira] [Resolved] (SPARK-16665) python import pyspark fails in context.py

2016-07-22 Thread Andrew Jefferson (JIRA)

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

Andrew Jefferson resolved SPARK-16665.
--
Resolution: Cannot Reproduce

> python import pyspark fails in context.py 
> --
>
> Key: SPARK-16665
> URL: https://issues.apache.org/jira/browse/SPARK-16665
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.0.0
>Reporter: Andrew Jefferson
>Priority: Critical
>
> Using 2.0.0 Release Candidate 5
> python
> import pyspark
> Traceback (most recent call last):
> File "", line 1, in 
> File "pyspark/init.py", line 44, in 
> from pyspark.context import SparkContext
> File "pyspark/context.py", line 28, in 
> from pyspark import accumulators
> ImportError: cannot import name accumulators



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

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



[jira] [Commented] (SPARK-16665) python import pyspark fails in context.py

2016-07-21 Thread Andrew Jefferson (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-16665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15387908#comment-15387908
 ] 

Andrew Jefferson commented on SPARK-16665:
--

Pull Request here:
https://github.com/apache/spark/pull/14303

> python import pyspark fails in context.py 
> --
>
> Key: SPARK-16665
> URL: https://issues.apache.org/jira/browse/SPARK-16665
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.0.0
>Reporter: Andrew Jefferson
>Priority: Critical
>
> Using 2.0.0 Release Candidate 5
> python
> import pyspark
> Traceback (most recent call last):
> File "", line 1, in 
> File "pyspark/init.py", line 44, in 
> from pyspark.context import SparkContext
> File "pyspark/context.py", line 28, in 
> from pyspark import accumulators
> ImportError: cannot import name accumulators



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

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



[jira] [Created] (SPARK-16665) python import pyspark fails in context.py

2016-07-21 Thread Andrew Jefferson (JIRA)
Andrew Jefferson created SPARK-16665:


 Summary: python import pyspark fails in context.py 
 Key: SPARK-16665
 URL: https://issues.apache.org/jira/browse/SPARK-16665
 Project: Spark
  Issue Type: Bug
  Components: PySpark
Affects Versions: 2.0.0
Reporter: Andrew Jefferson
Priority: Critical


Using 2.0.0 Release Candidate 5

python

import pyspark
Traceback (most recent call last):
File "", line 1, in 
File "pyspark/init.py", line 44, in 
from pyspark.context import SparkContext
File "pyspark/context.py", line 28, in 
from pyspark import accumulators
ImportError: cannot import name accumulators



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

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