zeppelin-mongodb-interpreter
zeppelin-mongodb-interpreter copied to clipboard
mongodb couldnt find in the interpreter list.
i am using hdp with zeppelin 0.6. I configured mongo interpreter with your config. Zeppelin takes arguments from hdp by default. Why i cant see mongo interpreter in the interpreter list.attached the files that i updated. i cant see any logs about mongo interpreter also.
InterpreterFactory.java[init]:111) - Rea ding /usr/hdp/current/zeppelin-server/lib/interpreter/spark INFO [2017-11-16 13:38:36,968] ({main} InterpreterFactory.java[init]:128) - Int erpreter spark.spark found. class=org.apache.zeppelin.spark.SparkInterpreter INFO [2017-11-16 13:38:37,560] ({main} InterpreterFactory.java[init]:128) - Int erpreter spark.pyspark found. class=org.apache.zeppelin.spark.PySparkInterpreter
same issue on 0.7.0 verison
Have you tried without updating the zeppelin-site.xml ? Now, you just have to create the directory interpreter/mongodb and copy the interpreted jar in the this directory. Automatically, after a restart, zeppelin is able to discover the new interpreter.
just redownloaded zeppelin-0.7.0 and create interpreter/mongodb and paste that jar file to the directory and the start local-host:8080, still can't find mongodb interpreter.
Have you renamed the file that I provide in the release page (from zeppelin-mongodb-0.7.0.zip to zeppelin-mongodb-0.7.0.jar) ?
Yes, zeppelin-mongodb-0.7.0.jar
In such a case, there is another way to get the interpreter:
- go to the interpreters page
- create a new interpreter: you should have mongodb in the interpreter group
- set the name of the interpreter (mongodb is a good one :-)) And it should work.
no mongodb in group list
I have tested again with a fresh rebuilt of zeppelin 0.7.0, and it works. Maybe you have some errors in your logs ?
using zeppelin 0.8.0 on ubuntu 18 i got this problem :
i have to create the interpreter because i cannot see it in the list, but when creating it, i cannot edit the field :
any idea ?
I try all the tips you already give in this thread without success.
I think you must create all configuration manually and delete replicate name using action
OK i have directly modify the interpreter/mongodb/zeppelin-mongodb-0.7.0.jar , by changing the file interpreter-setting.json .
After a zeppelin restart, i create the mongodb interpreter, i use it once, and now i can edit the field !
Great ! Thank you for all the work.