I have an Hbase
table and I want to do CRUD operations in real time, and read-write using PHP
with Apache Spark
?
How would I accomplish this?
I have an Hbase
table and I want to do CRUD operations in real time, and read-write using PHP
with Apache Spark
?
How would I accomplish this?
As I understand you probably want to leverage the power of Spark while performing HBase queries from web application back-end. You may take a look at Livy, but as I know it does not allows to create multiple sessions which is usually the case for a web application. And each session needs dedicating resources. Try first to use just HBase, since HBase can support very high rate of requests with low latency. If this is not the case please provide more details.