[jira] [Commented] (SPARK-21532) Improve console progress bar in RStudio

2017-07-25 Thread Brendan Dwyer (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-21532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100806#comment-16100806
 ] 

Brendan Dwyer commented on SPARK-21532:
---

I've opened [an issue with 
RStudio|https://support.rstudio.com/hc/en-us/community/posts/115007135727-SparkR-progress-bar-issues].
 Should I close this JIRA or keep it open until this is fixed?

> Improve console progress bar in RStudio
> ---
>
> Key: SPARK-21532
> URL: https://issues.apache.org/jira/browse/SPARK-21532
> Project: Spark
>  Issue Type: Improvement
>  Components: SparkR
>Affects Versions: 2.2.0
> Environment: RStudio on Linux Mint, RStudio server on CentOS, 
> probably RStudio on other OS's
>Reporter: Brendan Dwyer
>Priority: Trivial
>
> When a SparkR job is run through terminal the progress bar appears neatly and 
> then disappears after the job is done however when a SparkR job is run in 
> RStudio the progress bar gets printed to multiple lines and never goes away:
> {code}
> [Stage 38:> (0 + 3) / 
> 8][Stage 38:===>  (1 + 3) 
> / 8][Stage 38:=>(3 + 
> 3) / 8][Stage 38:=>(4 
> + 3) / 8][Stage 38:===>  
> (6 + 2) / 8][Stage 38:==> 
>   (7 + 1) / 8]   
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-21532) Improve console progress bar in RStudio

2017-07-25 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-21532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100717#comment-16100717
 ] 

Sean Owen commented on SPARK-21532:
---

Sure, but that's not a Spark issue.

> Improve console progress bar in RStudio
> ---
>
> Key: SPARK-21532
> URL: https://issues.apache.org/jira/browse/SPARK-21532
> Project: Spark
>  Issue Type: Improvement
>  Components: SparkR
>Affects Versions: 2.2.0
> Environment: RStudio on Linux Mint, RStudio server on CentOS, 
> probably RStudio on other OS's
>Reporter: Brendan Dwyer
>Priority: Trivial
>
> When a SparkR job is run through terminal the progress bar appears neatly and 
> then disappears after the job is done however when a SparkR job is run in 
> RStudio the progress bar gets printed to multiple lines and never goes away:
> {code}
> [Stage 38:> (0 + 3) / 
> 8][Stage 38:===>  (1 + 3) 
> / 8][Stage 38:=>(3 + 
> 3) / 8][Stage 38:=>(4 
> + 3) / 8][Stage 38:===>  
> (6 + 2) / 8][Stage 38:==> 
>   (7 + 1) / 8]   
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-21532) Improve console progress bar in RStudio

2017-07-25 Thread Brendan Dwyer (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-21532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100695#comment-16100695
 ] 

Brendan Dwyer commented on SPARK-21532:
---

https://support.rstudio.com/hc/en-us/community/posts/203136268-Carriage-return-does-not-work-on-stderr-

> Improve console progress bar in RStudio
> ---
>
> Key: SPARK-21532
> URL: https://issues.apache.org/jira/browse/SPARK-21532
> Project: Spark
>  Issue Type: Improvement
>  Components: SparkR
>Affects Versions: 2.2.0
> Environment: RStudio on Linux Mint, RStudio server on CentOS, 
> probably RStudio on other OS's
>Reporter: Brendan Dwyer
>Priority: Trivial
>
> When a SparkR job is run through terminal the progress bar appears neatly and 
> then disappears after the job is done however when a SparkR job is run in 
> RStudio the progress bar gets printed to multiple lines and never goes away:
> {code}
> [Stage 38:> (0 + 3) / 
> 8][Stage 38:===>  (1 + 3) 
> / 8][Stage 38:=>(3 + 
> 3) / 8][Stage 38:=>(4 
> + 3) / 8][Stage 38:===>  
> (6 + 2) / 8][Stage 38:==> 
>   (7 + 1) / 8]   
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-21532) Improve console progress bar in RStudio

2017-07-25 Thread Brendan Dwyer (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-21532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100693#comment-16100693
 ] 

Brendan Dwyer commented on SPARK-21532:
---

[~srowen] I assume so.

I think in it's current state the progress bar is more annoying than it is 
useful in RStudio. Maybe we should set _spark.ui.showConsoleProgress_ to FALSE 
by default if the session is started from RStudio?

> Improve console progress bar in RStudio
> ---
>
> Key: SPARK-21532
> URL: https://issues.apache.org/jira/browse/SPARK-21532
> Project: Spark
>  Issue Type: Improvement
>  Components: SparkR
>Affects Versions: 2.2.0
> Environment: RStudio on Linux Mint, RStudio server on CentOS, 
> probably RStudio on other OS's
>Reporter: Brendan Dwyer
>Priority: Trivial
>
> When a SparkR job is run through terminal the progress bar appears neatly and 
> then disappears after the job is done however when a SparkR job is run in 
> RStudio the progress bar gets printed to multiple lines and never goes away:
> {code}
> [Stage 38:> (0 + 3) / 
> 8][Stage 38:===>  (1 + 3) 
> / 8][Stage 38:=>(3 + 
> 3) / 8][Stage 38:=>(4 
> + 3) / 8][Stage 38:===>  
> (6 + 2) / 8][Stage 38:==> 
>   (7 + 1) / 8]   
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-21532) Improve console progress bar in RStudio

2017-07-25 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-21532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100573#comment-16100573
 ] 

Sean Owen commented on SPARK-21532:
---

I think that's a function of RStudio and carriage returns right?

> Improve console progress bar in RStudio
> ---
>
> Key: SPARK-21532
> URL: https://issues.apache.org/jira/browse/SPARK-21532
> Project: Spark
>  Issue Type: Improvement
>  Components: SparkR
>Affects Versions: 2.2.0
> Environment: RStudio on Linux Mint, RStudio server on CentOS, 
> probably RStudio on other OS's
>Reporter: Brendan Dwyer
>Priority: Trivial
>
> When a SparkR job is run through terminal the progress bar appears neatly and 
> then disappears after the job is done however when a SparkR job is run in 
> RStudio the progress bar gets printed to multiple lines and never goes away:
> {code}
> [Stage 38:> (0 + 3) / 
> 8][Stage 38:===>  (1 + 3) 
> / 8][Stage 38:=>(3 + 
> 3) / 8][Stage 38:=>(4 
> + 3) / 8][Stage 38:===>  
> (6 + 2) / 8][Stage 38:==> 
>   (7 + 1) / 8]   
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org