Home > other >  Hbase Hmaster disappear after launch
Hbase Hmaster disappear after launch

Time:09-19

The 2020-04-10 11:45:18, 557 ERROR [main] master. HMasterCommandLine: master exiting
Java. Lang. RuntimeException: Failed construction of Master: class org.. Apache hadoop, hbase. Master. HMaster.
At org, apache hadoop. Hbase. Master. HMaster. ConstructMaster (HMaster. Java: 2824)
At org, apache hadoop. Hbase. Master. HMasterCommandLine. StartMaster (HMasterCommandLine. Java: 234)
At org, apache hadoop. Hbase. Master. HMasterCommandLine. Run (138) HMasterCommandLine. Java:
At org, apache hadoop. Util. ToolRunner. Run (70) ToolRunner. Java:
At org, apache hadoop. Hbase. Util. ServerCommandLine. DoMain (127) ServerCommandLine. Java:
At org, apache hadoop. Hbase. Master. HMaster. Main (2834) HMaster. Java:
Under Caused by: Java. Lang. A NumberFormatException: For input string: "true"
The at Java. Lang. A NumberFormatException. ForInputString (65). A NumberFormatException Java:
The at Java. Lang. Integer. ParseInt (Integer. Java: 580)
The at Java. Lang. Integer. ParseInt (Integer. Java: 615)
At org, apache hadoop. Conf. Configuration. Get int (1258) Configuration. Java:
At org, apache hadoop. HDFS. DFSClient $Conf., & lt; init> (DFSClient. Java: 401)
At org, apache hadoop. HDFS. DFSClient. & lt; init> (DFSClient. Java: 638)
At org, apache hadoop. HDFS. DFSClient. & lt; init> (DFSClient. Java: 619)
At org, apache hadoop. HDFS. DistributedFileSystem. The initialize (DistributedFileSystem. Java: 149)
At org, apache hadoop. Fs. FileSystem. CreateFileSystem (2669) FileSystem. Java:
At org, apache hadoop. Fs. FileSystem. Access the $200 (94) FileSystem. Java:
At org, apache hadoop. Fs. $Cache FileSystem. GetInternal (2703) FileSystem. Java:
At org, apache hadoop. Fs. $Cache FileSystem. Get (2685) FileSystem. Java:
At org, apache hadoop. Fs. FileSystem. Get (373) FileSystem. Java:
At org, apache hadoop. Fs. Path. GetFileSystem (295) Path. Java:
At org, apache hadoop. Hbase. Util. FSUtils. GetRootDir (FSUtils. Java: 1036)
At org, apache hadoop. Hbase. Util. FSUtils. IsValidWALRootDir (FSUtils. Java: 1079)
At org, apache hadoop. Hbase. Util. FSUtils. GetWALRootDir (FSUtils. Java: 1061)
At org, apache hadoop. Hbase. Regionserver. HRegionServer. InitializeFileSystem (HRegionServer. Java: 667)
At org, apache hadoop. Hbase. Regionserver. HRegionServer. & lt; init> (HRegionServer. Java: 610)
At org, apache hadoop. Hbase. Master. HMaster. & lt; init> (HMaster. Java: 450)
At sun. Reflect. NativeConstructorAccessorImpl. NewInstance0 (Native Method)
At sun. Reflect. NativeConstructorAccessorImpl. NewInstance (NativeConstructorAccessorImpl. Java: 62)
At sun. Reflect. DelegatingConstructorAccessorImpl. NewInstance (DelegatingConstructorAccessorImpl. Java: 45)
The at Java. Lang. Reflect. Constructor. NewInstance (423) Constructor. Java:
At org, apache hadoop. Hbase. Master. HMaster. ConstructMaster (HMaster. Java: 2817)
. 5 more

CodePudding user response:

Go to see the specific error log file of HBASE,
  • Related