Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1206

name 'z' is not defined with python3 in Python Interpreter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.6.1, 0.7.0
    • python-interpreter
    • None

    Description

      %python
      print(z.input("test"))
      

      yields

      Traceback (most recent call last):
        File "<stdin>", line 1, in <module>
      NameError: name 'z' is not defined
      

      with 'zeppelin.python' property is 'python3'.

      I installed py4j by 'sudo pip3 install py4j'.

      Pyspark works well with python3.

      Attachments

        Issue Links

          Activity

            People

              sixmen Sangmin Yoon
              sixmen Sangmin Yoon
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: