Getting data directly from a website to a hdfs
问题 How do I get data directly which is entering on a website concurrently on hdfs? 回答1: If you plan to have High availability read and writes, then you can use Hbase to store the data. If you are using REST API, you can store the data directly to Hbase as it has dedicated Hbase REST API that can store into Hbase Tables. 1) Linear and modular scalability. 2) Strictly consistent reads and writes. 3) Automatic and configurable sharding of tables. For more about HBase :- https://hbase.apache.org/