BigQuery connector code samples

All Dataproc clusters come with the BigQuery connector for Hadoop built in. This means you can quickly read and write BigQuery data to and from Dataproc.

Use Spark

See Using the BigQuery Connector with Spark for an example on using Spark with the BigQuery connector for Hadoop. This example should work for Dataproc clusters.

Use Java MapReduce

See Writing a MapReduce Job with the BigQuery Connector for an example on using Java MapReduce with the BigQuery connector for Hadoop. This example should work for Dataproc clusters.

Additional information

See the BigQuery Hadoop Connector documentation.