reminia
reminia
spark-operator examples are using invalid image (gcr.io) and switching to ghcr.io breaks them anyway
@PuszekSE I guess you're using a wrong image like `ghcr.io/googlecloudplatform/spark-operator:v1beta2-1.3.3-3.1.1`, this image is for spark-operator. You should use a spark image like `apache/spark:3.3.1`.
spark-operator examples are using invalid image (gcr.io) and switching to ghcr.io breaks them anyway
@PuszekSE yep, the image u used is for spark-operator not for spark. That's the problem. It's released regularly for the operator.Try what I said, using a spark image instead. I...
spark-operator examples are using invalid image (gcr.io) and switching to ghcr.io breaks them anyway
@Suozz Your spark-pi job is using 3.1.1 from the WARN log, you can fix it by using apache-spark v3.1.1.
@ChadFulton As your comment, two model needed to predict based on new data. But what if I want to use a fixed model for a long time, and to predict...
@ChadFulton Thanks very much. This is very helpful. If dataset_A is followed by dataset_B , then: modelB = sm.tsa.SARIMAX(dataset_A + dataset_B, order=(3, 0, 3)) right?
+1, have to quit and enter again.