Skip to content

Commit

Permalink
Update references of azure container
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Jun 15, 2024
1 parent ce0d7ba commit 8b5d7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ test_iceberg_example_in_pod_with_azure_using_abfss(){
# Number of driver pods that exist in the namespace already.
PREVIOUS_DRIVER_PODS_COUNT=$(kubectl get pods --sort-by=.metadata.creationTimestamp -n ${NAMESPACE} | grep driver | wc -l)

iceberg_script=$(construct_resource_uri spark test-iceberg.py abfss)
warehouse_path=$(construct_resource_uri spark warehouse abfss)
iceberg_script=$(construct_resource_uri $AZURE_CONTAINER test-iceberg.py abfss)
warehouse_path=$(construct_resource_uri $AZURE_CONTAINER warehouse abfss)
# Submit the job from inside 'testpod'
kubectl -n $NAMESPACE exec testpod -- \
env \
Expand Down

0 comments on commit 8b5d7d5

Please sign in to comment.