Joseph Martell

Results 17 comments of Joseph Martell

> @uderline Did you get any further with this? I was trying the same and I am getting the same errors. Sorry, I got no news and I haven't figured...

Hi, I was going to post a comment saying I had the same problem - after spending too many hours - but I just checked one thing before and it...

Hi @sridharpattem I had the same issue with a data flow DB -> NiFi -> Logstash -> Elastic. I basically made an elastic plugin. If you want to have an...

Hi ! You will need to do this step by step: deduplicate each dataset individually (in a new file for example) and then link them. There is no way of...

Hi, There are no couchbase datasource - you can eventually make your own based on other datasources. I am not familiar with couchbase and flink. Can you make a request...

Sorry, I misread your first post. No problem for the json streaming if you're using flink or any other tool designed for streaming. MongoDB has a data source connection but...

I would like to add that the json to parse is not valid. The format (cf. the test file) is ``` {"entry": "1", "name": "John", "last_name": "Doe"} {"entry": "2", "name":...

Hi ! Assuming the build went well, maybe you should add the jars to your `classpath`. `CLASSPATH=/home/..../duke-lucene/target/duke...SNAPSHOT.jar$CLASSPATH` in your `.bashrc` or `.profile`. Don't forget to restart the console or use...

https://v8.docs.nativescript.org/plugins/imagepicker.html#intro gives the `npm install` command and it works for me `ns plugin add secure-storage` doesn't work though because it's probably an old plugin. The provided link doesn't work btw

I think the question was: is it *actually* included in the android build ? You may see the different plugins added during build in the console. It should look like...