Re: 0.9.0 - R tutorial - google vis - no output

2020-07-02 Thread Jeff Zhang
It might be a bug of googlevis or version mismatch, because googlevis doesn't work in jupyter for me too. David Boyd 于2020年7月3日周五 上午8:26写道: > Jeff: >Good to know. > > Thank you so much for the prompt responses and patience with me. > On 7/2/2020 8:16 PM, Jeff Zhang wrote: > > It looks like

Re: 0.9.0 - R tutorial - google vis - no output

2020-07-02 Thread David Boyd
Jeff:    Good to know. Thank you so much for the prompt responses and patience with me. On 7/2/2020 8:16 PM, Jeff Zhang wrote: It looks like a bug, I can reproduce this issue. David Boyd mailto:db...@incadencecorp.com>> 于2020年7月3日周五 上午7:43写道: All:   Sorry for dumping so much on the

Re: 0.9.0 - R tutorial - google vis - no output

2020-07-02 Thread Jeff Zhang
It looks like a bug, I can reproduce this issue. David Boyd 于2020年7月3日周五 上午7:43写道: > All: > > Sorry for dumping so much on the list lately. Making progress but it is > slow. > > So I finally got the %ir interpreter to work. > > Got pretty much every paragraph to work with either %r or %ir > B

Re: %r.ir vs %ir

2020-07-02 Thread David Boyd
Jeff:  mvn clean package -DskipTests -Pspark-2.4 -Phadoop2 -Pscala-2.11 -Dcheckstyle.skip -Drat.skip=true On 7/2/2020 7:22 PM, Jeff Zhang wrote: What's your command of building zeppelin. ? David Boyd mailto:db...@incadencecorp.com>> 于2020年7月3日周五 上午6:59写道: All:   So with some wail

0.9.0 - R tutorial - google vis - no output

2020-07-02 Thread David Boyd
All:   Sorry for dumping so much on the list lately.  Making progress but it is slow. So I finally got the %ir interpreter to work. Got pretty much every paragraph to work with either %r or %ir But I am not able to get any of the google vis outputs to generate any output. First question - is

Re: %r.ir vs %ir

2020-07-02 Thread Jeff Zhang
What's your command of building zeppelin. ? David Boyd 于2020年7月3日周五 上午6:59写道: > All: > > So with some wailing and knashing of teeth, I was able to build the > IRKernel from source > and install that into my R environment. > > So the tutorial uses r.ir - If I run a paragraph with that I get

%r.ir vs %ir

2020-07-02 Thread David Boyd
All:   So with some wailing and knashing of teeth, I was able to build the IRKernel from source and install that into my R environment. So the tutorial uses r.ir   -  If I run a paragraph with that I get the below stack trace. If I run with just %ir it works (for some paragraphs).  It also

Plotting in plain R interpreter generates no output or error

2020-07-02 Thread David Boyd
All:   So this is a followup to a prior question.  I am running 0.9.0 built 2 days ago from source. I can not run the IR interpreter because there is no version of it for R 3.6 and I can not downgrade R. So in the straight %r interpreter I am trying to get plotting to work. I am running on a s

spark.jars.packages not working in spark interpreter tutorial

2020-07-02 Thread David Boyd
All:    Trying to run the Spark Interpreter tutorial note. The spark.conf paragraph which specifies spark.jars.packages runs clean. But the next paragraph which tries to use the avro jar fails with a class not found for org.apache.spark.sql.avro.AvroFileFormat.DefaultSource Spark is set to r