Building web rest API on top of Hadoop and Hive -


this first time work hadoop , hive/hbase i'm not sure how setup infrastructure properly.

the story is, have hadoop environment master , clusters (i'm using hdp 2.4.2.0-258). need build restful api on top of this, 1 of requirement response time no longer 2 seconds. realized either hive or hbase, running mapreduce job take 1 minute, or more when data getting larger. no matter client it, tried cli, jdbc, ... they're "slow".

my question is, how can build restful api on top of hadoop/hive/hbase quick response? effective infrastructure implementation?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -