Closed
Conversation
Closed
Member
Author
|
Ready to merge |
Member
Author
|
Merging if there is no more discussions |
Leemoonsoo
pushed a commit
to Leemoonsoo/zeppelin
that referenced
this pull request
Sep 17, 2015
Add Lens interpreter. apache#100 has implementation from praagarw. This pr grabbing a necessary commits from apache#100 and rebase from current master branch. Author: Pranav Agarwal <[email protected]> Author: Lee moon soo <[email protected]> Closes apache#114 from Leemoonsoo/ZEPPELIN-61 and squashes the following commits: 0edaf8c [Lee moon soo] Bumpup lens interpreter artifact version adc23f9 [Pranav Agarwal] fixed merge conflicts for conf/zeppelin-site.xml.template 97eb569 [Pranav Agarwal] added lens entry to conf/zeppelin-site.xml.template b81ab78 [Pranav Agarwal] Lens Interpreter (cherry picked from commit 1bc5e8d) Signed-off-by: Lee moon soo <[email protected]>
asfgit
pushed a commit
that referenced
this pull request
Jun 22, 2016
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.
Add Lens interpreter. #100 has implementation from @praagarw.
This pr grabbing a necessary commits from #100 and rebase from current master branch.