[GitHub] zeppelin issue #3101: [ZEPPELIN-3667] [Improvement] Large CVS download.

2018-07-27 Thread maitreyak
Github user maitreyak commented on the issue:

https://github.com/apache/zeppelin/pull/3101
  
@Tagar providing the fix for 0.7x versions.  #3013 is meant for 0.8 and up 
according to the JIRA.


---


[GitHub] zeppelin issue #3101: [ZEPPELIN-3667] [Improvement] Large CVS download.

2018-07-27 Thread Tagar
Github user Tagar commented on the issue:

https://github.com/apache/zeppelin/pull/3101
  
FYI. That download button will be removed by 
https://github.com/apache/zeppelin/pull/3013 


---


[GitHub] zeppelin issue #3099: [ZEPPELIN-3665] fix notebook name

2018-07-27 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/3099
  
it might help if you include a before / after screen shots?


---


[GitHub] zeppelin pull request #3101: [ZEPPELIN-3667] [Improvement] Large CVS downloa...

2018-07-27 Thread maitreyak
GitHub user maitreyak reopened a pull request:

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

[ZEPPELIN-3667] [Improvement] Large CVS download.

### What is this PR for?
The download CSV feature from the table views fails when the total data 
accumulated is greater than 2MB on the chrome browser.  

encodeURIComponent call has a maxs out for larger sizes of csv, using blob 
extends csv download size limitations.

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

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

### How should this be tested?
set env variable ZEPPELIN_INTERPRETER_OUTPUT_LIMIT to greater than 2 MB. 
Test downloading a small to moderate CSV from the table segment on chrome, 
safari, opera and firefox.
Test downloading a large CSV(2MB or greater) from the table segment on 
chrome, safari, opera and firefox.
All downloads should pass.





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

$ git pull https://github.com/maitreyak/zeppelin branch-0.7

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

https://github.com/apache/zeppelin/pull/3101.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 #3101


commit 9e32a5ce4c1acdc07878f98a984bf5ce4760becc
Author: Maitreya 
Date:   2018-07-27T19:11:29Z

Enhancement to download CSV greater than 2 MB

commit 3f882c4352d0869856b339ef4ce11fb238d21ae8
Author: maitreya kundurthy 
Date:   2018-07-27T21:17:20Z

removed encodeComponentURI call




---


[GitHub] zeppelin pull request #3101: [ZEPPELIN-3667] [Improvement] Large CVS downloa...

2018-07-27 Thread maitreyak
Github user maitreyak closed the pull request at:

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


---


[GitHub] zeppelin pull request #3101: [ZEPPELIN-3667] [Improvement] Large CVS downloa...

2018-07-27 Thread maitreyak
GitHub user maitreyak reopened a pull request:

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

[ZEPPELIN-3667] [Improvement] Large CVS download.

### What is this PR for?
The download CSV feature from the table views fails when the total data 
accumulated is greater than 2MB on the chrome browser.  

encodeURIComponent call has a maxs out for larger sizes of csv, using blob 
extends csv download size limitations.

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

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

### How should this be tested?
set env variable ZEPPELIN_INTERPRETER_OUTPUT_LIMIT to greater than 2 MB. 
Test downloading a small to moderate CSV from the table segment on chrome, 
safari, opera and firefox.
Test downloading a large CSV(2MB or greater) from the table segment on 
chrome, safari, opera and firefox.
All downloads should pass.





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

$ git pull https://github.com/maitreyak/zeppelin branch-0.7

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

https://github.com/apache/zeppelin/pull/3101.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 #3101


commit 9e32a5ce4c1acdc07878f98a984bf5ce4760becc
Author: Maitreya 
Date:   2018-07-27T19:11:29Z

Enhancement to download CSV greater than 2 MB

commit 3f882c4352d0869856b339ef4ce11fb238d21ae8
Author: maitreya kundurthy 
Date:   2018-07-27T21:17:20Z

removed encodeComponentURI call




---


[GitHub] zeppelin pull request #3101: [ZEPPELIN-3667] [Improvement] Large CVS downloa...

2018-07-27 Thread maitreyak
Github user maitreyak closed the pull request at:

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


