Member since
01-27-2017
6
Posts
1
Kudos Received
0
Solutions
03-21-2017
05:27 AM
6 Kudos
@Joseph Hawkins - You can just have the value as "/grid/hadoop/hdfs/dn,/grid1/hadoop/hdfs/dn" if they are simple directories on the file system. This is the list of directories where the data will be stored. However, if you have Heterogeneous storage (like DISK, SSD, ARCHIVE or RAM_DISK) you would need to append the File URI. Below is a very good article explaining HDFS Metadata Directories: https://hortonworks.com/blog/hdfs-metadata-directories-explained/
... View more
05-09-2017
10:41 PM
It happens when master is getting timeout while initializing the namespace table. (As far I know) Increase the value for hbase.master.namespace.init.timeout in hbase-site.xml
... View more