This repository was archived by the owner on Aug 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 506
METRON-1382 Run Stellar in a Zeppelin Notebook #884
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
49fba6a
METRON-1382 Run Stellar in a Zeppelin Notebook
nickwallen 162f1f4
Rename StellarShellResult to StellarResult for simplicity
nickwallen b7cf23e
Added withExpression and withValue to the VariableResult class to sim…
nickwallen 4b65b26
Created a separate interface for notification of events
nickwallen 031f65c
Clean-up
nickwallen 790cdd5
Simple clean-up
nickwallen 18fe04c
Improved the installation instructions
nickwallen 98f73bc
Fixed a bug in the Zeppelin interpreter when no value is returned fro…
nickwallen fc74720
Should be using System.lineSeparator()
nickwallen e98b3ef
Added license header to README
nickwallen 2a67e38
Merge remote-tracking branch 'apache/master' into METRON-1382
nickwallen 2b51128
Updated to version 0.4.3
nickwallen be412d8
Updated the README to clarify usage
nickwallen 2e001af
Fixed the 'only shows first item in list' bug identified by @merrimanr.
nickwallen 9cc1de2
Added a missing license header
nickwallen ceb55e4
Minor cleanup
nickwallen 30654f3
Updated the interpreter settings to match what I have in the installa…
nickwallen 04d580e
Added more tests because what's better than more tests?
nickwallen 7eb2697
Added <kbd></kbd> embed to make autocomplete instructions more clear.
nickwallen 4c1cd2e
Added tests for isValueNull() behavior
nickwallen 53c1c2d
Added implementation notes as requested by @ottobackwards
nickwallen 3247851
Added note about specific Zeppelin version support in REAEDME
nickwallen 915fdc1
Updated README instructions for adding Stellar interpreter
nickwallen f779bde
Changes to satisfy checkstyle and findbugs
nickwallen f6cfe22
Error message then stack trace
nickwallen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The VariableResult.expression field is now optional. We do not always know the expression that resulted in a value. The
ShellFunctionsjust needed updated to treat this as an Optional.