Re: pyspark hbase range scan

2015-04-02 Thread gen tang
perform an hbase range scan from pyspark or is that > functionality something that might be supported in the future? > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/pyspark-hbase-range-scan-tp22348.html > Sent from the Apa

Re: pyspark hbase range scan

2015-04-01 Thread Ted Yu
) > scan.setStopRow("test_domain\0email~".getBytes) > def scanToString(scan:Scan): String = { Base64.encodeBytes( > ProtobufUtil.toScan(scan).toByteArray()) } > scanToString(scan) > > > Is there another way to perform an hbase range scan from pyspark or is that > functio

pyspark hbase range scan

2015-04-01 Thread Eric Kimbrel
t might be supported in the future? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/pyspark-hbase-range-scan-tp22348.html Sent from the Apache Spark User List mailing list archive at Nabble.com. -