Skip to content

bucaojit/Hortonworks-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Troubleshooting Tools

HBase

Scripts

SnapshotSizes.pl

  • Purpose: To calculate the disk usage of each table snapshot
  • Inputs: Output from hdfs dfs -ls -R /
  • Usage: ./snapshot_sizes.pl hdfs_ls.out
  • Notes: Sorts by size, prints disk usage in human readable format

getHBaseProperty

  • Purpose: To obtain the value in the HBase configuration for given property
  • Input: Property Name
  • Output: Property Value
  • Usage: getHBaseProperty zookeeper.znode.parent

Java Applications

SimpleLoad

Java client application that creates HBase table 'table_example' with column family 'cf1' and loads in an integer row

HDFS

Java

Phoenix

Spark

About

Development and Support tools for HDP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors