[
https://issues.apache.org/jira/browse/LIVY-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-470:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> ename, evalue and traceback missing from docs
> ---------------------------------------------
>
> Key: LIVY-470
> URL: https://issues.apache.org/jira/browse/LIVY-470
> Project: Livy
> Issue Type: Bug
> Components: Docs
> Affects Versions: 0.5.0
> Reporter: Tim Harsch
> Priority: Major
> Fix For: 0.10.0
>
>
> According to the 0.5.0 REST API docs (
> https://livy.incubator.apache.org/docs/latest/rest-api.html#statement )
> statement output has three fields "status, execution_count and data" but this
> is only true in non-error cases. e.g.
> {code:json}
> ...
> "output": {
> "ename": "Error",
> "evalue": "<console>:40: error: value select is not a member of
> Array[org.apache.spark.sql.Row]",
> "execution_count": 2,
> "status": "error",
> "traceback": [
> " df = df.select(df(\"venueid\"), df(\"venuename\"),
> df(\"venuecity\"), df(\"venuestate\"), df(\"venueseats\").as(\"xyz\"),
> df(\"venues_processing_dttm\"))\n",
> " ^\n"
> ]
> },
> ...
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)