[GitHub] incubator-livy issue #119: added autocompletion api and implementation for i...

2018-10-08 Thread wangqiaoshi
Github user wangqiaoshi commented on the issue: https://github.com/apache/incubator-livy/pull/119 should set spark.pyspark.python ${ipython-path} ---

[GitHub] incubator-livy pull request #114: [LIVY-495] Add thriftserver UI

2018-10-08 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/114#discussion_r223522428 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/ui/ThriftUIServlet.scala --- @@ -0,0 +1,84 @@ +/* + * Licensed

Re: GitHub emails on dev

2018-10-08 Thread Marcelo Vanzin
Maybe infra did something to re-enable it. We asked them to disable it way back (INFRA-14973). Maybe reopen that ticket or file a new one. On Mon, Oct 8, 2018 at 4:19 PM Alex Bozarth wrote: > > > > Is there a reason we've begun getting GitHub PR emails on the dev list? The > regular glut of

[GitHub] incubator-livy pull request #114: [LIVY-495] Add thriftserver UI

2018-10-08 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/114#discussion_r223523441 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/ui/ThriftUIServlet.scala --- @@ -0,0 +1,84 @@ +/* + * Licensed

Re: GitHub emails on dev

2018-10-08 Thread Alex Bozarth
That's a good idea, how would we go about doing that? Ask infra or can a mentor do it? And what kind of approval would we need? Alex Bozarth

[GitHub] incubator-livy pull request #114: [LIVY-495] Add thriftserver UI

2018-10-08 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/114#discussion_r223522910 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/ui/ThriftUIServlet.scala --- @@ -0,0 +1,84 @@ +/* + * Licensed to

Re: GitHub emails on dev

2018-10-08 Thread Luciano Resende
You guys should create a list and have these forwarded to the new list. Some projects use notifications@ On Mon, Oct 8, 2018 at 17:46 Alex Bozarth wrote: > I opened https://issues.apache.org/jira/browse/INFRA-17121 for INFRA to > take a look into it. > > > *Alex Bozarth* > Software Engineer >

[GitHub] incubator-livy pull request #114: [LIVY-495] Add thriftserver UI

2018-10-08 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/114#discussion_r223523654 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/ui/ThriftUIServlet.scala --- @@ -0,0 +1,84 @@ +/* + * Licensed to

Re: GitHub emails on dev

2018-10-08 Thread Alex Bozarth
I opened https://issues.apache.org/jira/browse/INFRA-17121 for INFRA to take a look into it. Alex Bozarth Software Engineer

Re: GitHub emails on dev

2018-10-08 Thread Luciano Resende
I will create the list in the morning and then we can ask infra to switch the configured mailing list. On Mon, Oct 8, 2018 at 18:05 Alex Bozarth wrote: > That's a good idea, how would we go about doing that? Ask infra or can a > mentor do it? And what kind of approval would we need? > > > *Alex

Re: GitHub emails on dev

2018-10-08 Thread Jean-Baptiste Onofré
+1 and the lists can be created using the selfserve. Regards JB On 09/10/2018 03:02, Luciano Resende wrote: > You guys should create a list and have these forwarded to the new list. > Some projects use notifications@ > > On Mon, Oct 8, 2018 at 17:46 Alex Bozarth wrote: > >> I opened

[GitHub] incubator-livy issue #119: added autocompletion api and implementation for i...

2018-10-08 Thread wangqiaoshi
Github user wangqiaoshi commented on the issue: https://github.com/apache/incubator-livy/pull/119 ### Fix the bug : The completion function doesn't work in pyspark kind. description: when pyspark run in ipython environment , kind pyspark completion work. this pr add

[GitHub] incubator-livy issue #119: added autocompletion api and implementation for i...

2018-10-08 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/incubator-livy/pull/119 Please follow the guidelines in the contribution guide (linked in the PR template). Mainly: - file a bug with a description of the problem / feature - provide a proper description of