-
Notifications
You must be signed in to change notification settings - Fork 8
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
As a downstream consumer of aiSSEMBLE, I want my SparkApplications to interface with the v2 SparkHistory chart by default. #95
Comments
peter-mcclonski
added a commit
to peter-mcclonski/aissemble
that referenced
this issue
May 23, 2024
Signed-off-by: Peter McClonski <[email protected]>
peter-mcclonski
added a commit
to peter-mcclonski/aissemble
that referenced
this issue
May 24, 2024
Signed-off-by: Peter McClonski <[email protected]>
peter-mcclonski
added a commit
to peter-mcclonski/aissemble
that referenced
this issue
May 24, 2024
Signed-off-by: Peter McClonski <[email protected]>
peter-mcclonski
added a commit
that referenced
this issue
May 24, 2024
Signed-off-by: Peter McClonski <[email protected]>
peter-mcclonski
added a commit
to peter-mcclonski/aissemble
that referenced
this issue
May 24, 2024
Signed-off-by: Peter McClonski <[email protected]>
peter-mcclonski
added a commit
to peter-mcclonski/aissemble
that referenced
this issue
May 24, 2024
Signed-off-by: Peter McClonski <[email protected]>
peter-mcclonski
added a commit
that referenced
this issue
May 24, 2024
Signed-off-by: Peter McClonski <[email protected]>
liangyun123
pushed a commit
that referenced
this issue
Jun 12, 2024
Signed-off-by: Peter McClonski <[email protected]>
liangyun123
pushed a commit
that referenced
this issue
Jun 12, 2024
Signed-off-by: Peter McClonski <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Definition of Done
Test Steps
test-project-pipeline-models/src/main/resources/pipelines/
:mvn clean install
repeatedly, resolving all manual actions until none remain.test-project-deploy/pom.xml
, replacing<profile>aissemble-spark-infrastructure-deploy</profile>
with<profile>aissemble-spark-infrastructure-deploy-v2</profile>
test-project-deploy/src/main/resources/apps/spark-infrastructure
along with its contents.mvn clean install
Chart.yaml
with the absolute path to the spark-history chart in the local aissemble repository, and re-executemvn clean install
kubectl apply -f
to apply the following yaml:test-project-pipelines/simple-pipeline/src/main/resources/apps/simple-pipeline-base-values.yaml
andtest-project-pipelines/simple-pipeline-python/src/simple_pipeline_python/resources/apps/simple-pipeline-python-base-values.yaml
to remove references tohadoop-aws
andaws-java-sdk-bundle
test-project-pipelines/simple-pipeline/src/main/resources/apps/simple-pipeline-dev-values.yaml
andtest-project-pipelines/simple-pipeline-python/src/simple_pipeline_python/resources/apps/simple-pipeline-python-dev-values.yaml
to remove theirspark.eventLog
configurations.test-project
with the namevalues-migrate-dev.yaml
:spark-application
in yourTiltFile
, adding--values values-migrate-dev.yaml
after--version %s
in both cases.mvn clean install -Dmaven.build.cache.skipCache=true
, resolving any lingering manual actionstilt up
and wait for all resources to be readysimple-pipeline
resource, ensuring it completes successfullysimple-pipeline-python
resource, ensuring it completes successfullylocalhost:18080
simple-pipeline
andsimple-pipeline-python
The text was updated successfully, but these errors were encountered: