[
https://issues.apache.org/jira/browse/LIVY-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-790:
----------------------------
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.
> Corrupted Livy session when using fbprophet
> -------------------------------------------
>
> Key: LIVY-790
> URL: https://issues.apache.org/jira/browse/LIVY-790
> Project: Livy
> Issue Type: Bug
> Affects Versions: 0.7.0
> Environment: Using Livy on Google Dataproc from Jupyter with
> sparkmagic
> Reporter: Stefan Avesand
> Priority: Major
> Fix For: 0.10.0
>
>
> When executing fbprophet the Livy session gets corrupted and stops working
> properly.
> Code to reproduce:
> {{import pandas as pd, fbprophet}}
> {{df = pd.DataFrame({}}
> {{ 'ds':
> ['2019-02-26','2019-02-27','2019-02-28','2019-03-01','2019-03-02'],}}
> {{ 'y': [121,119,118,119,118]})}}
> {{m = fbprophet.Prophet()}}
> {{m.fit(df)}}
> This issue seems to concern all cases when stdout is written to outside of
> native Python, e.g. by running a subprocess:
> {{import subprocess}}
> {{subprocess.run(["pip", "install", "pyyaml"])}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)