Jorge
Jorge
Hey, I have a dockerfile like this: ... FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8 AS service COPY --from=test_runner /venv /venv ENV PATH=/venv/bin:$PATH When I run the container It cannot find my installed packaged.
**Describe the bug** If you add the parameteres ssl.truststore.location, ssl.truststore.password to the topology_builder.properties and your kafka cluster has security.protocol=SASL_SSL and not ssl the class TopologyBuilderAdminClientBuilder.java:38 takes this config into the...
How do we configure this lib when the mesos masters and slaves has ``` LIBPROCESS_SSL_ENABLED=true LIBPROCESS_SSL_SUPPORT_DOWNGRADE=false ``` This lib is used on cadvisor
Hi Guys, I was trying the new Library and it does not work on Spark 1.6 My Steps: ./spark-shell --jars /Users/jorge/Downloads/postgresql-9.4.1208.jar --driver-memory 4G --driver-cores 2 --packages harsha2010:magellan:1.0.3-s_2.10,com.databricks:spark-csv_2.11:1.4.0,com.databricks:spark-avro_2.10:2.0.1 import org.apache.spark.sql.{Row, SQLContext}...
Hi guys, I'm using your plugin to push images to a private docker registry. It works fine but when I build it locally the image ends up with the naming...
At the moment there is no docs on how to authenticate to the docker registry. Is there a way ?
Hi, It would be nice on the join to add some of the kind of customs ids. Because we need to broadcast all the data around if we want for...
As Argo workflows allows to read parameters from a configmap I think it is very important to have this on sources and on sensors. For example, we share one instance...
Hi Guys, can someone provide an Spark-ts example with ARIMA model for ML. ? Would be nice
Hi, you should add streamingContext.awaitTermination() to your code. Because the stream end and people do not see anything.