---


[jira] [Created] (ZEPPELIN-3668) Can't hide Spark Jobs (Spark UI) button

2018-07-27 Thread Maziyar PANAHI (JIRA)
Maziyar PANAHI created ZEPPELIN-3668:


 Summary: Can't hide Spark Jobs (Spark UI) button
 Key: ZEPPELIN-3668
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3668
 Project: Zeppelin
  Issue Type: Bug
  Components: front-end
Affects Versions: 0.8.0
Reporter: Maziyar PANAHI


Hi,

In Zeppelin 0.8.0 I can't manage to hide "Spark Jobs" / Spark UI in our Notes 
after upgrading from 0.7.3.

I did a bit of digging and I could see if "spark.ui.enabled" is set to false 
the button shouldn't be visible. But this seems to be ignored and it's still 
visible.

 

Thank you.

Maziyar



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin pull request #3101: [ZEPPELIN-3667] [Improvement] Large CVS downloa...

2018-07-27 Thread maitreyak
GitHub user maitreyak reopened a pull request:

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

[ZEPPELIN-3667] [Improvement] Large CVS download.

### What is this PR for?
The download CSV feature from the table views fails when the total data 
accumulated is greater than 2MB on the chrome browser.  

encodeURIComponent call has a maxs out for larger sizes of csv, using blob 
extends csv download size limitations.

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

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

### How should this be tested?
set env variable ZEPPELIN_INTERPRETER_OUTPUT_LIMIT to greater than 2 MB. 
Test downloading a small to moderate CSV from the table segment on chrome, 
safari, opera and firefox.
Test downloading a large CSV(2MB or greater) from the table segment on 
chrome, safari, opera and firefox.
All downloads should pass.





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

$ git pull https://github.com/maitreyak/zeppelin branch-0.7

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

https://github.com/apache/zeppelin/pull/3101.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 #3101


commit 9e32a5ce4c1acdc07878f98a984bf5ce4760becc
Author: Maitreya 
Date:   2018-07-27T19:11:29Z

Enhancement to download CSV greater than 2 MB

commit 3f882c4352d0869856b339ef4ce11fb238d21ae8
Author: maitreya kundurthy 
Date:   2018-07-27T21:17:20Z

removed encodeComponentURI call




---


[GitHub] zeppelin pull request #3101: [ZEPPELIN-3667] [Improvement] Large CVS downloa...

2018-07-27 Thread maitreyak
Github user maitreyak closed the pull request at:

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


---


[GitHub] zeppelin pull request #3101: [ZEPPELIN-3667] [Improvement] Large CVS downloa...

2018-07-27 Thread maitreyak
GitHub user maitreyak opened a pull request:

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

[ZEPPELIN-3667] [Improvement] Large CVS download.

### What is this PR for?
The download CSV feature from the table views fails when the total data 
accumulated is greater than 2MB on the chrome browser.  

encodeURIComponent call has a maxs out for larger sizes of csv, using blob 
extends csv download size limitations.

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

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

### How should this be tested?
set env variable ZEPPELIN_INTERPRETER_OUTPUT_LIMIT to greater than 2 MB. 
Test downloading a small to moderate CSV from the table segment on chrome, 
safari, opera and firefox.
Test downloading a large CSV(2MB or greater) from the table segment on 
chrome, safari, opera and firefox.
All downloads should pass.





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

$ git pull https://github.com/maitreyak/zeppelin branch-0.7

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

https://github.com/apache/zeppelin/pull/3101.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 #3101


commit 9e32a5ce4c1acdc07878f98a984bf5ce4760becc
Author: Maitreya 
Date:   2018-07-27T19:11:29Z

Enhancement to download CSV greater than 2 MB

commit 3f882c4352d0869856b339ef4ce11fb238d21ae8
Author: maitreya kundurthy 
Date:   2018-07-27T21:17:20Z

removed encodeComponentURI call




---


[jira] [Created] (ZEPPELIN-3667) Large CVS download failure.

2018-07-27 Thread maitreya kundurthy (JIRA)
maitreya kundurthy created ZEPPELIN-3667:


 Summary: Large CVS download failure.
 Key: ZEPPELIN-3667
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3667
 Project: Zeppelin
  Issue Type: Improvement
  Components: GUI
