Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apache#76 from mapr/MAPRHBASE-205
Browse files Browse the repository at this point in the history
MAPRHBASE-205 create command fails if {BULKLOAD => 'true'} specified
dmisen authored Jan 6, 2021
2 parents 3c28e16 + 4b306ec commit abac5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbase-shell/src/main/ruby/hbase/admin.rb
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ def initialize(connection)
@conf = connection.getConfiguration
@zk_wrapper = nil
begin
@mapping_rules = com.mapr.fs.hbase.MapRTableMappingRules.new(admin.getConfiguration())
@mapping_rules = com.mapr.fs.hbase.MapRTableMappingRules.new(@admin.getConfiguration())
rescue NameError => e
@mapping_rules = nil
return

0 comments on commit abac5b3

Please sign in to comment.