Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.2
-
Fix Version/s: 0.3
-
Component/s: Interpreter
-
Labels:None
Description
currently pyspark working with only python2.
(fake_shell.py don't work on python3)
Might need a support both python version.
how about this.
AS-IS
kind = [pyspark, spark, sparkr]
AS-IS
# if user choice pyspark3, PythonInterperter run fake_shell3.py kind = [pyspark, spark, sparkr, pyspark3]
If i misunderstood, this ticket close please.
Attachments
Issue Links
- relates to
-
LIVY-159 Support selecting python 2 or 3 for pyspark batch
-
- Resolved
-
- links to