happybase Questions

1

I am trying to scan BigTable data where some rows are 'dirty' - but this fails depending on the scan, causing (serialization?) InvalidChunk exceptions. the code is as follows: from google.cloud im...
Foreside asked 24/11, 2016 at 14:18

1

Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/hskj/anaconda3/lib/python3.5/site-packages/happybase/connection.py", line 242, in tables names = self.cl...
Eponym asked 28/4, 2017 at 8:20

1

I have a PySpark job that updates some objects in HBase (Spark v1.6.0; happybase v0.9). It sort-of works if I open/close an HBase connection for each row: def process_row(row): conn = happybase....
Allpurpose asked 6/4, 2016 at 15:28

2

Solved

I get this weird error message 15/01/26 13:05:12 INFO spark.SparkContext: Created broadcast 0 from wholeTextFiles at NativeMethodAccessorImpl.java:-2 Traceback (most recent call last): File "/hom...
Chi asked 25/1, 2015 at 22:57
1

© 2022 - 2024 — McMap. All rights reserved.