Affects Versions: 0.7.3, 0.7.2, 0.7.1, 0.7.0
Reporter: maitreya kundurthy
 Fix For: 0.7.4
 Attachments: BigCSVFail.jpeg

The download CSV feature from the table views fails when the total data 
accumulated is greater than 2MB on the chrome browser.  

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-07-27 Thread selvinsource
Github user selvinsource commented on the issue:

https://github.com/apache/zeppelin/pull/3092
  
@zjffdu @felixcheung I have pushed the requested changes.


---


[GitHub] zeppelin pull request #3090: [ZEPPELIN-3645] Add LSP Protocol completion sup...

2018-07-27 Thread oxygen311
Github user oxygen311 closed the pull request at:

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


---


[GitHub] zeppelin issue #3090: [ZEPPELIN-3645] Add LSP Protocol completion support

2018-07-27 Thread oxygen311
Github user oxygen311 commented on the issue:

https://github.com/apache/zeppelin/pull/3090
  
Solution must be improved to use by real users.


---


[GitHub] zeppelin issue #3098: ZEPPELIN-3664

2018-07-27 Thread mebelousov
Github user mebelousov commented on the issue:

https://github.com/apache/zeppelin/pull/3098
  
@fsteinle our team use authorization with parameter 
`activeDirectoryRealm.principalSuffix = @company.com`
Thus email is not necessary. Could it possible to use mailNickName, for 
example?

BTW, `userPrincipalName` is good.


---


[GitHub] zeppelin issue #3081: ZEPPELIN-3575. Add 'Copy Column Name' button in visual...

2018-07-27 Thread mebelousov
Github user mebelousov commented on the issue:

https://github.com/apache/zeppelin/pull/3081
  
@jongyoul I also haven't good idea to write small and useful test.
It's possible to rewrite copyStringToClipboard as pass to function the 
column number and then put in clipboard column name, although it's not 
straightforward way.


---


[GitHub] zeppelin pull request #3099: [ZEPPELIN-3665] fix notebook name

2018-07-27 Thread Savalek
GitHub user Savalek reopened a pull request:

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

[ZEPPELIN-3665] fix notebook name

### What is this PR for?
Name of notebook incorrectly displayed due to text direction.

Bug Fix

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

### 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/TinkoffCreditSystems/zeppelin ZEPPELIN-3665

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

https://github.com/apache/zeppelin/pull/3099.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 #3099


commit f59f09e1edf171e3cffc5235922b95490d59bc59
Author: Savalek 
Date:   2018-07-26T14:58:53Z

[ZEPPELIN-3665] fix notebook name

commit cd77f59e21ab1f324fa2bb7c5472f5c537b505bc
Author: Savalek 
Date:   2018-07-27T08:05:16Z

[ZEPPELIN-3665] fix notebook name. add
'unicode-bidi: plaintext'




---


[GitHub] zeppelin pull request #3099: [ZEPPELIN-3665] fix notebook name

2018-07-27 Thread Savalek
Github user Savalek closed the pull request at:

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


---


[GitHub] zeppelin issue #3090: [ZEPPELIN-3645] Add LSP Protocol completion support

2018-07-27 Thread mebelousov
Github user mebelousov commented on the issue:

https://github.com/apache/zeppelin/pull/3090
  
@felixcheung I agree that support of LSP in Zeppelin is unmature idea.

Share please undesired cases with open ip and port.


---


[GitHub] zeppelin issue #3099: [ZEPPELIN-3665] fix notebook name

2018-07-27 Thread Savalek
Github user Savalek commented on the issue:

https://github.com/apache/zeppelin/pull/3099
  
@Tagar, thanks! I missed it. I added a property "unicode-bidi: plaintext;". 
Now it should work fine.


---


[GitHub] zeppelin issue #3100: ZEPPELIN-3557. Remove interpreter profiles

2018-07-27 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3100
  
I am afraid currently we can not do this. Because some unit test in 
zeppelin-zengine & zeppelin-server depends on spark interpreter 
(ZeppelinSparkClusterTest). 



---