Hi all,
I am trying to convert the zeppelin-web application from Angular to Aurelia.
When I am executing the following code to get the interpreter binding I am
getting error 405 method not allowed. Same error again in postman. I am able to
hit the login api.
let url = BaseUrl.getRestApiBase()
Also if I want to run all Zeppelin instances from one Linux machine, do I have
to create the Zeppelin binaries for each user with different ports so that
multiple instances can run in the same box?
Sent from my iPhone
> On 7 Nov 2016, at 5:17 PM, Igor Yakushin wrote:
>
> Upon reading the docu
Upon reading the documentation and coming with JupyterHub experience, it
was natural to assume that Zeppelin should run as root, one daemon for
all the users, especially considering that one can use it with ldap.
One should put it into the documentation with big red letters: *NEVER
RUN ZEPPELI
Hi Bala,
Thanks for sharing the problem.
Not sure but could you try newer version? zeppelin-0.6.2.
If it does not help, could you open developer console on your web browser
and see if there're any errors?
Thanks,
moon
On Sun, Nov 6, 2016 at 9:16 PM Balachandar R.A.
wrote:
> Hi
>
> Today I che
Hi
Today I checked with my linux mozilla browser. No issue.However, my windows
firefox is still giving the same problem despite clearing the cache. I am
not convinced that this is an browser issue as you said, and that no issue
with the code or zeppelin.
Thanks
regards
Bala
On 5 November 2016 a
Hi,
That's right. Until Zeppelin get impersonation implemented that i mentioned
in one of previous email.
Thanks Igor for sharing your interests.
Regards,
moon
On Sun, Nov 6, 2016 at 8:42 PM Igor Yakushin wrote:
> Hi Moon,
>
> This allows a user to specify who can see his note, right?
>
> But
Hi Moon,
This allows a user to specify who can see his note, right?
But that does not protect the system from users getting root access via
%sh (or who knows what else) if Zeppelin is running as root?
Thank you,
Igor
On 11/06/2016 08:48 PM, moon soo Lee wrote:
Zeppelin already have three d
I think you are referring impersonation. It is still in progress.
Here's one related ticket
https://issues.apache.org/jira/browse/ZEPPELIN-1320
moon soo Lee 于2016年11月7日周一 上午10:48写道:
> Zeppelin already have three different modes for interpreter process
> management.
>
> - shared : share a si
Zeppelin already have three different modes for interpreter process
management.
- shared : share a single process per note
- scoped: share a single process but create instance inside per note
- isolated : create a new process per note.
Now community also is actively working on bring this abili
On 11/06/2016 07:30 PM, moon soo Lee wrote:
Hi Igor,
Zeppelin runs with user id that execute bin/zeppelin-daemon.sh or
bin/zeppeiln.sh. And all interpreter processes are running with the
same user id at the moment. So you'll need to change your user id to
appropriate one for your job and st
Hi Igor,
Zeppelin runs with user id that execute bin/zeppelin-daemon.sh or
bin/zeppeiln.sh. And all interpreter processes are running with the same
user id at the moment. So you'll need to change your user id to appropriate
one for your job and start Zeppelin.
In case of you're interested in impe
On 11/06/2016 05:30 PM, Igor Yakushin wrote:
On 11/05/2016 10:53 PM, Igor Yakushin wrote:
Hi All,
I have the following problems with %sql:
1)
%sql
show tables
correctly shows tables in hive databases.
2)
%sql
describe table mkbook.bkrating
correctly describes the schema for table
On 11/05/2016 10:53 PM, Igor Yakushin wrote:
Hi All,
I have the following problems with %sql:
1)
%sql
show tables
correctly shows tables in hive databases.
2)
%sql
describe table mkbook.bkrating
correctly describes the schema for table bkrating in hive database mkbook
3)
%sql
selec
13 matches
Mail list logo