[jira] [Created] (ZEPPELIN-5940) Restart Interpreter with Status

2023-07-12 Thread Shreyas (Jira)
Shreyas created ZEPPELIN-5940:
-

 Summary: Restart Interpreter with Status
 Key: ZEPPELIN-5940
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5940
 Project: Zeppelin
  Issue Type: Improvement
  Components: spark
Reporter: Shreyas


Hi,

The current REST API for restarting the Spark interpreter marks the 
corresponding Yarn application to "SUCCESS".

Can the API be updated to receive a status from the user (say FAILED), and 
update Yarn accordingly. By default if no status is provided, the current 
behavior is good.

This will be very useful for marking the Yarn applications with appropriate 
status, especially if something has failed.

Thanks!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ZEPPELIN-5906) SQL interpreter not able to run UDAF with Aggregator API

2023-05-04 Thread Shreyas (Jira)
Shreyas created ZEPPELIN-5906:
-

 Summary: SQL interpreter not able to run UDAF with Aggregator API
 Key: ZEPPELIN-5906
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5906
 Project: Zeppelin
  Issue Type: Bug
Reporter: Shreyas
 Attachments: image-2023-05-04-12-21-12-474.png

VersionĀ 0.10.0 (on AWS EMR 6.5)

When I try to compile the standard [UDAF 
example|https://spark.apache.org/docs/3.1.2/sql-ref-functions-udf-aggregate.html#untyped-user-defined-aggregate-functions]
 I am able to use the UDAF in a Scala paragraph, but not on a SQL paragraph.

!image-2023-05-04-12-21-12-474.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ZEPPELIN-5892) Provide option to change number of spaces for indentation

2023-04-01 Thread Shreyas (Jira)
Shreyas created ZEPPELIN-5892:
-

 Summary: Provide option to change number of spaces for indentation
 Key: ZEPPELIN-5892
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5892
 Project: Zeppelin
  Issue Type: Bug
Reporter: Shreyas


Right now the default indentation is 4 spaces. It would be nice to provide the 
ability to change this to user tastes / project guidelines. (for e.g. I would 
prefer to use 2 spaces for indentation).

Thanks!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ZEPPELIN-4625) Color Code SQL Strings

2020-02-18 Thread Shreyas (Jira)
Shreyas created ZEPPELIN-4625:
-

 Summary: Color Code SQL Strings
 Key: ZEPPELIN-4625
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4625
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Shreyas


This may be specific to Spark interpreter.

Zeppelin nicely applies color coding to cells that begin with %sql or 
%spark.sql.

This request is to bring the same color coding to sql embedded in strings as 
well.

For e.g.
{code:scala}
// Zeppelin paragraph
val df = spark.sql("""
  |select * from examples
  |where dt_col = date '2020-01-01'
""".stripMargin)
{code}

This feature is going to be extremely useful when trying to debug complex 
embedded queries etc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ZEPPELIN-3862) REST api support for note params

2018-11-13 Thread Shreyas (JIRA)
Shreyas created ZEPPELIN-3862:
-

 Summary: REST api support for note params
 Key: ZEPPELIN-3862
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3862
 Project: Zeppelin
  Issue Type: Improvement
  Components: rest-api
Affects Versions: 0.8.0
Reporter: Shreyas


Zeppelin 0.8.0 provides dynamic form at Note level. However that functionality 
does not seem to be extended to the REST API when calling "Run all Paragraphs" 
for e.g.. It would be useful to set those note level params when calling note 
level APIs.



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