Jayant Raj created ZEPPELIN-1295: ------------------------------------ Summary: ImportError: No module named pandas Key: ZEPPELIN-1295 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1295 Project: Zeppelin Issue Type: Bug Components: python-interpreter Affects Versions: 0.5.6 Environment: EMR 4.7.2, Running Zeppelin on Spark 1.6.2 Reporter: Jayant Raj
Following code: %pyspark import pandas as pd results in this error: Traceback (most recent call last): File "/tmp/zeppelin_pyspark.py", line 225, in <module> eval(compiledCode) File "<string>", line 1, in <module> ImportError: No module named pandas -- This message was sent by Atlassian JIRA (v6.3.4#6332)