This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How would you do the same in python with pyspark? | |
I have written this piece of code but it does not work | |
keyConv = "org.apache.spark.examples.pythonconverters.ImmutableBytesWritableToStringConverter" | |
valueConv = "org.apache.spark.examples.pythonconverters.HBaseResultToStringConverter" | |
data_conf = { | |
"hbase.mapreduce.inputtable": "raw_signals", | |
"hbase.mapreduce.scan.columns": "family1:col1 family2:col2", |