Re: shell interpreter variables

2017-09-22 Thread Mohit Jaggi
Shall I file a Jira ticket to support shared shell? On Fri, Sep 22, 2017 at 7:28 PM, Jianfeng (Jeff) Zhang < jzh...@hortonworks.com> wrote: > > This is due to the implementation of shell interpreter. Each paragraph > will launch a shell process, which means each paragraph are in separated >

Re: shell interpreter variables

2017-09-22 Thread Jianfeng (Jeff) Zhang
This is due to the implementation of shell interpreter. Each paragraph will launch a shell process, which means each paragraph are in separated shell sessions. Best Regard, Jeff Zhang From: Mohit Jaggi > Reply-To:

shell interpreter variables

2017-09-22 Thread Mohit Jaggi
Hi All, I am using the shell interpreter and noticed that although I can see the scope is global and shared in the configuration, any shell variable set in one para is not visible in another. e.g. para1 -- export x=1 #also tried x =1, without export echo $x #prints 1 para2 -- echo $x #prints

Re: [ANNOUNCE] Apache Zeppelin 0.7.3 released

2017-09-22 Thread Ruslan Dautkhanov
That's awesome. Congrats everyone! Hope to see 0.8.0 release soon too - it has nice new features we would love to see. -- Ruslan Dautkhanov On Fri, Sep 22, 2017 at 1:36 AM, Mina Lee wrote: > The Apache Zeppelin community is pleased to announce the availability of > the

How to setup Zeppelin in AWS EC2

2017-09-22 Thread Park Hoon
Hi @users, Andrew C. Oliver wrote an article *"**How to set up Zeppelin for analytics and visualization in Amazon’s EC2**"* in InfoWorld -

[ANNOUNCE] Apache Zeppelin 0.7.3 released

2017-09-22 Thread Mina Lee
The Apache Zeppelin community is pleased to announce the availability of the 0.7.3 release. Zeppelin is a collaborative data analytics and visualization tool for distributed, general-purpose data processing system such as Apache Spark, Apache Flink, etc. The community put significant effort into