+
+ Attribute Name |
+ Value |
+ Description |
+
+
+ HBase Version |
+ <%= VersionInfo.getVersion() %>, r<%= VersionInfo.getRevision() %> |
+ HBase version and revision |
+
+
+ HBase Compiled |
+ <%= VersionInfo.getDate() %>, <%= VersionInfo.getUser() %> |
+ When HBase version was compiled and by whom |
+
+
+ Thrift Server Start Time |
+ <%= new Date(startcode) %> |
+ Date stamp of when this Thrift server was started |
+
+
+ Thrift Impl Type |
+ <%= implType %> |
+ Thrift RPC engine implementation type chosen by this Thrift server |
+
+
+ Compact Protocol |
+ <%= compact %> |
+ Thrift RPC engine uses compact protocol |
+
+
+ Framed Transport |
+ <%= framed %> |
+ Thrift RPC engine uses framed transport |
+
+
+