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

Mykola Bodnar updated DATALAB-2452:
-----------------------------------
    Story Points: 4

> [RStudio][Dataproc]Investigate why R session terminates during 
> Flight_data_Visualization_R playbook running
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: DATALAB-2452
>                 URL: https://issues.apache.org/jira/browse/DATALAB-2452
>             Project: Apache DataLab
>          Issue Type: Task
>      Security Level: Public(Regular Issues) 
>          Components: DataLab Main
>            Reporter: Vira Vitanska
>            Assignee: Mykola Bodnar
>            Priority: Minor
>              Labels: Debian, DevOps, GCP
>             Fix For: v.2.5
>
>         Attachments: Rstudio session terminates.png
>
>
> If run Flight_data_Visualization_R on Rstudio or Dataproc the R session 
> terminates on command:
> {code:java}
> top_flights_sql <- sql("
> SELECT t.cnt as FlightsAmt, carriers.description as Carrier 
> FROM (
>     SELECT count(*) as cnt, flights.UniqueCarrier as carrier_code 
>     FROM flights 
>     GROUP BY flights.UniqueCarrier LIMIT 6) t 
> LEFT JOIN carriers 
>   ON t.carrier_code = carriers.code
> ")
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to