[ https://issues.apache.org/jira/browse/LIVY-790 ]


    Larry McCay deleted comment on LIVY-790:
    ----------------------------------

was (Author: lmccay):
Due to the pending 2.0.0 release this JIRA has been pushed out to 2.1.0 as part 
of a bulk update. If there is a specific reason to pull this back into the 
2.0.0 release and you intend to provide a PR in the next few days please 
provide justification and reset the Fix Version to 2.0.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.9.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)

Reply via email to