[
https://issues.apache.org/jira/browse/SPARK-17118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196196#comment-16196196
]
Hyukjin Kwon commented on SPARK-17118:
--------------------------------------
Looks working fine now by:
{code}
PYSPARK_PYTHON=python3 ./bin/spark-submit
examples/src/main/python/ml/estimator_transformer_param_example.py
{code}
and it looks fixed in https://github.com/apache/spark/pull/14081.
For other instances, I actually fixed these before in a batch -
https://github.com/apache/spark/pull/16515
Let me resolve it for now. I think we are fine.
> Make examples Python3 compatible
> --------------------------------
>
> Key: SPARK-17118
> URL: https://issues.apache.org/jira/browse/SPARK-17118
> Project: Spark
> Issue Type: Improvement
> Reporter: Manoj Kumar
>
> There are various examples that do not work in Python 3. Most of them just
> include modifying the print statements.
> (examples/src/main/python/ml/estimator_transformer_param_example.py) is one
> such example.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]