-
-
Notifications
You must be signed in to change notification settings - Fork 7
fix(spark-anomaly-detection): Adjust Trino HTTPS connection #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(spark-anomaly-detection): Adjust Trino HTTPS connection #251
Conversation
demos/spark-k8s-anomaly-detection-taxi-data/setup-superset.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few tidy ups
demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml
Outdated
Show resolved
Hide resolved
demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml
Outdated
Show resolved
Hide resolved
demos/spark-k8s-anomaly-detection-taxi-data/setup-superset.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Nick <[email protected]>
Co-authored-by: Nick <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- pipefail | ||
- -c | ||
- | | ||
curl -L -o superset-assets.zip sets.zip https://raw.githubusercontent.com/stackabletech/demos/main/demos/spark-k8s-anomaly-detection-taxi-data/superset-assets.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is typo here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you be more specific?
Is the indentation a problem? ie:
curl -L -o superset-assets.zip sets.zip https://raw.githubusercontent.com/stackabletech/demos/main/demos/spark-k8s-anomaly-detection-taxi-data/superset-assets.zip | |
curl -L -o superset-assets.zip sets.zip https://raw.githubusercontent.com/stackabletech/demos/main/demos/spark-k8s-anomaly-detection-taxi-data/superset-assets.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the sets.zip
is too much and it looks like a left over that breaks the curl output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remember to copy this zip to other demos that have one (though I'm unsure if they are all equal).
* fix(demo/trino-taxi-data): Use new listener service * fix(demo/trino-taxi-data): Use updated superset config - See: #251 * chore: Bump Trino worker by 2GB RAM * fix(demo/trino-taxi-data): Disable ANALYZE step - See: trinodb/trino#26214
superset-assets.zip
withhttp_scheme: "https"
in order to avoid the HTTP/HTTPs problems when using the Trino connection