[jira] [Created] (ZEPPELIN-4870) Improve parsing of the paragraph properties

2020-06-08 Thread Alex Ott (Jira)
Alex Ott created ZEPPELIN-4870: -- Summary: Improve parsing of the paragraph properties Key: ZEPPELIN-4870 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4870 Project: Zeppelin Issue Type: Im

Re: Data formatting...

2020-06-08 Thread Alex Ott
Thank you Jeff! I'll create a ticket, implement it & then rebase my changes on top of it - it will simplify the code of my PR as well On Tue, Jun 9, 2020 at 12:44 AM Jeff Zhang wrote: > Hi Alex, > > The parsing logic is here, agree that we should put them into > paragraph local properties and i

[jira] [Created] (ZEPPELIN-4869) java.io.IOException: Interpreter Process creation is time out in 60 seconds

2020-06-08 Thread appleyuchi (Jira)
appleyuchi created ZEPPELIN-4869: Summary: java.io.IOException: Interpreter Process creation is time out in 60 seconds Key: ZEPPELIN-4869 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4869 Proje

[jira] [Created] (ZEPPELIN-4868) Display hive job execution info when running hive sql in jdbc interpreter

2020-06-08 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4868: Summary: Display hive job execution info when running hive sql in jdbc interpreter Key: ZEPPELIN-4868 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4868 Project

[jira] [Created] (ZEPPELIN-4867) failure when start

2020-06-08 Thread appleyuchi (Jira)
appleyuchi created ZEPPELIN-4867: Summary: failure when start Key: ZEPPELIN-4867 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4867 Project: Zeppelin Issue Type: Bug Affects Version

[jira] [Created] (ZEPPELIN-4866) Setting up Zeppelin with Kerberos, and flink on yarn

2020-06-08 Thread kevin (Jira)
kevin created ZEPPELIN-4866: --- Summary: Setting up Zeppelin with Kerberos, and flink on yarn Key: ZEPPELIN-4866 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4866 Project: Zeppelin Issue Type:

Re: Data formatting...

2020-06-08 Thread Jeff Zhang
Hi Alex, The parsing logic is here, agree that we should put them into paragraph local properties and improve the parsing logic. https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/ParagraphTextParser.java Alex Ott 于2020年6月9日周二 上午12:45写道:

Re: Data formatting...

2020-06-08 Thread Alex Ott
Hi all related question. I was thinking, maybe I over-complicate the implementation, and maybe I should use something like this instead: %cassandra(locale=ruRU, timeFormat="E, d MMM yy", floatPrecision = 5, outputFormat=cql) but it's parsed into 'd MMM yy"': 'd MMM yy"', 'floatPrecision': '5',

[GitHub] [zeppelin] zjffdu opened a new pull request #3792: [ZEPPELIN-4865]. Allow specify jobName as paragraph local properties

2020-06-08 Thread GitBox
zjffdu opened a new pull request #3792: URL: https://github.com/apache/zeppelin/pull/3792 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contri

[jira] [Created] (ZEPPELIN-4865) %flink.ssql specify jobname

2020-06-08 Thread xiang.zhuang (Jira)
xiang.zhuang created ZEPPELIN-4865: -- Summary: %flink.ssql specify jobname Key: ZEPPELIN-4865 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4865 Project: Zeppelin Issue Type: Improvemen

Data formatting...

2020-06-08 Thread Alex Ott
Hi all Yesterday I submitted the PR for Cassandra interpreter that introduces the options for customization of formatting of numbers & time-related types: https://github.com/apache/zeppelin/pull/3790 And now I'm thinking that such customizations could be useful in other interpreters as well, like