How to remove uglify operation from zeppelin-web

2016-06-17 Thread Vikash Kumar
Hi all, How to remove uglify operation from zeppelin-web that I can remove the functionality of compression. Thanks & Regards Vikash Kumar

Re: How to remove uglify operation from zeppelin-web

2016-06-20 Thread Vikash Kumar
Hi, Becuase when we are adding our own UI libraries, it is giving some errors.Which we are not able to trace. I initialized uglify option as false.But still its compressing. We need to remove uglify for debug precess. Thanks & Regards Vikash Kumar

RE: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Vikash Kumar
Hi, Our company is also working with Spark and Phoenix. So that will be good if you are adding Phoenix interpreter in min binary release. Thanks & Regards Vikash Kumar Software Engineer Resilinc – India Center of Excellence | http://www.resilinc.com/ Mobile: +91-7276111812 [cid:image001

Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
is not included in earlier version? Thanks & Regards Vikash Kumar

RE: Spark-sql showing no table

2016-07-24 Thread Vikash Kumar
, 2016 at 1:22 PM Vikash Kumar <vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote: I am creating a sqlContext from exiting sc. Var tables = sqlContext.sql(“show tables”) Thanks and regards, Vikash Kumar From: Mohit Jaggi [mailto:mohitja...@gmail.com<

RE: Error when starting zeppelin server

2016-08-02 Thread Vikash Kumar
? On Tue, Aug 2, 2016 at 8:42 PM, Vikash Kumar <vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote: Hi All, We are getting the error when starting zeppelin daemon. We are running with 4 month old code where we made some changes into code. Same code is runnin

RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Hi, Phoenix support multi tenancy which we cannot achieve in jdbc interpreter. Thanks and regards Vikash Kumar From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Tuesday, July 12, 2016 3:21 PM To: users@zeppelin.apache.org Subject: Re: Phoenix Interpreter in 0.6 release Hi

RE: Phoenix Interpreter in 0.6 release

2016-07-13 Thread Vikash Kumar
PM, Vikash Kumar <vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote: Hi, Phoenix supports multiple tenant configuring with their tenant id[1]. So that we can create jdbc connection with extra arg of tenantId. In my case when a user making connection with phoeni

Spark-sql showing no table

2016-07-13 Thread Vikash Kumar
Hi all, I am using spark with scala to read phoenix tables and register as temporary table. Which I am able to do. After that when I am running query : %sql show tables Its giving all possible output, but when I am

RE: Spark-sql showing no table

2016-07-13 Thread Vikash Kumar
I am creating a sqlContext from exiting sc. Var tables = sqlContext.sql("show tables") Thanks and regards, Vikash Kumar From: Mohit Jaggi [mailto:mohitja...@gmail.com] Sent: Wednesday, July 13, 2016 10:24 PM To: users@zeppelin.apache.org Subject: Re: Spark-sql showin

RE: Spark error when loading phoenix-spark dependency

2016-09-05 Thread Vikash Kumar
Hi , Is there anyone who is getting the same errors? Thanks and Regard, Vikash Kumar From: Vikash Kumar [mailto:vikash.ku...@resilinc.com] Sent: Thursday, September 1, 2016 11:08 AM To: users@zeppelin.apache.org Subject: Spark error when loading phoenix-spark dependency Hi all

RE: Spark error when loading phoenix-spark dependency

2016-09-05 Thread Vikash Kumar
. org.apache.phoenix:phoenix-core:4.4.0-HBase-1.1 Excluded :- com.sun.jersey:jersey-core, com.sun.jersey:jersey-server, com.sun.jersey:jersey-client, org.ow2.asm:asm, io.netty:netty Thanks and Regard, Vikash Kumar From: astros...@gmail.com [mailto:astros...@gmail.com] On Behalf Of Hyung Sung Shim Sent: Tuesday, September

Spark error when loading phoenix-spark dependency

2016-08-31 Thread Vikash Kumar
(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Thanks and Regard, Vikash Kumar

Hbase configuration storage without data

2016-09-07 Thread Vikash Kumar
executed and data generated. This feature we are using for phoenix interpreter. So how can we remove the data from note.json? Is there any plan for that? Thanks & Regards, Vikash Kumar

RE: Hbase configuration storage without data

2016-09-13 Thread Vikash Kumar
/export simple and make notebook render able without run it. So for import/export providing the data is it good? Data is always confidential and cannot be shared with anyone in form of json. So in this approach any one can open the note.json and can access the data. Thanks & Regards, Vikash K

User specific interpreter

2016-10-04 Thread Vikash Kumar
? Thanks & Regards, Vikash Kumar

RE: User specific interpreter

2016-10-05 Thread Vikash Kumar
& Regards, Vikash Kumar From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Wednesday, October 5, 2016 11:30 AM To: users@zeppelin.apache.org Subject: Re: User specific interpreter Hi, Can you share your idea in more details? If you want to new interpreter setting with existing interpreter,

RE: User specific interpreter

2016-10-05 Thread Vikash Kumar
of creation of ticket. We are using the second way as we are not using the shiro for authentication and it’s simple as well. Thanks & Regards, Vikash Kumar From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Wednesday, October 5, 2016 12:24 PM To: users@zeppelin.apache.org Subject: Re: User spec

RE: User specific interpreter

2016-10-05 Thread Vikash Kumar
Thanks moon, Yes this task solves my problem but we have to wait for 7 release. So is there nearby plan to release 07 version? Thanks & Regards, Vikash Kumar From: moon soo Lee [mailto:m...@apache.org] Sent: Wednesday, October 5, 2016 6:53 PM To: users@zeppelin.apache.org Sub

RE: Z-Manager Zeppelin installation

2016-09-26 Thread Vikash Kumar
elin-installer.sh | bash 2016-09-26 19:07 GMT+09:00 Vikash Kumar <vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>>: Hi all, I am trying to install Zeppelin with Z-Manger by using zeppelin-installer.sh script. I downloaded that file and made required changes

Z-Manager Zeppelin installation

2016-09-26 Thread Vikash Kumar
to run this script or how to run this script. Thanks & Regards, Vikash Kumar

405 method not allowed

2016-11-06 Thread Vikash Kumar
('Data === ', data); //Empty if((data || {}).status === 'OK') { this.interpreterBindings = data.body; } else { console.log('Error %o %o', (data || {}).status, (data || {}).message); } }); Thanks & Regards, Vikash Kumar

Netty error with spark interpreter

2016-10-19 Thread Vikash Kumar
sqlContext.sql("show tables").show :- throws error Running on local mode. I am attaching my spark log file[zeppelin-interpreter-spark-root.log] and mvn dependency:tree result [dependencyTree.txt] So I am not able to solve this problem.. :( Thanks & Regards, Vikash Kumar [

zeppelin + helium activation

2016-10-18 Thread Vikash Kumar
-in components. So at any point can I see(Activate if need some configurations) helium UI in zeppelin .So that I can design a demo with zeppelin + helium? [1] http://www.slideshare.net/HadoopSummit/apache-zeppelin-helium-and-beyond Thanks & Regards, Vikash Kumar

RE: Netty error with spark interpreter

2016-10-19 Thread Vikash Kumar
Hi all, I solved this problem by excluding netty-all dependencies from external jar as well as from spark-dependency project. Spark was also using two different versions. Adding new netty-all-4.0.29.Final dependency into both project just worked fine. Thanks & Regards, Vikash Kumar