Thanks for responding Jorn. Currently I upload the jar to Google Cloud and run my job not ideal for development. Do you know if we can run this from within our local machine? given that all the required jars are downloaded by SBT anyways.
On 20 January 2017 at 11:22, Jörn Franke <jornfra...@gmail.com> wrote: > It is only on pairdd > > On 20 Jan 2017, at 11:54, A Shaikh <shaikh.af...@gmail.com> wrote: > > Has anyone experience saving Dataset to Bigquery Table? > > I am loading into BigQuery using the following example > <https://cloud.google.com/hadoop/examples/bigquery-connector-spark-example>sucessfully. > This uses RDD.saveAsNewAPIHadoopDataset method to save data. > I am using Dataset(or DataFrame) and looking for saveAsNewAPIHadoopDataset > method but unable to find it. > >