
com.google.cloud.hadoop.io.bigquery.BigQueryInputFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigquery-connector Show documentation
Show all versions of bigquery-connector Show documentation
Hadoop 2 MapReduce input and output formats for use with BigQuery
package com.google.cloud.hadoop.io.bigquery;
/**
* A class for migrating users off of BigQueryInputFormat.
*
* @deprecated Use GsonBigQueryInputFormat instead.
*/
@Deprecated
public class BigQueryInputFormat extends GsonBigQueryInputFormat {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy