I figured what was the issue. I did not install knitr package in R. After
installing the package in R, i restarted the zeppelin and all looks good
now.
On Wed, Nov 16, 2016 at 4:09 PM, Abul Basar wrote:
> Hello DuyHai,
>
> Original problem reported by Arpan Saha is related to Datas
2 and latest Datastax 5.0.3 is still using Spark
>> version 1.6.X
>>
>>
>>
>> On Wed, Nov 16, 2016 at 10:23 AM, Abul Basar wrote:
>>
>>> I am facing a similar issue while using Spark R.
>>>
>>> My environment:
>>>
>>>
I am facing a similar issue while using Spark R.
My environment:
- Spark 2.0.2
- Zeppelin: 0.6.2
- Java 1.8.0_111
- R: 3.3.1
SPARK_HOME is set. I am trying to run a simple paragraph.
%r
print("hello ...")
I get the following exception
*Interpreter Log*
> # getZeppelinR
> .zeppel
u don't need to load
>> spark-csv dependencies anymore.
>>
>> Could you try below instead?
>>
>> val df = sqlContext.read.
>> options(Map("header" -> "true", "inferSchema" -> "true")).
>> csv("hdfs
Hello,
It is exciting to see new release 0.6.1 in a short span after 0.6 release.
I am test driving 0.6.1 with spark 2.0 (Scala 2.11). RDD, DF operations are
working fine. I am facing a problem while using csv package (
https://github.com/databricks/spark-csv).
i added "com.databricks:spark-csv_
.
- AB
On Sunday, 31 July 2016, moon soo Lee wrote:
> Hi,
>
> Thanks for reporting the problem.
>
> I have tried and get first 2 lines of output as well.
> Do you mind file an jira issue for this problem?
> That would help track this issue.
>
> Best,
> moon
>
>
7;t
> have any specific plan for supporting different default interpreter with
> same interpreter setting. Thus, in your case, %r tags is a proper way for
> now. I also don't think it's the best. I hope Zeppelin support this
> feature, too.
>
> Regards,
> Jongyoul
>
Hello Carmella,
By default Zeppelin pulls 1000 records to draw graphs/tables. You can
change the setting in interpreter configuration to fetch more records. Look
for zeppelin.spark.maxResult if you are using Spark for example. One
caveat, more records you pull, slower will be the responsiveness of
rk/ and open it and change it. It will also have a same
> effect.
>
> Hope this help,
> Jongyoul
>
> On Mon, Jul 25, 2016 at 4:39 PM, Abul Basar wrote:
>
>> Hi Krishnaprasad,
>>
>> Yes, I have played around with that feature. What I found is "spark,
>&
Hello All,
I am trying to run the following R commands using spark R.
*%r #Using SparkR interpreter*
*require(ggplot2)*
*fit = lm(price ~ carat, data = diamonds)*
*summary(fit)*
Expected Output (as displayed by R Studio);
Call:
lm(formula = price ~ carat, data = diamonds)
Residuals:
M
ough zeppelin
> web UI.
> Go to the notebook and then settings(up right corner), there you can find
> Interpreter binding option. You can reorder the interpreters by drag and
> drop. The first one will be default.
>
> Hope this helps.
>
> Regards,
> Krishnaprasad
>
> On M
I know there is a way to set up a default interpreter at Zepplin using
zeppelin.interpreters
property in conf/zeppelin-site.xml. The setting is global is nature.
But, is it possible to create a notebook level setting for interpreter? For
example, in a notebook I want to set the default interpreter
What i did: copied the $zeppelin_home/notebook from old version to new. All
previous notebooks worked in new version.
On Sunday, 24 July 2016, Egor Pahomov wrote:
> Hi, I'm trying to move from zeppelin 0.5.6 to zeppelin 0.6 and new
> zeppelin does not read my old notebooks. It's probably I'm d
13 matches
Mail list logo