From b7d650e459c2f7526ed017b4ae0e52b6907eb7b0 Mon Sep 17 00:00:00 2001 From: Balazs Meszaros Date: Wed, 14 Mar 2018 17:31:15 +0100 Subject: [PATCH] HBASE-20200 list_procedures fails in shell --- hbase-shell/src/main/ruby/shell/commands/list_procedures.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/hbase-shell/src/main/ruby/shell/commands/list_procedures.rb b/hbase-shell/src/main/ruby/shell/commands/list_procedures.rb index 77335b81f6..68842a0410 100644 --- a/hbase-shell/src/main/ruby/shell/commands/list_procedures.rb +++ b/hbase-shell/src/main/ruby/shell/commands/list_procedures.rb @@ -35,7 +35,6 @@ EOF list = JSON.parse(admin.list_procedures) list.each do |proc| - formatter.row([proc]) submitted_time = Time.at(Integer(proc['submittedTime']) / 1000).to_s last_update = Time.at(Integer(proc['lastUpdate']) / 1000).to_s formatter.row([proc['procId'], proc['className'], proc['state'], -- 2.16.1