HBASE-27336 The region visualizer shows 'undefined' region server (#4736)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
37651ee1b0
commit
fa02350a27
|
@ -33,7 +33,7 @@ limitations under the License.
|
|||
format: { type: 'json', property: 'data' }
|
||||
},
|
||||
transform: [
|
||||
{ calculate: "split(datum.server_name.servername, ',', 1)[0]", as: 'server_name' },
|
||||
{ calculate: "split(datum.server_name.server_name, ',', 1)[0]", as: 'server_name' },
|
||||
{ calculate: 'values(datum.region_status)', as: 'region_status' },
|
||||
{ flatten: ['region_status'] },
|
||||
{ calculate: "split(datum.region_status.name, ',', 1)[0]", as: 'table_name' },
|
||||
|
|
Loading…
Reference in New Issue