[GitHub] zeppelin issue #1472: Add message of localhost:port on script

2016-10-31 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/1472 @AhyoungRyu Okay. Thanks~ --- 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

[GitHub] zeppelin issue #1472: Add message of localhost:port on script

2016-10-31 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/1472 @AhyoungRyu Actually, I was also thinking about whether this commit needs now. I'll drop this issue and maybe look it again after when it seems useful. Thanks for help. --- If your pr

[GitHub] zeppelin pull request #1472: Add message of localhost:port on script

2016-10-31 Thread djKooks
Github user djKooks closed the pull request at: https://github.com/apache/zeppelin/pull/1472 --- 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 if the feature is

[GitHub] zeppelin issue #1472: Add message of localhost:port on script

2016-10-25 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/1472 @AhyoungRyu you're right. Thanks for comments. I just update lines for file check. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] zeppelin issue #1472: Add message of localhost:port on script

2016-10-24 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/1472 @AhyoungRyu Sorry for late reply. I updated scripts to read port number from environment setups. Please look on and let me know if there is any problem on running this. --- If your project

[GitHub] zeppelin issue #1472: Add message of localhost:port on script

2016-10-10 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/1472 @AhyoungRyu No problem~thanks for guide! I'll keep work on it. --- 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

[GitHub] zeppelin issue #1472: Add message of localhost:port on script

2016-10-09 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/1472 @AhyoungRyu It looks different. The one in #1399 records ip address in log, but I want to show this during script is running. It seems ok to keep working on. --- If your project is set up for

[GitHub] zeppelin issue #544: [WIP] Multi-Language UI for ZeppelinWebApp

2016-10-01 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/544 @corneadoug Oh okay, I see. Thanks for the guide. --- 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

[GitHub] zeppelin issue #544: [WIP] Multi-Language UI for ZeppelinWebApp

2016-09-30 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/544 @corneadoug Good job! One more suggestion, how about putting multi language resource into json files to manage easily? Maybe it could be easy to update for who wants to support translation

[GitHub] zeppelin issue #1472: Add message of localhost:port on script

2016-09-28 Thread djKooks
Github user djKooks commented on the issue: https://github.com/apache/zeppelin/pull/1472 @AhyoungRyu Oh, it was my mistake. Sorry for silly bugs. I just updated script to find public IP. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin pull request #1472: Add message of localhost:port on script

2016-09-28 Thread djKooks
GitHub user djKooks opened a pull request: https://github.com/apache/zeppelin/pull/1472 Add message of localhost:port on script ### What is this PR for? To show the localhost:port number info when running zeppelin.sh script. ### What type of PR is it? [Improvement