dataproc-templates icon indicating copy to clipboard operation
dataproc-templates copied to clipboard

[Java] [Integration Tests] Move all the gcs input files as part of codebase

Open shashank-google opened this issue 5 months ago • 0 comments

Eg: gcs.spanner.input.location=gs://dataproc-templates/data/avro/empavro gcs.gcs.input.location=gs://dataproc-templates/integration-testing/gcstogcs/csvtoavro/csv/cities.csv gcs.bigtable.input.location=gs://dataproc-templates/data/csv/GCSToBigTable_cities.csv gcs.bigquery.input.location=gs://dataproc-templates/integration-testing/gcstobigquery/cities.csv text.bigquery.input.location=gs://dataproc-templates/data/deflate

should be checked in java/.ci/

Then in stage('Reset Resources') of JenkinsFile it should be overwritten before running the tests.

shashank-google avatar Sep 23 '24 21:09 shashank-google