[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-04-29 Thread vrajat
GitHub user vrajat opened a pull request: https://github.com/apache/incubator-zeppelin/pull/55 Hbase Interpreter Support for Hbase Shell. All the commands documented here https://wiki.apache.org/hadoop/Hbase/Shell is supported. Requirements: * Hbase Shell should

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-05-02 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-98329631 Sure. Will figure out how to make the dependency configurable from other modules. Will take a look at tests too. --- If your project is set up for it, you

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-05-02 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-98336829 I'll need your advice on how to proceed further. I tested hbase-1.0 profile. Looks like hbase project started to distribute separate jars __after__ 0

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-05-12 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-101162010 Hello Lee, Any advice on how to solve the version mismatch ? The default version of hbase is really old. --- If your project is set up for it, you can

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-05-20 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-103844971 OK. I'll add a new property. On Wed, 20 May 2015 at 16:36 Lee moon soo wrote: > Understood the problem. > > Currently hb

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-05-22 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-104613462 Fascinating. I am unable to reproduce the build error on my box. The error is: Non-resolvable parent POM: Failure to find

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-05-22 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-104679511 Oh wow! Tests passed. Given the difficulty I had in getting the PR to compile, one would think I wrote code and created a PR. Rest assured that I have tested

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-08-05 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-128235249 @Leemoonsoo Any blockers for merging this PR ? Has been open for quite some time. --- If your project is set up for it, you can reply to this email and have

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-08-05 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-128262903 @jongyoul This is an interpreter for hbase shell. Hbase shell is written ruby. It provides a lot of utility function using the hbase client. Please check the

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-08-06 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-128335449 @jongyoul You can install hbase jars and binaries using brew. Then edit configuration to point to a running hbase cluster. @martin-g I'll addres

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-08-06 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-128356189 I am reluctant to sign up for installing hbase shell as part of Zeppelin. There are well documented instructions for all operating systems. I will be

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-08-06 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-128608767 I agree that will make for a better user experience. Just that HBase is a beast :) Let me get this out. If there is enough demand, then I can work on it

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-09-02 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-137276988 I have addressed most review comments. Does travis run unit tests ? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-09-02 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-137297368 Hmm. Travis failed because it lost connection to maven central. INFO: Retrying request to {s}->https://repo.maven.apache.org:443 [WARNING] Co

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-09-03 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-137529591 I'll start a new PR. --- 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 doe

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-09-03 Thread vrajat
Github user vrajat closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/55 --- 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

[GitHub] incubator-zeppelin pull request: Hbase Interpreter

2015-09-03 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/55#issuecomment-137532607 Please review https://github.com/apache/incubator-zeppelin/pull/278 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2015-09-03 Thread vrajat
GitHub user vrajat opened a pull request: https://github.com/apache/incubator-zeppelin/pull/278 HBase Shell Interpreter Support for Hbase Shell. All the commands documented here https://wiki.apache.org/hadoop/Hbase/Shell is supported. Requirements: Hbase Shell

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2015-09-03 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-137601196 Unit tests passed. --- 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

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2015-09-07 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-138369320 @felixcheung I have addressed your comments. Please take a look --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2015-09-10 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-139368738 The failure is a false positive. I made only cosmetic changes. Looks like it failed in downloading npm stuff. --- If your project is set up for it, you can

[GitHub] incubator-zeppelin pull request: JDBC generic interpreter

2015-12-30 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/361#issuecomment-167984726 FWIW - I vote for this implementation of JDBC Interpreter. I understand that your focus is on well-known databases - mysql, postgres etc. I am working

[GitHub] incubator-zeppelin pull request: JDBC generic interpreter

2015-12-30 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/361#issuecomment-168020790 I read your mail. I understand why you are following this process. I am voting for a requirement that seems to be missing in others but is satisfied in

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-05 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-168980797 I'll put some effort into clean up the PR. On Tue, 5 Jan 2016 at 15:34, Alexander wrote: > @vrajat <https://github.com/vrajat>

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-09 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-170259954 @bzz Please check. I have replied to or addressed outstanding comments. --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-10 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-170434324 Cool! What are the next steps ? On Mon, Jan 11, 2016 at 10:28 AM Felix Cheung wrote: > looks good to me. > > — &

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-11 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-170481220 Can you guide me more ? Where should I change and a good example? On Mon, 11 Jan 2016 at 14:50, Alexander wrote: > Great! > >

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-20 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-173201439 @bzz I have added a doc. Its quite simple. HBase docs are really awesome. So I have pointed to their docs for the bulk of information. I've only focuse

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-20 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-173420899 License of HBase ? On Thu, 21 Jan 2016 at 05:31, Felix Cheung wrote: > @vrajat <https://github.com/vrajat> could you check the lice

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-20 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-173447413 @felixcheung Done --- 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

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-20 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-173466556 Surprising. It seems like the hbase ruby scripts arent loaded. I used the interpreter two days back. I'll try to reproduce the problem. O

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-29 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-177045808 Sorry. I've been busy with work. I'll try to get it next week. I'll look at the bug. It must have been caused by one of the clean up co

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-31 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-177487227 Ah ha! Now I remember why I had my own copy of hirb.rb. I couldnt get this piece of code in the original hirb.rb to work. So I had deleted it and it had no

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-01-31 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-177816952 @felixcheung I've got past that error. I am hitting ``` java.lang.VerifyError: class org.apache.hadoop.hbase.protobuf.generated.HBaseP

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-02-01 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-177969630 @felixcheung Please take a look now. I have fixed all bugs and I can use it on my HBase setup (HBase 1.0.0 and Hadoop 2.6.0) --- If your project is set up

[GitHub] incubator-zeppelin pull request: HBase Shell Interpreter

2016-02-01 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-178390216 w00t! On Tue, Feb 2, 2016 at 11:25 AM Felix Cheung wrote: > Great! It works (tested with hbase-1.0.2). > Merging if n

[GitHub] incubator-zeppelin pull request: [DOC] Update doc for HBase interp...

2016-02-02 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/686#issuecomment-179005491 LGTM --- 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] incubator-zeppelin pull request: [ZEPPELIN-768] HBase 1.1.x and 1....

2016-04-02 Thread vrajat
Github user vrajat commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/800#issuecomment-204679133 @felixcheung, thanks for the couple of bug fixes in the hbase interpreter. I apologize for not being more involved. I'll try to be more involv