Thanks Adamantios,
I created a Dockerfile in order to aoutomate the process, feel free to use
it:
https://gist.github.com/conker84/4ffc9a2f0125c808b4dfcf3b7d70b043
Il giorno gio 5 lug 2018 alle ore 13:00 Adamantios Corais <
adamantios.cor...@gmail.com> ha scritto:
> Hi Andrea,
>
> The followin
Hi Andrea,
The following workaround works for me (but maybe there are other
alternatives too):
- downloaded spark spark-2.3.1-bin-hadoop2.7
- renamed the zeppelin-env.sh.template to zeppelin-env.sh
- appended the following line in the above file: export
SPARK_HOME=../../spark-2.3.1-bin-hadoop2.7/
Thanks Jeff,
is there a workaround in order to make it work now?
Il giorno gio 5 lug 2018 alle ore 12:42 Jeff Zhang ha
scritto:
>
> This is due to hadoop version used in embedded spark is 2.3 which is too
> lower. I created https://issues.apache.org/jira/browse/ZEPPELIN-3586 for
> this issue. Su
This is due to hadoop version used in embedded spark is 2.3 which is too
lower. I created https://issues.apache.org/jira/browse/ZEPPELIN-3586 for
this issue. Suppose it will be fixed in o.8.1
Andrea Santurbano 于2018年7月5日周四 下午3:35写道:
> I agree that is not for production, but if want to do a simp
I agree that is not for production, but if want to do a simple blog post
(and that's what I'm doing) I think it's a well suited solution.
Is it possible to fix this?
Thanks
Andrea
Il giorno gio 5 lug 2018 alle ore 02:29 Jeff Zhang ha
scritto:
>
> This might be due to the embedded spark version.
This might be due to the embedded spark version. I would recommend you to
specify SPARK_HOME instead of using the embedded spark, the embedded spark
is not for production.
Andrea Santurbano 于2018年7月5日周四 上午12:07写道:
> I have the same issue...
> Il giorno mar 3 lug 2018 alle 23:18 Adamantios Corai
I have the same issue...
Il giorno mar 3 lug 2018 alle 23:18 Adamantios Corais <
adamantios.cor...@gmail.com> ha scritto:
> Hi Jeff, I am using the embedded Spark.
>
> FYI, this is how I start the dockerized (yet old) version of Zeppelin that
> works as expected.
>
> #!/bin/bash
>> docker run --rm
Hi Jeff, I am using the embedded Spark.
FYI, this is how I start the dockerized (yet old) version of Zeppelin that
works as expected.
#!/bin/bash
> docker run --rm \
> --name zepelin \
> -p 127.0.0.1:9090:8080 \
> -p 127.0.0.1:5050:4040 \
> -v $(pwd):/zeppelin/notebook \
> apache/zeppelin:0.7.3
Do you use the embeded spark or specify SPARK_HOME ? If you set SPARK_HOME,
which spark version and hadoop version do you use ?
Adamantios Corais 于2018年7月3日周二 上午12:32写道:
> Hi,
>
> I have downloaded the latest binary package of Zeppelin (ver. 0.8.0),
> extracted, and started as follows: `./bin/z