google-cloud-bigtable Questions
2
Solved
Our stack is composed of Google Data Proc (Spark 2.0) and Google BigTable (HBase 1.2.0) and I am looking for a connector working with these versions.
The Spark 2.0 and the new DataSet API su...
Harkins asked 1/12, 2016 at 11:0
1
Solved
I'm using the HBase API to access Google Cloud Bigtable, but whenever I try to delete a column:
Delete delete = new Delete(r.getRow());
delete.addColumn(CF, Bytes.toBytes(d.seqid()));
delete.addCo...
Martainn asked 22/9, 2016 at 23:43
2
Solved
If not, is there any document that list best practices to integration-test an application that uses Cloud Bigtable? Specifically the applications written in Java and Python.
Ref: https://cloud.goo...
Protamine asked 14/10, 2015 at 21:24
1
Solved
I want to store quite a big amount of data on Google Cloud Bigtable (A few PetaBytes) for serving purposes. I plan to access the data using the primary key, sometimes by a key-prefix-query.
No dat...
Darya asked 19/6, 2016 at 21:28
1
Solved
I would like someone from Google to provide some guidelines on the durability and availability guarantees provided by the Cloud Bigtable service.
Here is my understanding so far:
The fact that t...
Sharkey asked 10/6, 2015 at 13:18
1
Solved
Google Cloud BigTable doesn't support coprocessors:
Coprocessors are not supported. You cannot create classes that
implement the interface org.apache.hadoop.hbase.coprocessor.
https://cloud....
Klehm asked 7/5, 2015 at 5:54
© 2022 - 2024 — McMap. All rights reserved.