Member since
01-15-2019
2
Posts
3
Kudos Received
0
Solutions
01-17-2019
01:26 PM
1 Kudo
May I remark that Python 2.7 will not be maintained past 2020? https://pythonclock.org/
... View more
01-15-2019
02:30 PM
2 Kudos
The Compatibility Matrix is snazzy and nice, but it's all about OSes and browsers and such. There's no mention of Python.
We like Python3. JupyterHub uses Python3. Half of our Conda environments are Python3.
But HDP's PySpark does not like Python3. Especially scripts like
/usr/bin/hdp-select
It's shebang line is
#!/usr/bin/env python
But if env python is Python3.x, there are print statements without brackets.
So what's the situation here? Is HDP 2.6.5 and 3.x compatible with Python3? Would it be a big effort to add the brackets to print statements in the PySpark scripts?
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)