Eric:
Other than HBaseConverters.scala, examples/src/main/python/hbase_inputformat.py
was also updated.
FYI
On Mon, Aug 10, 2015 at 11:08 AM, Eric Bless
wrote:
> Thank you Gen, the changes to HBaseConverters.scala look to now be
> returning all column qualifiers, as follows -
>
> (u'row1', {u'qu
Thank you Gen, the changes to HBaseConverters.scala look to now be returning
all column qualifiers, as follows -
(u'row1', {u'qualifier': u'a', u'timestamp': u'1438716994027', u'value':
u'value1', u'columnFamily': u'f1', u'type': u'Put', u'row': u'row1'})
(u'row1', {u'qualifier': u'b', u'timest
Hi,
In fact, Pyspark use
org.apache.spark.examples.pythonconverters(./examples/src/main/scala/org/apache/spark/pythonconverters/)
to transform object of Hbase result to python string.
Spark update these two scripts recently. However, they are not included in
the official release of spark. So you a
I’m having some difficulty getting the desired results fromthe Spark Python
example hbase_inputformat.py. I’m running with CDH5.4, hbaseVersion 1.0.0,
Spark v 1.3.0 Using Python version 2.6.6
I followed the example to create a test HBase table. Here’sthe data from the
table I created – hbase(m