snowplow-archive / bigquery-loader-cli

UNMAINTAINED. Prototype CLI app for uploading Snowplow enriched events to BigQuery
http://snowplowanalytics.com
5 stars 3 forks source link

FileNotFoundException: java.io.FileNotFoundException: snowplow_bigquery_refresh_token.properties (No such file or directory) #21

Open jbthummar opened 8 years ago

jbthummar commented 8 years ago

I am running this command : ./bigquery-loader-cli-0.1.0 --create-table "moonshot-1349" "dataset_test_1" "table_test_1" part-00000.gzip It's throwing following error: FileNotFoundException: java.io.FileNotFoundException: snowplow_bigquery_refresh_token.properties (No such file or directory) Exception in thread "main" java.lang.NullPointerException at com.snowplowanalytics.snowplow.bigquery.loader.BigqueryInterface.getCredentials(BigqueryInterface.scala:155) at com.snowplowanalytics.snowplow.bigquery.loader.BigqueryInterface.loadCredentials(BigqueryInterface.scala:135) at com.snowplowanalytics.snowplow.bigquery.loader.BigqueryInterface.(BigqueryInterface.scala:110) at com.snowplowanalytics.snowplow.bigquery.loader.BigqueryLoaderCli$.main(BigqueryLoaderCli.scala:71) at com.snowplowanalytics.snowplow.bigquery.loader.BigqueryLoaderCli.main(BigqueryLoaderCli.scala)

Is there something I am missing?

alexanderdean commented 8 years ago

Hey @jbthummar - the code in question is from an R&D spike from 18 months ago - it's not something we're actively maintaining or supporting. Of course you're welcome to post your question to our Discourse forum on the offchance someone in the community is using this code.