Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Zeppelin Spark df.show() output

avatar
Explorer

The Zeppelin outputs alot of "+--+" instead of the actual data. Any ideas how to fix the output of this data ?

zep-output.png

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Victor

Please try increasing the value of 'ZEPPELIN_INTERPRETER_OUTPUT_LIMIT' parameter (default value:102400) inside the in zeppelin-env.sh, then it takes the new value.

You can set the desired value through Ambari UI --> Configs --> "Advanced zeppelin-env" --> zeppelin_env_content

Inside this text area just add value like

export ZEPPELIN_INTERPRETER_OUTPUT_LIMIT=2500000

Then restart the Zeppelin Service.

To know more about this parameter please refer to https://zeppelin.apache.org/docs/0.7.2/install/configuration.html

View solution in original post

3 REPLIES 3

avatar
Master Mentor

@Victor

Please try increasing the value of 'ZEPPELIN_INTERPRETER_OUTPUT_LIMIT' parameter (default value:102400) inside the in zeppelin-env.sh, then it takes the new value.

You can set the desired value through Ambari UI --> Configs --> "Advanced zeppelin-env" --> zeppelin_env_content

Inside this text area just add value like

export ZEPPELIN_INTERPRETER_OUTPUT_LIMIT=2500000

Then restart the Zeppelin Service.

To know more about this parameter please refer to https://zeppelin.apache.org/docs/0.7.2/install/configuration.html

avatar
Explorer

@Jay Kumar SenSharma great instructions ! Thank you, it worked.

avatar
Master Mentor

@Victor

If this resolved/answers your query/issue then please mark this HCC thread as answered by clicking on "Accept" link on the correct answer, That way it will help other HCC users to quickly find the answers.