[ 
https://issues.apache.org/jira/browse/LIVY-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jianzhen Wu updated LIVY-971:
-----------------------------
    Description: 
I don’t know if you have encountered the following scenario.
 # When other platforms use JDBC to integrate with Livy, they need to save the 
session ID and application ID.
 # When the connection creation fails, it may be that the spark session failed 
to start. At this time, they need to check the reason why the spark session 
failed to start.

I thought it would be possible to provide an action statement for getting the 
fields in the list.

 
{code:java}
// code placeholder
DESC LIVY SESSION; {code}
 

 

 
||field||
|id|
|appId|
|state|
|stderr|
|stdout|
|yarnDiagnostics|

 

 

  was:
I don’t know if you have encountered the following scenario.
 # When other platforms use JDBC to integrate with Livy, they need to save the 
session ID and application ID.
 # When the connection creation fails, it may be that the spark session failed 
to start. At this time, they need to check the reason why the spark session 
failed to start.


> Support to get session variables when using JDBC to connect to Livy thrift 
> server.
> ----------------------------------------------------------------------------------
>
>                 Key: LIVY-971
>                 URL: https://issues.apache.org/jira/browse/LIVY-971
>             Project: Livy
>          Issue Type: New Feature
>          Components: Thriftserver
>            Reporter: Jianzhen Wu
>            Priority: Major
>             Fix For: 0.9.0
>
>
> I don’t know if you have encountered the following scenario.
>  # When other platforms use JDBC to integrate with Livy, they need to save 
> the session ID and application ID.
>  # When the connection creation fails, it may be that the spark session 
> failed to start. At this time, they need to check the reason why the spark 
> session failed to start.
> I thought it would be possible to provide an action statement for getting the 
> fields in the list.
>  
> {code:java}
> // code placeholder
> DESC LIVY SESSION; {code}
>  
>  
>  
> ||field||
> |id|
> |appId|
> |state|
> |stderr|
> |stdout|
> |yarnDiagnostics|
>  
>  



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

Reply via email to