Closed
Conversation
update description about dependency loader
asfgit
pushed a commit
to apache/zeppelin
that referenced
this pull request
Mar 30, 2015
From ZEPL/zeppelin#388. Update description of dependency loader to reflect ZEPL/zeppelin#319. To do this, document structure is changed. * docs/zeppelincontext -> removed * interpreter/spark -> added (includes description about zeppelincontext and dependencyloader) Ready to merge. Author: Lee moon soo <[email protected]> Closes #7 from Leemoonsoo/gh-pages_update_changes and squashes the following commits: a3894cf [Lee moon soo] Add interpreter/spark.md instead of docs/zeppelincontext.md update description about dependency loader
epahomov
pushed a commit
to epahomov/zeppelin
that referenced
this pull request
Jul 23, 2016
…ere with code below This PR relates to: https://issues.apache.org/jira/browse/ZEPPELIN-389 fixing a bug with paragraph titles longer than 1 line. Current long paragraph title: <img width="1258" alt="screen shot 2015-11-03 at 12 16 26 pm" src="https://cloud.githubusercontent.com/assets/6380209/10919812/6e5b919a-8232-11e5-9963-8e7847b8bd67.png"> After the pull request: <img width="1247" alt="screen shot 2015-11-03 at 1 15 35 pm" src="https://cloud.githubusercontent.com/assets/6380209/10919819/7a4053f6-8232-11e5-878a-0a423c042520.png"> Author: Michael Chen <[email protected]> Closes ZEPL#388 from MikeTYChen/ZEPPELIN-389 and squashes the following commits: d4daad0 [Michael Chen] ZEPPELIN-389: longer paragraph title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update description of dependency loader to reflect #319.
Also document structure is changed a little
docs/zeppelincontext -> removed
interpreter/spark -> added (includes description about zeppelincontext and dependencyloader)