- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Zeppelin Spark df.show() output
- Labels:
-
Apache Zeppelin
Created ‎06-28-2018 10:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Zeppelin outputs alot of "+--+" instead of the actual data. Any ideas how to fix the output of this data ?
Created ‎06-28-2018 11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎06-28-2018 11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎06-28-2018 12:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Jay Kumar SenSharma great instructions ! Thank you, it worked.
Created ‎06-28-2018 12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
