Skip to content

Commit cb0ced6

Browse files
authored
Fix links for Dataproc Repositories in README.md (#174)
1 parent d34a23d commit cb0ced6

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

README.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,26 @@ See each directories README for more information.
2222
You can find more Dataproc resources in these github repositories:
2323

2424
### Dataproc projects
25-
* [Dataproc initialization
26-
actions](https://github.com/GoogleCloudPlatform/dataproc-initialization-actions)
25+
* [Dataproc initialization actions](https://github.com/GoogleCloudDataproc/initialization-actions)
2726
* [GCP Token Broker](https://github.com/GoogleCloudPlatform/gcp-token-broker)
28-
* [Dataproc Custom Images](https://github.com/GoogleCloudPlatform/dataproc-custom-images)
29-
* [Dataproc Spawner](https://github.com/GoogleCloudPlatform/dataprocspawner)
27+
* [Dataproc Custom Images](https://github.com/GoogleCloudDataproc/custom-images)
28+
* [JupyterHub Dataproc Spawner](https://github.com/GoogleCloudDataproc/jupyterhub-dataprocspawner)
3029

3130
### Connectors
32-
* [Hadoop/Spark GCS Connector](https://github.com/GoogleCloudPlatform/bigdata-interop/tree/master/gcs)
33-
* [Spark BigQuery Connector](https://github.com/GoogleCloudPlatform/spark-bigquery-connector)
34-
* [Hadoop BigQuery Connector](https://github.com/GoogleCloudPlatform/bigdata-interop/tree/master/bigquery)
35-
* [Spark Pubsub Connector](https://github.com/GoogleCloudPlatform/bigdata-interop/tree/master/pubsub)
36-
* [Spark Spanner Connector](https://github.com/GoogleCloudPlatform/cloud-spanner-spark-connector)
37-
* [Hive Bigquery Storage Handler](https://github.com/GoogleCloudPlatform/hive-bigquery-storage-handler)
38-
39-
### Kubernetes Operators
40-
* [Spark kubernetes operator](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator)
41-
* [Flink kubernetes operator](https://github.com/GoogleCloudPlatform/flink-on-k8s-operator)
31+
* [Hadoop/Spark GCS Connector](https://github.com/GoogleCloudDataproc/hadoop-connectors/tree/master/gcs)
32+
* [Spark BigTable Connector](https://github.com/GoogleCloudDataproc/spark-bigtable-connector)
33+
* [Spark BigQuery Connector](https://github.com/GoogleCloudDataproc/spark-bigquery-connector)
34+
* [Flink BigQuery Connector](https://github.com/GoogleCloudDataproc/flink-bigquery-connector)
35+
* [Spark Spanner Connector](https://github.com/GoogleCloudDataproc/spark-spanner-connector)
36+
* [Hive BigQuery Connector](https://github.com/GoogleCloudDataproc/hive-bigquery-connector)
37+
* [Hive Bigquery Storage Handler](https://github.com/GoogleCloudDataproc/hive-bigquery-storage-handler) [No Longer Maintained]
38+
* [Dataproc JDBC Connector](https://github.com/GoogleCloudDataproc/dataproc-jdbc-connector)
4239

4340
### Examples
44-
* [Dataproc Python
45-
examples](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/dataproc)
41+
* [Dataproc Python examples](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/dataproc/snippets)
4642
* [Dataproc Pubsub Spark Streaming example](https://github.com/GoogleCloudPlatform/dataproc-pubsub-spark-streaming)
47-
* [Dataproc Java Bigtable sample](https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/tree/master/java/dataproc-wordcount)
48-
* [Dataproc Spark-Bigtable samples](https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/tree/master/scala)
43+
* [Dataproc Java Bigtable sample](https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/tree/main/java/dataproc-wordcount)
44+
* [Dataproc Spark-Bigtable samples](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/bigtable/spark)
4945

5046
## For more information
5147
For more information, review the [Dataproc

0 commit comments

Comments
 (0)