I propose the following RC to be released for the Apache Zeppelin 0.7.3
release.
The commit id is 7ac76aec4a1fa6501323e03a990274a4ad7e3773 which is
corresponds to the tag v0.7.3-rc1:
https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.
3-rc1
The release archives (tgz), signatu
Vatsal Pande created ZEPPELIN-2897:
--
Summary: Query Regarding Zeppelin UI
Key: ZEPPELIN-2897
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2897
Project: Zeppelin
Issue Type: Task
Github user janusd commented on the issue:
https://github.com/apache/zeppelin/pull/2559
Thanks @1ambda for your reply. Please see the linked JIRA Issue:
https://issues.apache.org/jira/browse/ZEPPELIN-2894 where I describe the
problem with that pull request you mentioned.
---
GitHub user krishna-pandey opened a pull request:
https://github.com/apache/zeppelin/pull/2564
[ZEPPELIN-2896] Replacing addHeader with setHeader method in CorsFilter.java
### What is this PR for?
HTTP Response Headers were being added multiple times. Replacing addHeader
method
Github user krishna-pandey commented on the issue:
https://github.com/apache/zeppelin/pull/2564
@1ambda, @Leemoonsoo, @felixcheung, @jongyoul, @prabhjyotsingh Please help
review this.
---
GitHub user ruseel opened a pull request:
https://github.com/apache/zeppelin/pull/2565
add zeppelin.livy.share_existing_session option
If you want to share livy session, There is no option now.
After this commit, setting zeppelin.livy.share_existing_session to true
make LivyI
Github user swkimme commented on the issue:
https://github.com/apache/zeppelin/pull/2565
@jerryshao may I ask you to review this PR?
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2565
@ruseel @swkimme livy session is shared across notes, What kind of
scenarios here do you mean ?
---
Download
https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.7.3-rc1/zeppelin-0.7.3-bin-all.tgz
tested Spark, JDBC (with Hive and Phoenix), Shell and MD interpreter. Works
well.
+1
On 4 September 2017 at 13:09, Mina Lee wrote:
> I propose the following RC to be released for the Apache Ze
Jeff Zhang created ZEPPELIN-2898:
Summary: Support yarn-cluster mode for SparkInterpreter
Key: ZEPPELIN-2898
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2898
Project: Zeppelin
Issue T
Jeff Zhang created ZEPPELIN-2899:
Summary: Create interpreter launch script for SparkInterpreter
Key: ZEPPELIN-2899
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2899
Project: Zeppelin
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/2564
LGTM
---
Github user malayhm commented on the issue:
https://github.com/apache/zeppelin/pull/2528
@1ambda @prabhjyotsingh @Leemoonsoo Can we merge this to master if there
are no discussions?
---
Github user ruseel commented on the issue:
https://github.com/apache/zeppelin/pull/2565
I am trying to use livy as shown in https://youtu.be/gtql7z_kj3Y Zeppelin
and livy bring multi tenancy to interactive data analysis 20:02.
Share livy session between multiple user.
---
Github user ruseel commented on the issue:
https://github.com/apache/zeppelin/pull/2565
What I want to accomplish eventually is providing a single spark cluster to
four people and interactive query they issued is run under a single pool, with
a fair scheduler.
---
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/2484
Can you address with LICENSE issue moon mentioned?
---
Luis Angel Vicente Sanchez created ZEPPELIN-2900:
Summary: GetUserList.getUserList leaks JdbcRealm connections
Key: ZEPPELIN-2900
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2900
-1
I have a use-case that breaks when using this version (that worked with
0.7.2). My notebook has a couple of cells like this:
*Cell-1*:
%sh
# Remove the old parquet file
rm -rf files/data.parquet
*Cell-2*:
// Write out a new parquet file
dataDF.write.parquet("files/data.parquet")
The Sca
Github user ruseel commented on the issue:
https://github.com/apache/zeppelin/pull/2565
> livy session is shared across notes, What kind of scenarios here do you
mean?
I guessed that "Livy session is not shared across notes in
zeppelin:master/BaseLivyIntepreter.java" after in
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2562
@Leemoonsoo @jongyoul I implement the portRange in thrift callback server.
But didn't do that for the port of `RemoteInterpreterServer`. I will left it
when implementing cluster mode.
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2565
@ruseel Livy session is shared across notes, as long as the notes belong to
one user. Livy interpreter is designed for isolated across users. That means
each user own one livy session, and he can s
KaiZheng created ZEPPELIN-2901:
--
Summary: Interpreter 'file'(HDFS) does not
Key: ZEPPELIN-2901
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2901
Project: Zeppelin
Issue Type: New Feature
Github user krishna-pandey commented on the issue:
https://github.com/apache/zeppelin/pull/2564
@felixcheung IMHO, it happens coz we first hit the root Context Path and
Jetty redirecting it later to the landing/welcome page i.e. index.html. These
headers are duplicated only for such r
Github user sanjaydasgupta commented on the issue:
https://github.com/apache/zeppelin/pull/2521
This implementation has a harmful side effect that can break existing
notebooks.
The problem with this fix is that it changes the meaning of all relative
path-names used in any sh
cuiqingxin created ZEPPELIN-2902:
Summary: You must install py4j Python module (pip install py4j) to
use Zeppelin dynamic forms features
Key: ZEPPELIN-2902
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2902
Github user ruseel commented on the issue:
https://github.com/apache/zeppelin/pull/2558
@1ambda setup for forked repository `ruseel/zeppelin` is completed.
---
Github user vistep commented on the issue:
https://github.com/apache/zeppelin/pull/2521
Can we use a try-catch block to test if we need to set working directory
when zeppelin opens a shell interpreter?
---
27 matches
Mail list logo