[GitHub] zeppelin issue #1284: [ZEPPELIN-1291]Tagging meta value on interpreter compl...

2016-08-22 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1284 As before, I think it will be more intuitive if in a paragraph, the user types: ``` %hadoop1 spark. ``` And to autocomplete and the popups says `hadoop1`? Yes, I agree t

[GitHub] zeppelin issue #1284: [ZEPPELIN-1291]Tagging meta value on interpreter compl...

2016-08-22 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1284 re-trigger CI --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] zeppelin issue #1284: [ZEPPELIN-1291]Tagging meta value on interpreter compl...

2016-08-08 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1284 Even though the interpreter name is ```spark1``` or ```myintp```, the auto completion is spark's. so This way(just spark) is clear i think. --- If your project is set up for it, you can rep

[GitHub] zeppelin issue #1284: [ZEPPELIN-1291]Tagging meta value on interpreter compl...

2016-08-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1284 hmm, shouldn't we match the group name? that's what the user type though (eg. `%spark1`) and auto complete is to help with the user when she's typing? --- If your project is set up for it, y

[GitHub] zeppelin issue #1284: [ZEPPELIN-1291]Tagging meta value on interpreter compl...

2016-08-07 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1284 @felixcheung Thank you for your review. I think The meta name of auto completion should be original meta name because the user interpreters name that you mentioned(spark1,spark2) is not rel

[GitHub] zeppelin issue #1284: [ZEPPELIN-1291]Tagging meta value on interpreter compl...

2016-08-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1284 great improvement - would it be better if the tag matches the interpreter name - it could be `%spark1` `%spark2` for example? --- If your project is set up for it, you can reply to this email