RE: Precode for abstract interpreters

2021-10-20 Thread Daubignard Marion
Hi, Thanks for your help. I'll see what I do in the end. This is why I wanted some kind of "precode" executed for the bash launched by the interpreter launcher. Once everything is done, I figured changeing stuff was OK. Regards, Marion -Message d'origine- De : Jeff Zhang

Problem with contrib interpreter when Dockerizing

2021-10-20 Thread Daubignard Marion
Hi everyone, So I've been trying to write my own interpreter for Splunk, because I haven't found any. I'm running into a problem, and we've been struggling with it for 2 days now. So maybe one of you will have ideas, especially if you have tried running a contrib interpreter in a dockerized

zeppelin jobmanager in local mode

2021-10-20 Thread Lior Chaga
Hi, Running zeppelin in local mode, I get no data in the job manager. Just showing spinning wheel: [image: image.png] Zeppelin log shows this every time I try to refresh: INFO [2021-10-20 13:08:31,991] ({qtp631659383-4139} NotebookServer.java[onClose]:474) - Closed connection to

notebook rest api: type of image block info

2021-10-20 Thread Alessandro Busato
Hello, I'm using rest api to retrieve note/paragraph informations, the paragraph response includes results array, if the item type is IMG , the one is encoded base64, there no info about the mime of image(ie. data: image/png;base64, ), can I assume that for any interepreter, images are only

Re: Precode for abstract interpreters

2021-10-20 Thread Jeff Zhang
It works for me, but it is not recommended to set PATH which is used by interpreter process launcher. It may cause interpreter fail to launch. [image: image.png] Daubignard Marion 于2021年10月19日周二 下午5:40写道: > Thanks for the answer. It works on some level, but if I set PATH using > $PATH for