-
Issue Type: Feature Request
*Context*
- Managed Dependencies: on
- Cloud SDK Version: 412.0.0
- Skaffold Version: v2.0.3
- Minikube Version: 1.28.0
Hello, I would like a way to be able to co…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Now that this can be used on a Dataproc cluster using `hailctl dataproc start cluster --packages gnomad`, are `gnomad-init.sh` and `master-init.sh` still necessary?
-
CC @jacobtomlinson
Following the [instructions to deploy RAPIDS in Dataproc](https://docs.rapids.ai/deployment/stable/cloud/gcp/dataproc/):
1. I was able to successfully launch a dataproc c…
-
BQ table:
```
CREATE TABLE `my_proj.my_dataset.my_table`(
id STRING,
source_id STRING,
TRUE_INDY_NAME STRING,
dt DATE)
PARTITION BY dt
CLUSTER BY source_id;
```
Hive Table: (GCP dataproc 2…
-
```
Issue running command [gcloud beta dataproc jobs submit pyspark].
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional in…
-
```
Issue running command [gcloud dataproc operations describe].
What steps will reproduce the problem?
Within project, google.com:pm-hackathon
gcloud dataproc operations describe bc6f9c32-1b1c-4aeb-…
-
### **Feature Request**
Supposed I used bigframes and processed my data like this:
`res_df = df.assign(pred=input_remote_function.apply(generate_text))`
And got this output dataframe **res_df**:…
-
When I try to increase the number of worker nodes from 2 to 3 it now registers as an `update` instead of a `replace` but the request fails with a `400` error. It seems like maybe `updateMask` noted he…
-
### What would you like to happen?
We currently have [HCatalog IO](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/hcatalog/HCatalogIO.html) to read and write to a Hive store.…