BigQuery
spark.jars=./spark-bigquery-with-dependencies_2.12-0.24.2.jar,./gcs-connector-hadoop2-latest.jarspark.hadoop.fs.gs.impl=com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem export GOOGLE_APPLICATION_CREDENTIALS=path to google service account key fileProperties for reading data from BigQuery:
"data" : [{
"name":"test",
"format":"bigquery",
"props": {
"credentialsFile": "/home/work/product/final/zingg-1/mynotification-46566-905cbfd2723f.json",
"table": "mynotification-46566.zinggdataset.zinggtest",
"viewsEnabled": true
}
}],Properties for writing data to BigQuery:
Notes:
Last updated