You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Aries Kay <ar...@gmail.com> on 2015/05/25 06:26:09 UTC

interpreter.InterpreterException - ArrayIndexOutOfBounds Exception

I am trying to the following simple note in Zeppelin:

%pyspark

print "Test"

It is not printing the output and I see the following exception in Zeppelin
Interpreter log:

Internal error processing getProgress
org.apache.zepplin.interpreter.interpreterException:
java.lang.ArrayIndexOutOfBounds Exception: 1

Can someone help me with this issue? I was not able to run a simple note
yet in Zeppelin.

Thanks,
AK