Code is very simple
/// Not working paragraph :
%spark
val bankText = sc.parallelize(1 to 10)
println("%table col1\tcol2\naaa\t123\n")
OUTPUT IS:
bankText: org.apache.spark.rdd.RDD[Int] = ParallelCollectionRDD[4] at
parallelize at <console>:23 %table col1 col2 aaa 123
/// working paragraph:
println("%table col1\tcol2\naaa\t123\n")
OUTPUT is the table display as expected with all buttons and options
col1col2aaa123
Eran
On Tue, Jul 21, 2015 at 8:09 PM madhuka udantha <[email protected]>
wrote:
> Hi Eran,
>
> We can't see the images that you are sharing. I think it is not possible to
> attach them directly on ML. IMO you could try dropbox etc.
>
> Thanks.
>
> On Tue, Jul 21, 2015 at 7:52 PM, IT CTO <[email protected]> wrote:
>
> > Just install the latest build and tried the following:
> > [image: Selection_001.png]
> >
> > this is not what I was expecting from the print.
> > actually, if I remove the sc line it works well...
> > [image: Selection_002.png]
> >
> > Any idea why this is happening?
> > Eran
> >
>
>
>
> --
> Cheers,
> Madhuka Udantha
> http://madhukaudantha.blogspot.com
>