[GitHub] zeppelin pull request #1378: [ZEPPELIN-1358] Add support to display Pandas D...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1378


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1471: Closes [ZEPPELIN-1505] Add Scio interpreter

2016-11-08 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1471
  
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1376: [ZEPPELIN-449] Enhance log messages when interp...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1376


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1339: [ZEPPELIN-1332] Remove spark-dependencies & suggest ne...

2016-11-08 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1339
  
@bzz Yeah I also wanted to get more and more feedbacks for this change 
since it's a huge change as you said. Thanks for asking and i'm willing to 
explain again :)

> ** 1.**  Is the comment above is how it works now? Meaning, does on the 
first run of ./bin/zeppelin-deamon.sh or ./bin/zeppelin.sh a download of Apache 
Spark (100+Mb) happen, without asking a user?

First time, I intended to ask sth like "Do you want to download local 
Spark?" when user starts Zeppelin daemon. But there are lot's of things to 
think about more since this question will be added before Zeppelin server 
start. e.g. [Some ppl are using Zeppelin as a start up 
service](https://github.com/apache/zeppelin/pull/1339#issuecomment-250672904) 
with their script as @jongyoul said. This kind of interactive mode will bother 
their env. 
So I decided to download this local Spark with `./bin/zeppelin-daemon.sh 
get-spark` or `./bin/zeppelin.sh get-spark`. With `get-spark` option, users 
don't need to be asked and they can choose whether they download this local 
mode Spark or not. Also they can use this local Spark without any configuration 
aka `zero configuration`. But we need to notice them the existence of 
`get-spark` option. That's why I updated documentation pages to let them know. 

> **2.** does this also mean that on CI it will happen on every run of 
SeleniumTests as well?
This change won't effect to CI build. I added `./bin/download-spark.sh` to 
download Spark only when the user run `./bin/zeppelin-daemon.sh get-spark`.  

> **3.** -Ppyspark disappeared, but I remember it was added because we need 
to re-pack some files from Apache Spark to incorporate them in Zeppelin build 
in order for it to work on a cluster. Is it not the case any more? For Spark 
standalone and YARN, etc

`pyspark` profile only exists in `spark-dependency` (Please see 
[here](https://github.com/apache/zeppelin/blob/master/spark-dependencies/pom.xml#L820)).
 Since `spark-dependencies` won't be existed anymore, `-Ppyspark` needs to be 
removed accordingly I guess. 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1536: [Zeppelin 796] Duplicated notebook names should not be...

2016-11-08 Thread rajarajan-g
Github user rajarajan-g commented on the issue:

https://github.com/apache/zeppelin/pull/1536
  
Ping


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #989: Added ipfsnotebookrepo [ Zeppelin-683 ]

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/989
  
@onkarshedge thank you for the great work!

How do you think, how hard it would be to rebase it on latest master?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1194: [ZEPPELIN-1193] Update Node JS related dependencies to...

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1194
  
I guess we better close this guy, or is it still WIP?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1231: [Zeppelin - 683][WIP] BittorrentNotebookRepo

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1231
  
@onkarshedge would you be willing to address the comments on the code style 
and rebase it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #932: Replace CXF with Jersey2 [ZEPPELIN-903]

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/932
  
@echarles I'm terribly sorry for for such a huge communication delay in my 
side :\

Would you be willing to re-base it on the latest master so we could merge 
it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1339: [ZEPPELIN-1332] Remove spark-dependencies & suggest ne...

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1339
  
Guys, what great work here, simplifying the build! 

A quick question @AhyoungRyu as it's kind of a big change, and I'm sorry if 
that was explained before, but could you please recap:

```
AhyoungRyu commented on Sep 17
@Leemoonsoo Thanks for your quick feedback! 
The "zero configuration like before" makes sense. Let me update and will 
ping you again.
```

 1. Is the comment above is how it works now? Meaning, does on the first 
run of `./bin/zeppelin-deamon.sh` or `./bin/zeppelin.sh` a download of Apache 
Spark (100+Mb) happen, without asking a user?
 2. does this also mean that on CI it will happen on every run of 
SeleniumTests as well?
 3. `-Ppyspark` disappeared, but I remember it was added because we need to 
re-pack some files from Apache Spark to incorporate them in Zeppelin build in 
order for it to work on a cluster. Is it not the case any more? For Spark 
standalone and YARN, etc

Thanks in advance!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
@lresende sorry for huge communication delay :\

It's great improvement on ability to debug failures, merging to master 
ASAP, if there is no further discussion. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1378: [ZEPPELIN-1358] Add support to display Pandas DataFram...

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1378
  
Sorry for massive communication delay :\

Looks awesome to me, merging to master, if there is no further discussion!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1391: ZEPPELIN-1403. Should maintain the using port list

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1391
  
@zjffdu test plan sounds great. 

My only concern was - may we can find a better place for this state, rather 
than `static` ? Move it somewhere, where if does not require to be static, but 
can be an instance method\state


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1471: Closes [ZEPPELIN-1505] Add Scio interpreter

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1471
  
@ravwojdyla 
> Test/build should happen as part of standard build. Is it fine?

Yes, sounds fantastic, thank you for pointing it out.

Looks great to me, shall we merge it, if there is no further discussion?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1597: Shorten certain error logs in order to keep CI ...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1597


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1594: [ZEPPELIN-1614] Remove markdown4j dep

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1594
  
What should be the next steps here @1ambda?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1617: ZEPPELIN-1645: JDBC Interpreter does not commit update...

2016-11-08 Thread randerzander
Github user randerzander commented on the issue:

https://github.com/apache/zeppelin/pull/1617
  
The failed test is some bower.json issue, unrelated to the change in this 
PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1465: [ZEPPELIN-1500] pyspark completion doesn't work...

2016-11-08 Thread astroshim
GitHub user astroshim reopened a pull request:

https://github.com/apache/zeppelin/pull/1465

[ZEPPELIN-1500] pyspark completion doesn't work.

### What is this PR for?

@fanlu reported bug on https://github.com/apache/zeppelin/pull/530.
This PR fixes bug of checking condition in PySparkInterpreter.
### What type of PR is it?

Bug Fix
### What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-1500
### How should this be tested?

Outline the steps to test the PR here.
### Questions:
- Does the licenses files need update? no
- Is there breaking changes for older versions? no
- Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/astroshim/zeppelin ZEPPELIN-1500

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1465.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1465


commit ee2a29b95b0c1e5a3968fe0f722b57084d33910a
Author: astroshim 
Date:   2016-09-27T16:05:04Z

fix bug of condition check.

commit 60da1c3cfe15075ed8e2bb0609e2a322fed8bb54
Author: astroshim 
Date:   2016-09-27T16:18:47Z

fix condition

commit 49282b7bfee6f70aaa56199de4dee91fc82579c1
Author: astroshim 
Date:   2016-09-30T06:50:13Z

remove NullPointException

commit 7e93968ffd00cbd6f0d6241249f27dc11455abbb
Author: astroshim 
Date:   2016-11-08T09:24:41Z

Merge branch 'ZEPPELIN-1500' of https://github.com/astroshim/zeppelin into 
ZEPPELIN-1500

commit cb4b0fbbf0b98e5a9525d0a2ab26f395bfee6efd
Author: astroshim 
Date:   2016-11-08T09:29:45Z

add testcase

commit e50606ae6932bd289c620e8ecd769983b01101e2
Author: astroshim 
Date:   2016-11-08T09:30:36Z

Merge branch 'master' into ZEPPELIN-1500

commit d442c12659661652f3cbbcb14e3ddec4ab3c137b
Author: astroshim 
Date:   2016-11-08T13:05:58Z

fix to wait completion data




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1465: [ZEPPELIN-1500] pyspark completion doesn't work...

2016-11-08 Thread astroshim
Github user astroshim closed the pull request at:

https://github.com/apache/zeppelin/pull/1465


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1465: [ZEPPELIN-1500] pyspark completion doesn't work.

2016-11-08 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1465
  
re-trigger CI



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1606: [ZEPPELIN-777] Math formula support

2016-11-08 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1606
  
Thanks @rawkintrevo and @minahlee for the review.

Merge to master if there's no further comment.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1612: ZEPPELIN-1607. Refactor Livy Interpreter to ada...

2016-11-08 Thread zjffdu
GitHub user zjffdu reopened a pull request:

https://github.com/apache/zeppelin/pull/1612

ZEPPELIN-1607. Refactor Livy Interpreter to adapt scope mode

### What is this PR for?
ZEPPELIN-1606 will make scoped mode as the default interpreter mode of 
livy. This PR is to refactor livy interpreter to adapt the scoped mode. 
Besides, it also fix several bugs of livy interpreter.  like ZEPPELIN-1516


### What type of PR is it?
[Refactoring]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-1607

### How should this be tested?
Travis is also enabled for livy integration test. 

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-1607

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1612.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1612


commit 220d753c93b462e9cbc51fab271e4d05b1d639a1
Author: Jeff Zhang 
Date:   2016-11-03T06:21:33Z

ZEPPELIN-1607. Refactor Livy Interpreter to adapt scope mode

commit 8c2429d414b2e8156556e97b2946bdb84c329446
Author: Jeff Zhang 
Date:   2016-11-08T08:29:17Z

enable travis for livy integration test

commit 0ddc08804e993b2a65abe5dd1e1ced956e0adfb4
Author: Jeff Zhang 
Date:   2016-11-08T09:11:10Z

add licence header

commit 00a57b83cdf4585f93e096d33f16f369e4704066
Author: Jeff Zhang 
Date:   2016-11-08T09:12:25Z

update .travis.yml

commit 21b596472c32bb28a9874e36aabd996873740ab8
Author: Jeff Zhang 
Date:   2016-11-08T09:44:30Z

update test




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1612: ZEPPELIN-1607. Refactor Livy Interpreter to ada...

2016-11-08 Thread zjffdu
Github user zjffdu closed the pull request at:

https://github.com/apache/zeppelin/pull/1612


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1617: ZEPPELIN-1645: JDBC Interpreter does not commit...

2016-11-08 Thread randerzander
GitHub user randerzander opened a pull request:

https://github.com/apache/zeppelin/pull/1617

ZEPPELIN-1645: JDBC Interpreter does not commit updates

### What is this PR for?
Allow users to issue insert/update/upsert statements from Zeppelin notes

### What type of PR is it?
Improvement

### Todos
* [ ] - Task

### What is the Jira issue?
[ZEPPELIN-1645](https://issues.apache.org/jira/browse/ZEPPELIN-1645)

### How should this be tested?
For Phoenix Interpreter:
Paragraph 1:
%jdbc
UPSERT INTO CX_TEST (ACCT_NBR, HSE_ID) VALUES ('a', 'b')
Paragraph 2:
select count(*) from cx_test

Result: 1

### Questions:
* Does the licenses files need update?
No
* Is there breaking changes for older versions?
No
* Does this needs documentation?
Yes - JDBC README updated



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/randerzander/zeppelin master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1617.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1617


commit 03f3f181a601f036f6a058fe23dd460db0aa7e41
Author: Randy Gelhausen 
Date:   2016-11-09T00:23:42Z

Added commit after JDBC statement execution

commit 20f186f5788cf38fb9368a1e8e82a93fb88829f2
Author: Randy Gelhausen 
Date:   2016-11-09T00:31:47Z

updated JDBC Readme




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1645) JDBC Interpreter does not commit updates

2016-11-08 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1645:
-

 Summary: JDBC Interpreter does not commit updates
 Key: ZEPPELIN-1645
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1645
 Project: Zeppelin
  Issue Type: Bug
  Components: Interpreters
Reporter: Randy Gelhausen
Assignee: Randy Gelhausen


For changes to take effect for insert/update/upsert type statements, the JDBC 
API requires the connection property "AutoCommit" to be true, or for a user to 
call connection.commit method to flush changes.

Since users may want to update records via Zeppelin notes, the JDBCInterpreter 
should commit at the end of each statement.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin pull request #1614: ZEPPELIN-1472 - Create new LdapRealm based on A...

2016-11-08 Thread gss2002
GitHub user gss2002 reopened a pull request:

https://github.com/apache/zeppelin/pull/1614

ZEPPELIN-1472 - Create new LdapRealm based on Apache Knox LdapRealm: 
Provides LdapRealm Functionality similar to Apache Knox

### What is this PR for?
ZEPPELIN-1472 - Create new LdapRealm based on Apache Knox LdapRealm: 
Provides LdapRealm Functionality similar to what Apache Knox provides. This is 
critical as in large enterprise environments Active Directory Global Catalogs 
are used for lookup with samAccountName and using a DN Template is not an 
option as their are multiple OUs. Also searching on "userPrincipalName" is 
risky in an AD environment since the explicit UPN vs Implicit UPN can be 
different this is definitely the case with environments using Office 365. And 
the LDAP userPrincipalName attribute is the explicit UPN which can be defined 
by the directory administrator to any value and it can be duplicated. 
SamAccountName is unique per domain and Microsoft states best practice is to 
not allow duplicate samAccountName's across the forest. 

In addition to the above changes I have adjusted and moved the 
LdapGroupRealm and ActiveDirectoryGroupRealm into the org.apache.zeppelin.realm 
package structure to make all Realm's consistent. 

The LdapRealm class also works with role to group mapping for usage within 
Zeppelin for notebook authorization.

I have adjusted SecurityUtils to use ClassName vs realmName in determining 
what to use as you may have companies that decide to use their own custom 
realmname in shiro.ini and may not realize you cannot so using className is 
much safer. 


Example - SecurityUtils
String name = realm.getClass().getName();
if (name.equals("org.apache.shiro.realm.text.IniRealm")) {
  allRoles = ((IniRealm) realm).getIni().get("roles");
  break;
} else if (name.equals("org.apache.zeppelin.realm.LdapRealm")) {
  allRoles = ((LdapRealm) realm).getListRoles();
  break;
}

Example - SecurityRestApi:
  String name = realm.getClass().getName();
  if (LOG.isDebugEnabled()) {
LOG.debug("RealmClass.getName: " + name);
  }
  if (name.equals("org.apache.shiro.realm.text.IniRealm")) {
usersList.addAll(getUserListObj.getUserList((IniRealm) realm));
rolesList.addAll(getUserListObj.getRolesList((IniRealm) realm));
  } else if 
(name.equals("org.apache.zeppelin.realm.LdapGroupRealm")) {
usersList.addAll(getUserListObj.getUserList((JndiLdapRealm) 
realm, searchText));
  } else if (name.equals("org.apache.zeppelin.realm.LdapRealm")) {
usersList.addAll(getUserListObj.getUserList((LdapRealm) realm, 
searchText));
rolesList.addAll(getUserListObj.getRolesList((LdapRealm) 
realm));
  } else if 
(name.equals("org.apache.zeppelin.realm.ActiveDirectoryGroupRealm")) {

usersList.addAll(getUserListObj.getUserList((ActiveDirectoryGroupRealm) realm,
searchText));
  } else if (name.equals("org.apache.shiro.realm.jdbc.JdbcRealm")) {
usersList.addAll(getUserListObj.getUserList((JdbcRealm) realm));
  }

Please see feedback from previous PRs related to this JIRA:
https://github.com/apache/zeppelin/pull/1513

### What type of PR is it?
[Improvement]

### Todos
* [ ] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1472

### How should this be tested?
Update shiro.ini to use configuration similar to below:
# Sample LDAP configuration, for user Authentication, currently tested for 
single Realm 
[main] 
ldapADGCRealm = org.apache.zeppelin.realm.LdapRealm
ldapADGCRealm.contextFactory.systemUsername = 
CN=hdplookup,OU=hadoop,DC=hdpusr,DC=senia,DC=org
ldapADGCRealm.contextFactory.systemPassword = ldapBindPassword
ldapADGCRealm.searchBase = dc=hdpusr,dc=senia,dc=org
ldapADGCRealm.userSearchBase = dc=hdpusr,dc=senia,dc=org
ldapADGCRealm.groupSearchBase = dc=hdpusr,dc=senia,dc=org
ldapADGCRealm.authorizationEnabled = true
ldapADGCRealm.contextFactory.url = ldap://seniadc1.hdpusr.senia.org:3268
ldapADGCRealm.userSearchAttributeName = sAMAccountName
ldapADGCRealm.contextFactory.authenticationMechanism = simple
ldapADGCRealm.groupObjectClass = group
ldapADGCRealm.memberAttribute = member
ldapADGCRealm.rolesByGroup = hdpeng: admin, \
 hadoopusers: user

securityManager.realms = $ldapADGCRealm 

sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager 

### If caching of user is required then uncomment below lines 
#cacheManager = org.apache.shiro.cache.MemoryConstrainedCacheManager 
#securityManager.cacheManager = 

[GitHub] zeppelin issue #1614: ZEPPELIN-1472 - Create new LdapRealm based on Apache K...

2016-11-08 Thread gss2002
Github user gss2002 commented on the issue:

https://github.com/apache/zeppelin/pull/1614
  
reopen for clean up


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Disabling "run all paragraphs" button on notebook

2016-11-08 Thread moon soo Lee
Currently there's not.
You'll need to modify source code to disable it.

Thanks,
moon

On Tue, Nov 8, 2016 at 9:32 AM Sachin Janani  wrote:

> Hi All,
> I was finding a way or property to disable 'run all paragraphs' button on
> notebook but didnt find any can someone please help me and let me know if
> there is any way to disable that.
>
> Regards,
> Sachin Janani
>


[GitHub] zeppelin pull request #1610: [Website] Change mailing list archive link

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1610


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1606: [ZEPPELIN-777] Math formula support

2016-11-08 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1606
  
@rawkintrevo I clean cloned this PR, build and tried with browser cache 
clean, but couldn't reproduce the problem. Could you see 
`zeppelin-web/dist/jax` directory after the build?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1616: [ZEPPELIN-1655] Add rewrite rule for #1615

2016-11-08 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request:

https://github.com/apache/zeppelin/pull/1616

[ZEPPELIN-1655] Add rewrite rule for #1615

### What is this PR for?
https://github.com/apache/zeppelin/pull/1615 requires additional rewrite 
rule on website

### What type of PR is it?
Improvement

### Todos
* [x] - Add rewrite rule

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1644

### How should this be tested?

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Leemoonsoo/zeppelin ZEPPELIN-1644-gh-pages

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1616.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1616


commit 19d69298771afc84c472b0744be15ede45eca5a2
Author: Lee moon soo 
Date:   2016-11-08T18:55:43Z

Add rewrite rule for snapshot




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1513: ZEPPELIN-1472 - Create new LdapRealm based on A...

2016-11-08 Thread gss2002
Github user gss2002 closed the pull request at:

https://github.com/apache/zeppelin/pull/1513


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1643) Ability to access Spark Web UI from interpreters page

2016-11-08 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1643:


 Summary: Ability to access Spark Web UI from interpreters page
 Key: ZEPPELIN-1643
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1643
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Karuppayya


Ability to access Spark Web UI from interpreters page 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Disabling "run all paragraphs" button on notebook

2016-11-08 Thread Sachin Janani
Hi All,
I was finding a way or property to disable 'run all paragraphs' button on
notebook but didnt find any can someone please help me and let me know if
there is any way to disable that.

Regards,
Sachin Janani


[GitHub] zeppelin issue #1471: Closes [ZEPPELIN-1505] Add Scio interpreter

2016-11-08 Thread ravwojdyla
Github user ravwojdyla commented on the issue:

https://github.com/apache/zeppelin/pull/1471
  
Rebased to solve conflict in 
`zeppelin-distribution/src/bin_license/LICENSE`. Are there any other comments?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1606: [ZEPPELIN-777] Math formula support

2016-11-08 Thread rawkintrevo
Github user rawkintrevo commented on the issue:

https://github.com/apache/zeppelin/pull/1606
  
@Leemoonsoo still not working for me, but it could be on my end- I have a 
hell of a time with git

Did a fetch /hard reset within the last hour.  
```bash
$ git fetch leemoonsoo
$ git reset --hard leemoonsoo/zeppelin-777
$ mvn clean package -DskipTests

$  bin/zeppelin-daemon.sh start
```

Cleared browser cache / history / app data.

![screenshot from 2016-11-08 
10-57-45](https://cloud.githubusercontent.com/assets/5852441/20108606/3bbcfece-a5a2-11e6-9533-d01304ea91f8.png)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1592: [ZEPPELIN-1029] Add rest api for paragraph config upda...

2016-11-08 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1592
  
LGTM. CI failure looks unrelated.

Merge to master if there're no more discussion.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1609: [ZEPPELIN-1628] Enable renaming note from the main pag...

2016-11-08 Thread tae-jun
Github user tae-jun commented on the issue:

https://github.com/apache/zeppelin/pull/1609
  
@AhyoungRyu I fixed it! It took some time to improve UX 😄

Now when an input text is not valid, users can't click the button and the 
modal shows error message


![rename_note_validation](https://cloud.githubusercontent.com/assets/8201019/20105201/154ae680-a614-11e6-94d1-7464a8bce7f9.gif)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1529: [ZEPPELIN-1003] Refactoring visualization

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1529


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1589: [Zeppelin-1611] - Support PAM (System User) Aut...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1589


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1607: [ZEPPELIN-1632] Add the possibility to cancel f...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1607


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1608: [ZEPPELIN-1633] Flink: Set maxClassfileName to ...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1608


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1610: [Website] Change mailing list archive link

2016-11-08 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1610
  
Thanks @felixcheung @bzz I'm merging it to gh-pages and update website.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1339: [ZEPPELIN-1332] Remove spark-dependencies & suggest ne...

2016-11-08 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1339
  
Updated the related docs pages 
([README.md](https://github.com/apache/zeppelin/pull/1339/files#diff-04c6e90faac2675aa89e2176d2eec7d8),
 
[spark.md](https://github.com/apache/zeppelin/pull/1339/files#diff-83df2e7970d5a53a9028d05098bc626d),
 
[upgrade.md](https://github.com/apache/zeppelin/pull/1339/files#diff-f472957a611b3e4d6c1171edca51cf93)
 and 
[install.md](https://github.com/apache/zeppelin/pull/1339/files#diff-f472957a611b3e4d6c1171edca51cf93))
 and CI has passed now. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1465: [ZEPPELIN-1500] pyspark completion doesn't work...

2016-11-08 Thread astroshim
GitHub user astroshim reopened a pull request:

https://github.com/apache/zeppelin/pull/1465

[ZEPPELIN-1500] pyspark completion doesn't work.

### What is this PR for?

@fanlu reported bug on https://github.com/apache/zeppelin/pull/530.
This PR fixes bug of checking condition in PySparkInterpreter.
### What type of PR is it?

Bug Fix
### What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-1500
### How should this be tested?

Outline the steps to test the PR here.
### Questions:
- Does the licenses files need update? no
- Is there breaking changes for older versions? no
- Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/astroshim/zeppelin ZEPPELIN-1500

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1465.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1465


commit ee2a29b95b0c1e5a3968fe0f722b57084d33910a
Author: astroshim 
Date:   2016-09-27T16:05:04Z

fix bug of condition check.

commit 60da1c3cfe15075ed8e2bb0609e2a322fed8bb54
Author: astroshim 
Date:   2016-09-27T16:18:47Z

fix condition

commit 49282b7bfee6f70aaa56199de4dee91fc82579c1
Author: astroshim 
Date:   2016-09-30T06:50:13Z

remove NullPointException

commit 7e93968ffd00cbd6f0d6241249f27dc11455abbb
Author: astroshim 
Date:   2016-11-08T09:24:41Z

Merge branch 'ZEPPELIN-1500' of https://github.com/astroshim/zeppelin into 
ZEPPELIN-1500

commit cb4b0fbbf0b98e5a9525d0a2ab26f395bfee6efd
Author: astroshim 
Date:   2016-11-08T09:29:45Z

add testcase

commit e50606ae6932bd289c620e8ecd769983b01101e2
Author: astroshim 
Date:   2016-11-08T09:30:36Z

Merge branch 'master' into ZEPPELIN-1500

commit d442c12659661652f3cbbcb14e3ddec4ab3c137b
Author: astroshim 
Date:   2016-11-08T13:05:58Z

fix to wait completion data




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1465: [ZEPPELIN-1500] pyspark completion doesn't work...

2016-11-08 Thread astroshim
Github user astroshim closed the pull request at:

https://github.com/apache/zeppelin/pull/1465


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1465: [ZEPPELIN-1500] pyspark completion doesn't work.

2016-11-08 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1465
  
rebuild CI


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1642) Zeppelin with LATEX

2016-11-08 Thread Peter Hickman (JIRA)
Peter Hickman created ZEPPELIN-1642:
---

 Summary: Zeppelin with LATEX
 Key: ZEPPELIN-1642
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1642
 Project: Zeppelin
  Issue Type: Wish
  Components: documentation
 Environment: SASgrid on LINUX and Hadoop with Tableau
Reporter: Peter Hickman
Priority: Minor


Currently a very messy, but fast-changing system using EXCEL and TABLEAU 
generates some detailed graphs with a LATEX final stage.  Can
Zeppelin work in such an environment?  eg sending results to LATEX?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1554: [WIP] [ZEPPELIN-1320] Run zeppelin interpreter process...

2016-11-08 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1554
  
Sure let me check, I think it could be possible.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1465: [ZEPPELIN-1500] pyspark completion doesn't work...

2016-11-08 Thread astroshim
GitHub user astroshim reopened a pull request:

https://github.com/apache/zeppelin/pull/1465

[ZEPPELIN-1500] pyspark completion doesn't work.

### What is this PR for?

@fanlu reported bug on https://github.com/apache/zeppelin/pull/530.
This PR fixes bug of checking condition in PySparkInterpreter.
### What type of PR is it?

Bug Fix
### What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-1500
### How should this be tested?

Outline the steps to test the PR here.
### Questions:
- Does the licenses files need update? no
- Is there breaking changes for older versions? no
- Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/astroshim/zeppelin ZEPPELIN-1500

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1465.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1465


commit ee2a29b95b0c1e5a3968fe0f722b57084d33910a
Author: astroshim 
Date:   2016-09-27T16:05:04Z

fix bug of condition check.

commit 60da1c3cfe15075ed8e2bb0609e2a322fed8bb54
Author: astroshim 
Date:   2016-09-27T16:18:47Z

fix condition

commit 49282b7bfee6f70aaa56199de4dee91fc82579c1
Author: astroshim 
Date:   2016-09-30T06:50:13Z

remove NullPointException

commit 7e93968ffd00cbd6f0d6241249f27dc11455abbb
Author: astroshim 
Date:   2016-11-08T09:24:41Z

Merge branch 'ZEPPELIN-1500' of https://github.com/astroshim/zeppelin into 
ZEPPELIN-1500

commit cb4b0fbbf0b98e5a9525d0a2ab26f395bfee6efd
Author: astroshim 
Date:   2016-11-08T09:29:45Z

add testcase

commit e50606ae6932bd289c620e8ecd769983b01101e2
Author: astroshim 
Date:   2016-11-08T09:30:36Z

Merge branch 'master' into ZEPPELIN-1500

commit d442c12659661652f3cbbcb14e3ddec4ab3c137b
Author: astroshim 
Date:   2016-11-08T13:05:58Z

fix to wait completion data




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1339: [ZEPPELIN-1332] Remove spark-dependencies & sug...

2016-11-08 Thread AhyoungRyu
GitHub user AhyoungRyu reopened a pull request:

https://github.com/apache/zeppelin/pull/1339

[ZEPPELIN-1332] Remove spark-dependencies & suggest new way

### What is this PR for?
Currently, Zeppelin's embedded Spark is located under `interpreter/spark/`. 
For whom **builds Zeppelin from source**, this Spark is downloaded when 
they build the source with [build 
profiles](https://github.com/apache/zeppelin#spark-interpreter). I think this 
various build profiles are useful to customize the embedded Spark, but many 
Spark users are using their own Spark not Zeppelin's embedded one. Nowadays 
only Spark beginners use this embedded Spark. For them, there are too 
many build profiles(it's so complicated i think). 
In case of **Zeppelin binary package**, it's included by default under 
`interpreter/spark/`. That's why Zeppelin package size is so huge. 

 New suggestions
This PR will change the embedded Spark binary downloading mechanism like 
below.

1. `./bin/zeppelin-daemon.sh get-spark` or `./bin/zeppelin.sh get-spark`
2. create `ZEPPELIN_HOME/local-spark/` and will download 
`spark-2.0.1-hadoop2.7.bin.tgz` and untar 
3. we can use this local spark without any configuration like before (e.g. 
setting `SPARK_HOME`)

### What type of PR is it?
Improvement

### Todos
- [x] - trap `ctrl+c` & `ctrl+z` key interruption during downloading Spark
- [x] - test in the different OS 
- [x] - update related document pages again after get feedbacks

### What is the Jira issue?
[ZEPPELIN-1332](https://issues.apache.org/jira/browse/ZEPPELIN-1332)

### How should this be tested?
1. `rm -r spark-dependencies` 
2.  Apply this patch and build with `mvn clean package -DskipTests`
3. try`bin/zeppelin-daemon.sh get-spark` or `bin/zeppelin.sh get-spark`

### Screenshots (if appropriate)
- `./bin/zeppelin-daemon.sh get-spark`
```
$ ./bin/zeppelin-daemon.sh get-spark
Download spark-2.0.1-bin-hadoop2.7.tgz from mirror ...

  % Total% Received % Xferd  Average Speed   TimeTime Time  
Current
 Dload  Upload   Total   SpentLeft  
Speed
100  178M  100  178M0 0  10.4M  0  0:00:17  0:00:17 --:--:-- 
10.2M

spark-2.0.1-bin-hadoop2.7 is successfully downloaded and saved under 
/Users/ahyoungryu/Dev/zeppelin-development/zeppelin/local-spark
```
- if `ZEPPELIN_HOME/local-spark/spark-2.0.1-hadoop2.7` already exists
```
$ ./bin/zeppelin-daemon.sh get-spark
spark-2.0.1-bin-hadoop2.7 already exists under local-spark.
```

### Questions:
- Does the licenses files need update? no
- Is there breaking changes for older versions? no
- Does this needs documentation? Need to update some related documents 
(e.g. README.md, spark.md and install.md ?)


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/AhyoungRyu/zeppelin ZEPPELIN-1332

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1339.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1339


commit cf91a45420ea3047522998238beba274db9a5fca
Author: AhyoungRyu 
Date:   2016-08-16T15:08:19Z

Fix typo comment in interpreter.sh

commit 6c08f5207cb2286b6072b3dcd5cc882b4dbca39b
Author: AhyoungRyu 
Date:   2016-08-17T01:52:06Z

Remove spark-dependencies

commit a36702f8b35d7ee0d269190fe42ac8a2ff5d5b6e
Author: AhyoungRyu 
Date:   2016-08-17T07:14:35Z

Add spark-2.*-bin-hadoop* to .gitignore

commit 31b04f58491502d5b4ea7c1800f7606013a8ae74
Author: AhyoungRyu 
Date:   2016-08-17T15:22:25Z

Add download-spark.sh file

commit fd87a09d83000c94ced1b04b4254de9b35e4ccc5
Author: AhyoungRyu 
Date:   2016-08-17T15:28:51Z

Remove useless comment line in common.sh

commit e0fc280de061f7ee06603d5bc9ab41b5219a749d
Author: AhyoungRyu 
Date:   2016-08-18T03:32:11Z

Remove zeppelin-spark-dependencies from r/pom.xml

commit bf06931b988aee4d9dfc3c173cac18a740666e36
Author: AhyoungRyu 
Date:   2016-08-21T05:38:55Z

Change SPARK_HOME with proper message

commit dceb74fff19eac2071eed0d661c0571eceeada54
Author: AhyoungRyu 
Date:   2016-09-06T08:55:20Z

Check interpreter/spark/ instead of SPARK_HOME

commit e2a078ab87deba8cdf4a99f6c3642e3d4b41f3d8
Author: AhyoungRyu 
Date:   2016-09-06T08:55:40Z

Refactor download-spark.sh

commit 3c792d07c6d6b55896ae5b0e3e2b0d08f70fafb1
Author: AhyoungRyu 
Date:   2016-09-07T07:48:15Z

Revert: remove spark-dependencies

commit 

[GitHub] zeppelin pull request #1339: [ZEPPELIN-1332] Remove spark-dependencies & sug...

2016-11-08 Thread AhyoungRyu
Github user AhyoungRyu closed the pull request at:

https://github.com/apache/zeppelin/pull/1339


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1465: [ZEPPELIN-1500] pyspark completion doesn't work...

2016-11-08 Thread astroshim
Github user astroshim closed the pull request at:

https://github.com/apache/zeppelin/pull/1465


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1605: [WIP][ZEPPELIN-1622] Remove %dep interpreter deprecate...

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1605
  
Looks great to me, thank you @minahlee for cleaning up in order to avoiding 
user confusion!
💯  for having a test


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1610: [Website] Change mailing list archive link

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1610
  
👍  Let's merge


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---