[jira] [Created] (TOREE-473) wrong spark UI link

2018-05-15 Thread antonkulaga (JIRA)
antonkulaga created TOREE-473:
-

 Summary: wrong spark UI link
 Key: TOREE-473
 URL: https://issues.apache.org/jira/browse/TOREE-473
 Project: TOREE
  Issue Type: Bug
 Environment: I used latest 
https://hub.docker.com/r/jupyter/all-spark-notebook/ from firefox (Ubuntu 18.04)
Reporter: antonkulaga


When I have a code like this

```

val spark = SparkSession
  .builder()
  .appName("mapping_models")
  .getOrCreate()

```

I get a broken link like 
[http://localhost:/notebooks/work/Some(http://78eba159adcd:4040)]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOREE-436) variable assignments generate output in notebook

2018-05-15 Thread Luciano Resende (JIRA)

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

Luciano Resende closed TOREE-436.
-
   Resolution: Duplicate
Fix Version/s: Not Applicable

> variable assignments generate output in notebook
> 
>
> Key: TOREE-436
> URL: https://issues.apache.org/jira/browse/TOREE-436
> Project: TOREE
>  Issue Type: Bug
>Affects Versions: 0.2.0
> Environment: Ubuntu 16.04
> Spark 2.2
> notebook 5.0.0
>Reporter: Paulo Villegas
>Priority: Minor
> Fix For: Not Applicable
>
> Attachments: Toree.png
>
>
> I'm having a somehow strange behaviour with the latest Toree kernel (checked 
> out from github master branch). Every assignment on a cell generates notebook 
> output, as it can be seen in the attached figure
> !Toree.png|thumbnail!
> The output produces the value of the variable (but apparently not at the time 
> of assignment, but the final value in the cell). I see no means of switching 
> that off (I've tried to find a %%magic to activate/deactivate it, but found 
> no one). Is that expected behaviour? If I try an earlier version of the 
> kernel on the same system, no output is generated (except the one explicitly 
> generated by printing, or the usual last value in the cell)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)