Below are good readings for HBase, FYI:
1. Bending time in HBase
Explanation on HBase versions.
2. HBase "raw" scans
3. Scanning in HBase
4. Apache HBase Region Splitting and Merging
5. Hbase ACID
6. ACID in Hbase
7. No Relation: The Mixed Blessings of Non-Relational Databases
8. HBase and data locality
9. Migrating an Apache HBase Table Between Different Clusters
10. Apache HBase Write Path
11. Troubleshooting HBase Region Server Failure
12. Understanding HBase column-family performance options
==
Friday, May 16, 2014
Hbase good readings
Related Posts
- Drill good readings
- Spark good readings
- Oozie good readings
- Impala good readings
- YARN good readings
- What does "enable_table_replication" do internally in Hbase replication?
- Hbase master failed to start with error "java.io.IOException: Timedout 300000ms waiting for namespace table to be assigned"
- Hbase replication cheat sheet
- How to modify hbase thrift client code if Hbase Thrift Service enables framed transport and compact protocol
- How to install Thrift and run a sample Hbase thrift job towards Hbase Thrift Gateway on MapR Cluster
Labels:
Good Reading,
HBase
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Many commands can check the memory utilization of JAVA processes, for example, pmap, ps, jmap, jstat. What are the differences? Before we ...
-
Hive table contains files in HDFS, if one table or one partition has too many small files, the HiveQL performance may be impacted. Sometime...
-
This article shows a sample code to load data into Hbase or MapRDB(M7) using Scala on Spark. I will introduce 2 ways, one is normal load us...
-
Hive is trying to embrace CBO(cost based optimizer) in latest versions, and Join is one major part of it. Understanding join best practices ...
-
This is a cookbook for scala programming. 1. Define a object with main function -- Helloworld. object HelloWorld { def main(args: Array...
-
Goal: How to build and use parquet-tools to read parquet files. Solution: 1. Download and Install maven. Follow below link: http://...
-
Goal: This article explains the configuration parameters for Oozie Launcher job.
-
Goal: How to control the number of Mappers and Reducers in Hive on Tez.
-
Goal: This article research on how Spark calculates the Decimal precision and scale using GPU or CPU mode. Basically we will test Addition/S...
-
Env: PostgreSQL or Greenplum Symptom: COPY from a file into a table fails with error: ERROR: invalid byte sequence for encoding ...
No comments:
Post a Comment