Hi to all, I'm pretty new to Warp10, trying to wrap my head around configuring it so that I can run python code to upload and fetch data. I'm running the Warp10 Docker container on Windows 10. I managed to upload/fetch/delete data through the WarpStudio. I'm now trying to follow Mathias's blog https://blog.senx.io/the-py4j-plugin-for-warp-10/ I downloaded the 'warp10-plugin-py4j-1.0.0-uberjar.jar' file from the download section of https://warpfleet.senx.io/browse/io.warp10/warp10-plugin-py4j The next instructions are as follow:
*Next, declare the Py4J plugin in the Warp 10 configuration file.* *warp10.plugin.py4j = io.warp10.plugins.py4j.Py4JWarp10Plugin* *Then, if you want to be able to fetch data stored in Warp 10 from Python, set the following property to true:* *egress.clients.expose = true* *After that, restart your Warp 10™ instance for the plugin to be taken into account.* *In the log file <Warp10>/logs/warp10.log, check that the following line appears:* *LOADED plugin 'io.warp10.plugins.py4j.Py4JWarp10Plugin'* First of all, I'm not sure what the 'Warp 10 configuration file' is. Should I add the specified plugin declaration line in '80--plugins.conf' ? Or should I create a specific '80-py4j-plugin.conf' file? I tried both but never managed to see the *LOADED plugin 'io.warp10.plugins.py4j.Py4JWarp10Plugin'* in the Warp10 log after restarting my container. Thanks for your help in advance! CD -- You received this message because you are subscribed to the Google Groups "Warp 10 users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/warp10-users/e8f6a375-d1c8-4ed0-b46e-612e876c9f6b%40googlegroups.com.
