spotify / spark-bigquery

Google BigQuery support for Spark, SQL, and DataFrames
Apache License 2.0
155 stars 52 forks source link

Test if this works with DataProc & bdutil #4

Closed nevillelyh closed 8 years ago

nevillelyh commented 8 years ago

Spark clusters created with DataProc or bdutil should have GCS connector and GCP credentials already setup. A user should be able to just load the package and read/write BQ tables.

nevillelyh commented 8 years ago

Verified that it works for Dataproc. Didn't test bdutil since it seems deprecated.