[jira] [Created] (ZEPPELIN-3099) Livy Interpreter doesn't support German Special Character - Encoding Issue

2017-12-10 Thread Akhil S Naik (JIRA)
Akhil S Naik created ZEPPELIN-3099:
--

 Summary: Livy Interpreter doesn't support German  Special 
Character - Encoding Issue
 Key: ZEPPELIN-3099
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3099
 Project: Zeppelin
  Issue Type: Bug
  Components: livy-interpreter
Affects Versions: 0.7.0
Reporter: Akhil S Naik
Priority: Critical


When Using Livy to Interact with Spark , the Spark Response with German Special 
Character always  return with jumbled Characters(Wrong characters) after 
patching the ZEPPELIN-2641 

The Initial Issue was We were hitting ZEPPELIN -2641 . But after Patching the 
fix provided in ZEPPELIN-2641 the exception stopped but the special characters 
obtained is not correct( wrong characters)

This happens for German Special Characters like ß, ü, Ü, ä, Ä, ö, Ö .

The Reason is Zeppelin uses restTemplate.java from spring framework. when 
POST/GET  the request we need to tell restTemplate to use   
StringHttpMessageConvertersion technique to UTF-8. 

Attached the patch with Jira with which the Special characters shows fine.


 





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] zeppelin issue #2701: [ZEPPELIN-3098] Livy Interpreter fails if row contains...

2017-12-10 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2701
  
@bushnoh thanks for the contribution, could you check the CI, some tests 
fails. 


---


[GitHub] zeppelin issue #2700: [ZEPPELIN-3092] GitHub Integration

2017-12-10 Thread mohamagdy
Github user mohamagdy commented on the issue:

https://github.com/apache/zeppelin/pull/2700
  
@felixcheung, the `GitHubNotebookRepo` inherits from `GitNotebookRepo` but 
the difference is, after the notebook is saved (and committed), the 
`GitHubNotebookRepo` updates (pushes the local commits) a remote GitHub 
repository (notebooks repository on GitHub) configured in the 
`zeppelin-site.xml`.

Also, when `GitHubNotebookRepo` is configured as a storage, everytime the 
notebook is loaded, the latest changes is pulled from the remote GitHub 
repository.

Does this make sense?


---