Bruno Bonnin

Results 30 comments of Bruno Bonnin

Hi, I have made a quick fix. The steps: * Set the base URL you want to use: `export PE_BASE_URL=pulsar-express` * Rebuild the docker image: `npm run docker-build` (or `docker...

Yes, you're right about that. The problem is that the tool supports multiple clusters, so the cluster must also be a parameter or it should be accessible somewhere. Any suggestions...

Maybe a url like that: `/topics/cluster-name/persistent_type/tenant_name/namespace_name/topic_name`

In some cases, on some very weird projects , you can have a pom.xml and package.json in the same directory ;)

I agree for asking which file to use, but never use a priority, it's error prone !! And by default, package.json will be read, so no complexity added

Remove option `-x`, add file detection and asking for which file to use in case of conflict

Hello, It seems that a slf4j lib is missing (Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory) Have you tried other interpreters ? The mongodb interpreter depends on zeppelin-interpreter that has slf4j as a...

Hello At the moment, there is no way to have a global variable storing the result of a query and that be reused in another paragraph. But, in some cases,...

Hi, The mongo shell is started with `--quiet` option to avoid this kind of messages. Can you provide the script and the version of mongo ? Thanks !