All Projects → DarkPhoenixs → hbase-meta-repair

DarkPhoenixs / hbase-meta-repair

Licence: Apache-2.0 license
Repair hbase metadata table from hdfs.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to hbase-meta-repair

bigdata-fun
A complete (distributed) BigData stack, running in containers
Stars: ✭ 14 (-61.11%)
Mutual labels:  hbase, hdfs
Bigdata Interview
🎯 🌟[大数据面试题]分享自己在网络上收集的大数据相关的面试题以及自己的答案总结.目前包含Hadoop/Hive/Spark/Flink/Hbase/Kafka/Zookeeper框架的面试题知识总结
Stars: ✭ 857 (+2280.56%)
Mutual labels:  hbase, hdfs
Devops Python Tools
80+ DevOps & Data CLI Tools - AWS, GCP, GCF Python Cloud Function, Log Anonymizer, Spark, Hadoop, HBase, Hive, Impala, Linux, Docker, Spark Data Converters & Validators (Avro/Parquet/JSON/CSV/INI/XML/YAML), Travis CI, AWS CloudFormation, Elasticsearch, Solr etc.
Stars: ✭ 406 (+1027.78%)
Mutual labels:  hbase, hdfs
wasp
WASP is a framework to build complex real time big data applications. It relies on a kind of Kappa/Lambda architecture mainly leveraging Kafka and Spark. If you need to ingest huge amount of heterogeneous data and analyze them through complex pipelines, this is the framework for you.
Stars: ✭ 19 (-47.22%)
Mutual labels:  hbase, hdfs
Repository
个人学习知识库涉及到数据仓库建模、实时计算、大数据、Java、算法等。
Stars: ✭ 92 (+155.56%)
Mutual labels:  hbase, hdfs
BigDataTools
tools for bigData
Stars: ✭ 36 (+0%)
Mutual labels:  hbase, hdfs
Bigdata
💎🔥大数据学习笔记
Stars: ✭ 488 (+1255.56%)
Mutual labels:  hbase, hdfs
aaocp
一个对用户行为日志进行分析的大数据项目
Stars: ✭ 53 (+47.22%)
Mutual labels:  hbase, hdfs
Wifi
基于wifi抓取信息的大数据查询分析系统
Stars: ✭ 93 (+158.33%)
Mutual labels:  hbase, hdfs
Cloud Note
基于分布式的云笔记(参考某道云笔记),数据存储在redis与hbase中
Stars: ✭ 71 (+97.22%)
Mutual labels:  hbase, hdfs
God Of Bigdata
专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive...
Stars: ✭ 6,008 (+16588.89%)
Mutual labels:  hbase, hdfs
Bigdata docker
Big Data Ecosystem Docker
Stars: ✭ 161 (+347.22%)
Mutual labels:  hbase, hdfs
Learning Spark
零基础学习spark,大数据学习
Stars: ✭ 37 (+2.78%)
Mutual labels:  hbase, hdfs
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+30430.56%)
Mutual labels:  hbase, hdfs
DataX-src
DataX 是异构数据广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、SqlServer、Postgre、HDFS、Hive、ADS、HBase、OTS、ODPS 等各种异构数据源之间高效的数据同步功能。
Stars: ✭ 21 (-41.67%)
Mutual labels:  hbase, hdfs
proteomics-metadata-standard
The Proteomics Experimental Design file format: Standard for experimental design annotation
Stars: ✭ 49 (+36.11%)
Mutual labels:  metadata
exiftool-json-db
Maintain a JSON database of photos and videos with their metadata
Stars: ✭ 18 (-50%)
Mutual labels:  metadata
CSM.bundle
No description or website provided.
Stars: ✭ 22 (-38.89%)
Mutual labels:  metadata
metadata-action
GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker
Stars: ✭ 492 (+1266.67%)
Mutual labels:  metadata
ucz-dfs
A distributed file system written in Rust.
Stars: ✭ 25 (-30.56%)
Mutual labels:  hdfs

hbase-meta-repair

Organization GitHub release License

Repair hbase metadata for Apache HBase™ versions before 2.0.3 and 2.1.1 (hbase versions without HBCK2).

Configuration

  • application.properties

    # hbase zk host:port
    zookeeper.address=host:port,host:port,host:port
    # hbase zk root
    zookeeper.nodeParent=/hbase
    # hbase hdfs root
    hdfs.root.dir=hdfs://nameservice/hbase
  • core-site.xml Using profiles on Hadoop clusters(copy from your cluster).

  • hdfs-site.xml Using profiles on Hadoop clusters(copy from your cluster).

  • pom.xml Change hbase.version to your version.

Building repair

$ mvn install

Running repair

$ java -jar -Drepair.tableName={tableName} hbase-repair-{version}.jar
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].