Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spark Bigquery | 149 | 3 years ago | 6 | November 29, 2017 | 34 | apache-2.0 | Scala | |||
Google BigQuery support for Spark, SQL, and DataFrames | ||||||||||
Bdutil | 114 | 4 years ago | 32 | apache-2.0 | Shell | |||||
[DEPRECATED] Script used to manage Hadoop and Spark instances on Google Compute Engine | ||||||||||
Laravel Spark Google2fa | 82 | 3 years ago | 15 | December 14, 2019 | 1 | mit | PHP | |||
Google Authenticator support for Laravel Spark | ||||||||||
Token Dispenser | 56 | 4 years ago | 9 | gpl-2.0 | Java | |||||
Stores email-password pairs, gives out Google Play Store tokens | ||||||||||
Spark Google Spreadsheets | 46 | 3 years ago | 10 | August 21, 2019 | 7 | apache-2.0 | Scala | |||
Google Spreadsheets datasource for SparkSQL and DataFrames | ||||||||||
Spark_gce | 45 | 8 years ago | 1 | apache-2.0 | Python | |||||
Spark GCE Script Helps you deploy Spark cluster on Google Cloud. | ||||||||||
Google Api Client Codeigniter Spark | 36 | 10 years ago | 1 | apache-2.0 | PHP | |||||
A carbon copy of the Google distributed PHP API Client, made available to the Sparks repository with some integration tips | ||||||||||
Spark Google Analytics | 33 | 6 years ago | 8 | June 21, 2017 | 5 | apache-2.0 | Scala | |||
A Spark package for retrieving data from Google Analytics | ||||||||||
Spark Streaming With Google Cloud Example | 19 | 6 years ago | apache-2.0 | Scala | ||||||
an example of integrating Spark Streaming with Google Pub/Sub and Google Datastore | ||||||||||
Sparkbq | 16 | a year ago | 3 | gpl-3.0 | R | |||||
Sparklyr extension package to connect to Google BigQuery |
bdutil is a command-line script used to manage Apache Hadoop and Apache Spark instances on Google Compute Engine. bdutil manages deployment, configuration, and shutdown of your Hadoop instances.
bdutil depends on the Google Cloud SDK. bdutil is supported in any posix-compliant Bash v3 or greater shell.
See the QUICKSTART file in the docs
directory to learn how to set up your Hadoop instances using bdutil.
git clone https://github.com/GoogleCloudPlatform/bdutil.git
PROJECT
- Set to the project ID for all bdutil commands. The project value will be overridden in the following order (where 1 overrides 2, and 2 overrides 3):
* -p flag value, or if not specified then
* PROJECT value in bdutil_env.sh, or if not specified then
* gcloud default project valueCONFIGBUCKET
- Set to a Google Compute Storage bucket that your project has read/write access to.bdutil --help
for a list of commands.The script implements the following commands, which are very similar:
bdutil create
creates and starts instances, but will not apply most configuration settings. You can call bdutil run_command_steps
on instances afterward to apply configuration settings to them. Typically you wouldn't use this, but would use bdutil deploy
instead.bdutil deploy
creates and starts instances with all the configuration options specified in the command line and any included configuration scripts.The latest release of bdutil is 1.3.5
. This bdutil release installs the following versions of open source components:
-e
argument)The following documentation is useful for bdutil.