Skip to content

Commit

Permalink
Merge pull request cdapio#267 from cdapio/upgrade-gcs-hadoop-connector
Browse files Browse the repository at this point in the history
upgrade gcs hadoop connector
  • Loading branch information
itsankit-google authored Feb 6, 2025
2 parents 415f2b0 + 95d6231 commit 9bb099e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scripts/run_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def run_shell_command(cmd):
z.extractall("./sandbox")

print("Installing gcs connector jar")
gcs_jar_url = "https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-hadoop2-2.2.16.jar"
gcs_jar_fname = f"sandbox/{sandbox_dir}/lib/gcs-connector-hadoop2-2.2.9.jar"
gcs_jar_url = "https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-hadoop3-2.2.21.jar"
gcs_jar_fname = f"sandbox/{sandbox_dir}/lib/gcs-connector-hadoop3-2.2.21.jar"
urllib.request.urlretrieve(gcs_jar_url, gcs_jar_fname)

print("Start the sandbox")
Expand Down

0 comments on commit 9bb099e

Please sign in to comment.