ndimiduk commented on pull request #2232:
URL: https://github.com/apache/hbase/pull/2232#issuecomment-672345272
There's also,
```
===============================================================================
Error:
test_describe_should_return_a_description_and_quotas(Hbase::AdminMethodsTest):
NoMethodError: undefined method `toStringTableAttributes' for
#<Java::OrgApacheHadoopHbaseClient::TableDescriptorBuilder::ModifyableTableDescriptor:0x421757ca>
Did you mean? toStringCustomizedValues
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/main/ruby/hbase/admin.rb:590:in
`get_table_attributes'
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/main/ruby/shell/commands/describe.rb:40:in
`command'
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/main/ruby/shell/commands.rb:49:in
`block in command_safe'
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/main/ruby/shell/commands.rb:122:in
`translate_hbase_exceptions'
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/main/ruby/shell/commands.rb:49:in
`command_safe'
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/main/ruby/shell.rb:199:in
`internal_command'
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/main/ruby/shell.rb:191:in
`command'
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/test/ruby/test_helper.rb:55:in
`command'
src/test/ruby/hbase/admin_test.rb:528:in `block in
test_describe_should_return_a_description_and_quotas'
525: LIMIT => '1G',
526: POLICY => NO_INSERTS,
527: TABLE => @create_test_name)
=> 528: output = capture_stdout { command(:describe,
@create_test_name) }
529:
530: assert(output.include?("Table #{@create_test_name} is
ENABLED"))
531: assert(output.include?('COLUMN FAMILIES DESCRIPTION'))
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-2232/yetus-jdk11-hadoop3-check/src/hbase-shell/src/test/ruby/test_helper.rb:161:in
`capture_stdout'
src/test/ruby/hbase/admin_test.rb:528:in `block in
test_describe_should_return_a_description_and_quotas'
===============================================================================
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]