[GitHub] zeppelin issue #3168: [ZEPPELIN-3753] Fix indent with TAB

2018-08-31 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/3168
  
merging if no more comment


---


[GitHub] zeppelin issue #3121: [ZEPPELIN-3694] Dynamically change scheduler thread po...

2018-08-31 Thread egorklimov
Github user egorklimov commented on the issue:

https://github.com/apache/zeppelin/pull/3121
  
CI is green: 
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422979013


---


[jira] [Created] (ZEPPELIN-3754) %livy.sql not show readable UTF-8 String characters

2018-08-31 Thread jipeng.wang (JIRA)
jipeng.wang created ZEPPELIN-3754:
-

 Summary: %livy.sql not show readable UTF-8 String characters
 Key: ZEPPELIN-3754
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3754
 Project: Zeppelin
  Issue Type: Bug
  Components: livy-interpreter
Affects Versions: 0.8.0
Reporter: jipeng.wang
 Attachments: %livy.example.png, %livy.sql example.png, livy session 
.png

I am using Zeppelin 0.8.0 version.

I found when use %livy.sql interpreter, some columns with Korean words not 
showing readably on Zeppelin GUI.

However, I checked livy session output and tried %livy interpreter with 
`sqlContext.sql(xx).show` , they both fine to read.

Examples attached.

Thx

 



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


[GitHub] zeppelin pull request #3168: [ZEPPELIN-3753] Fix indent with TAB

2018-08-31 Thread oxygen311
GitHub user oxygen311 opened a pull request:

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

[ZEPPELIN-3753] Fix indent with TAB

### What is this PR for?
Now when you select multiline text and press TAB, text replaces with "\t" 
char.
With this PR text just shift right if TAB have been pressed.

### What type of PR is it?
Bug Fix

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

### How should this be tested?
* First time? Setup Travis CI as described on 
https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed 
behavior
* Outline any manual 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/TinkoffCreditSystems/zeppelin DW-18011

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

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


commit 941b832d1f104d41743ea572d17851a294fdebe1
Author: oxygen311 
Date:   2018-08-29T14:33:51Z

Fix indent with TAB




---


[jira] [Created] (ZEPPELIN-3753) Fix indent with TAB

2018-08-31 Thread Alexey Zabelkin (JIRA)
Alexey Zabelkin created ZEPPELIN-3753:
-

 Summary: Fix indent with TAB
 Key: ZEPPELIN-3753
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3753
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Alexey Zabelkin


Now when you select multiline text and press TAB, text replaces with "\t" char.



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