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

2018-10-09 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/incubator-livy/pull/119 Please follow the contribution guide. It's linked in the PR template. In case you missed it: https://livy.incubator.apache.org/community/ You're supposed to replace the PR template

[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 comple

[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 yo

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

2018-10-08 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/incubator-livy/pull/119 # [Codecov](https://codecov.io/gh/apache/incubator-livy/pull/119?src=pr&el=h1) Report > Merging [#119](https://codecov.io/gh/apache/incubator-livy/pull/119?src=pr&el=desc) into [mas

[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} ---