Hi,
I'm not familiar with geomesa but you don't have to build Zeppelin with a
specific Spark version because Zeppelin support all of external Spark
without rebuilding it. I suggest you download binary version and extract it
and set `SPARK_HOME` inside conf/zeppelin-env. As you mentioned, it might
All: Ok more details after sifting through logs. This appears to be a
dependency issue. In the interpreter log I
am seeing:
ERROR [2018-05-08 23:27:27,331] ({SparkListenerBus}
Logging.scala[logError]:91) - uncaught error in thread
SparkListenerBus, stopping SparkContext
java.lang.NoSuchMet
And warning!
Trying to answer the above, I've disconnected my websocket.
I'll figure it out and report back
On Tue, May 8, 2018 at 6:28 PM, Sam Nicholson wrote:
> So,
>
> I run the zeppelin process as the web user on my system. There is no
> other web process, so why not.
>
> Then, UNIX permis
All:
I am following the instructions here:
http://www.geomesa.org/documentation/current/user/spark/zeppelin.html
To use geomesa spark with zeppelin.
Whenever I add the artifact dependency I get the following error on any
code I try to run (this includes the basic features -spark
tutorial)
So,
I run the zeppelin process as the web user on my system. There is no other
web process, so why not.
Then, UNIX permissions keep it from running, accessing, deleting anything
else. EXCEPT items that are world writeable.
There shouldn't be any of those, other than /tmp, but still /tmp is a
h
Dear Zeppelin Community,
Currently when a Zeppelin paragraph is executed, the code in it can read
sensitive config files, change them, including web app pages and etc. Like
in this example:
%python
f = open("/usr/zeppelin/conf/credentials.json", "r")
f.read()
Do you know if is there a way to con
Hi,I use the zeppelin 0.8 which configured with shiro autentication. There
has two role: admin and common. When using the jdbc interpreter, admin has
set the default.url, such as jdbc:mysql://xx/dbname, but did not set
other properties, i.e user, password. So when a common user who has no
permi