From user-return-18954-apmail-hbase-user-archive=hbase.apache.org@hbase.apache.org Fri May 6 07:39:14 2011 Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA82B320A for ; Fri, 6 May 2011 07:39:14 +0000 (UTC) Received: (qmail 13937 invoked by uid 500); 6 May 2011 07:39:13 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 13862 invoked by uid 500); 6 May 2011 07:39:10 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 13835 invoked by uid 500); 6 May 2011 07:39:09 -0000 Delivered-To: apmail-hadoop-hbase-user@hadoop.apache.org Received: (qmail 13826 invoked by uid 99); 6 May 2011 07:39:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 07:39:09 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 07:39:04 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1QIFcZ-0005F3-77 for hbase-user@hadoop.apache.org; Fri, 06 May 2011 00:38:43 -0700 Message-ID: <31556748.post@talk.nabble.com> Date: Fri, 6 May 2011 00:38:43 -0700 (PDT) From: Priya A To: hbase-user@hadoop.apache.org Subject: Re: hbase table creation In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: priya8724@gmail.com References: <31515918.post@talk.nabble.com> I have tried what you told but it still shows me errors as same as above.. sulabh choudhury wrote: > > You have to define at least 1 column family name while creating a > table.... > hbase(main):010:0> create 'test', {NAME =>'columnFamily' } > > > On Sun, May 1, 2011 at 12:40 AM, Priya A wrote: > >> >> I m new to hbase.. >> >> here there is some errors as follows: while creatin hbase table and >> trying >> to display.. >> >> hbase(main):010:0> create 'test' >> 11/05/01 12:40:47 DEBUG zookeeper.ZooKeeperWrapper: Read ZNode >> /hbase/root-region-server got 192.168.1.72:60020 >> 11/05/01 12:40:47 DEBUG client.HConnectionManager$TableServers: Found >> ROOT >> at 192.168.1.72:60020 >> 11/05/01 12:40:47 DEBUG client.HConnectionManager$TableServers: Cached >> location address: 192.168.1.60:60020, regioninfo: REGION => {NAME => >> '.META.,,1', STARTKEY => '', ENDKEY => '', ENCODED => 1028785192, TABLE >> => >> {{NAME => '.META.', IS_META => 'true', MEMSTORE_FLUSHSIZE => '16384', >> FAMILIES => [{NAME => 'historian', VERSIONS => '2147483647', COMPRESSION >> => >> 'NONE', TTL => '604800', BLOCKSIZE => '8192', IN_MEMORY => 'false', >> BLOCKCACHE => 'false'}, {NAME => 'info', VERSIONS => '10', COMPRESSION => >> 'NONE', TTL => '2147483647', BLOCKSIZE => '8192', IN_MEMORY => 'false', >> BLOCKCACHE => 'false'}]}} >> 11/05/01 12:40:47 DEBUG client.HConnectionManager$TableServers: >> locateRegionInMeta attempt 0 of 5 failed; retrying after sleep of 2000 >> org.apache.hadoop.hbase.client.NoServerForRegionException: No server >> address >> listed in .META. for region test,,1304233847051 >> at >> >> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegionInMeta(HConnectionManager.java:668) >> at >> >> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:594) >> at >> >> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:557) >> at >> org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:169) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >> at >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:616) >> at >> >> org.jruby.javasupport.JavaMethod.invokeWithExceptionHandling(JavaMethod.java:298) >> at org.jruby.javasupport.JavaMethod.invoke(JavaMethod.java:259) >> at >> >> org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:44) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:112) >> at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:201) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:162) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:152) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.method__7$RUBY$create(hirb.rb:324) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirbInvokermethod__7$RUBY$createOpt.call(hirb#create) >> at >> >> org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:243) >> at >> >> org.jruby.internal.runtime.methods.CompiledMethod.call(CompiledMethod.java:216) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:112) >> at >> org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.RootNode.interpret(RootNode.java:129) >> at >> org.jruby.evaluator.ASTInterpreter.evalWithBinding(ASTInterpreter.java:98) >> at org.jruby.RubyKernel.eval(RubyKernel.java:885) >> at >> >> org.jruby.RubyKernel$s_method_0_3$RUBYFRAMEDINVOKER$eval.call(org/jruby/RubyKernel$s_method_0_3$RUBYFRAMEDINVOKER$eval.gen) >> at >> >> org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:136) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:30) >> at >> org.jruby.ast.FCallManyArgsNode.interpret(FCallManyArgsNode.java:60) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:101) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:113) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:117) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:30) >> at >> org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) >> at >> org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:201) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:162) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:150) >> at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at org.jruby.ast.RescueNode.executeBody(RescueNode.java:225) >> at >> org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:147) >> at org.jruby.ast.RescueNode.interpret(RescueNode.java:110) >> at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192) >> at >> org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143) >> at org.jruby.runtime.Block.yield(Block.java:100) >> at org.jruby.ast.YieldNode.interpret(YieldNode.java:115) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) >> at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:153) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:119) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:136) >> at >> org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at >> org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192) >> at >> org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:180) >> at org.jruby.runtime.Block.yield(Block.java:105) >> at org.jruby.ast.YieldNode.interpret(YieldNode.java:113) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.IfNode.interpret(IfNode.java:112) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at org.jruby.ast.RescueNode.executeBody(RescueNode.java:225) >> at >> org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:147) >> at org.jruby.ast.RescueNode.interpret(RescueNode.java:110) >> at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at >> org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192) >> at >> org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143) >> at org.jruby.runtime.Block.yield(Block.java:100) >> at org.jruby.RubyKernel.loop(RubyKernel.java:1084) >> at >> >> org.jruby.RubyKernel$s_method_0_0$RUBYFRAMEDINVOKER$loop.call(org/jruby/RubyKernel$s_method_0_0$RUBYFRAMEDINVOKER$loop.gen) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:263) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:81) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:96) >> at >> org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at >> org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192) >> at >> org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143) >> at org.jruby.runtime.Block.yield(Block.java:100) >> at org.jruby.RubyKernel.rbCatch(RubyKernel.java:934) >> at >> >> org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$rbCatch.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$rbCatch.gen) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:121) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:136) >> at >> org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:144) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:135) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:263) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:81) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86) >> at >> org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:125) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:126) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.block_3$RUBY$__block__(hirb.rb:492) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirbBlockCallback$block_3$RUBY$__block__xx1.call(Unknown >> Source) >> at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:102) >> at org.jruby.runtime.Block.yield(Block.java:100) >> at org.jruby.RubyKernel.rbCatch(RubyKernel.java:934) >> at >> >> org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$rbCatch.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$rbCatch.gen) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:121) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:136) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.method__37$RUBY$start(hirb.rb:491) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirbInvokermethod__37$RUBY$startOpt.call(hirb#start) >> at >> >> org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226) >> at >> >> org.jruby.internal.runtime.methods.CompiledMethod.call(CompiledMethod.java:211) >> at >> >> org.jruby.internal.runtime.methods.CompiledMethod$LazyCompiledMethod.call(CompiledMethod.java:71) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) >> at >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.__file__(hirb.rb:497) >> at usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.load(hirb.rb) >> at org.jruby.Ruby.runScript(Ruby.java:577) >> at org.jruby.Ruby.runNormally(Ruby.java:480) >> at org.jruby.Ruby.runFromMain(Ruby.java:354) >> at org.jruby.Main.run(Main.java:229) >> at org.jruby.Main.run(Main.java:110) >> at org.jruby.Main.main(Main.java:94) >> 11/05/01 12:40:47 DEBUG client.HConnectionManager$TableServers: Removed >> .META.,,1 for tableName=.META. from cache because of test,,99999999999999 >> 11/05/01 12:40:47 DEBUG client.HConnectionManager$TableServers: Cached >> location address: 192.168.1.60:60020, regioninfo: REGION => {NAME => >> '.META.,,1', STARTKEY => '', ENDKEY => '', ENCODED => 1028785192, TABLE >> => >> {{NAME => '.META.', IS_META => 'true', MEMSTORE_FLUSHSIZE => '16384', >> FAMILIES => [{NAME => 'historian', VERSIONS => '2147483647', COMPRESSION >> => >> 'NONE', TTL => '604800', BLOCKSIZE => '8192', IN_MEMORY => 'false', >> BLOCKCACHE => 'false'}, {NAME => 'info', VERSIONS => '10', COMPRESSION => >> 'NONE', TTL => '2147483647', BLOCKSIZE => '8192', IN_MEMORY => 'false', >> BLOCKCACHE => 'false'}]}} >> 11/05/01 12:40:49 DEBUG client.HConnectionManager$TableServers: >> locateRegionInMeta attempt 1 of 5 failed; retrying after sleep of 2000 >> org.apache.hadoop.hbase.client.NoServerForRegionException: No server >> address >> listed in .META. for region test,,1304233847051 >> at >> >> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegionInMeta(HConnectionManager.java:668) >> at >> >> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:594) >> at >> >> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:557) >> at >> org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:169) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >> at >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:616) >> at >> >> org.jruby.javasupport.JavaMethod.invokeWithExceptionHandling(JavaMethod.java:298) >> at org.jruby.javasupport.JavaMethod.invoke(JavaMethod.java:259) >> at >> >> org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:44) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:112) >> at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:201) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:162) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:152) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.method__7$RUBY$create(hirb.rb:324) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirbInvokermethod__7$RUBY$createOpt.call(hirb#create) >> at >> >> org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:243) >> at >> >> org.jruby.internal.runtime.methods.CompiledMethod.call(CompiledMethod.java:216) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:112) >> at >> org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.RootNode.interpret(RootNode.java:129) >> at >> org.jruby.evaluator.ASTInterpreter.evalWithBinding(ASTInterpreter.java:98) >> at org.jruby.RubyKernel.eval(RubyKernel.java:885) >> at >> >> org.jruby.RubyKernel$s_method_0_3$RUBYFRAMEDINVOKER$eval.call(org/jruby/RubyKernel$s_method_0_3$RUBYFRAMEDINVOKER$eval.gen) >> at >> >> org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:136) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:30) >> at >> org.jruby.ast.FCallManyArgsNode.interpret(FCallManyArgsNode.java:60) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:101) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:113) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:117) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:30) >> at >> org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) >> at >> org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:201) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:162) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:150) >> at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at org.jruby.ast.RescueNode.executeBody(RescueNode.java:225) >> at >> org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:147) >> at org.jruby.ast.RescueNode.interpret(RescueNode.java:110) >> at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192) >> at >> org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143) >> at org.jruby.runtime.Block.yield(Block.java:100) >> at org.jruby.ast.YieldNode.interpret(YieldNode.java:115) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) >> at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:153) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:119) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:136) >> at >> org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at >> org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192) >> at >> org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:180) >> at org.jruby.runtime.Block.yield(Block.java:105) >> at org.jruby.ast.YieldNode.interpret(YieldNode.java:113) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.IfNode.interpret(IfNode.java:112) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at org.jruby.ast.RescueNode.executeBody(RescueNode.java:225) >> at >> org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:147) >> at org.jruby.ast.RescueNode.interpret(RescueNode.java:110) >> at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at >> org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192) >> at >> org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143) >> at org.jruby.runtime.Block.yield(Block.java:100) >> at org.jruby.RubyKernel.loop(RubyKernel.java:1084) >> at >> >> org.jruby.RubyKernel$s_method_0_0$RUBYFRAMEDINVOKER$loop.call(org/jruby/RubyKernel$s_method_0_0$RUBYFRAMEDINVOKER$loop.gen) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:263) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:81) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:96) >> at >> org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at >> org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:192) >> at >> org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:143) >> at org.jruby.runtime.Block.yield(Block.java:100) >> at org.jruby.RubyKernel.rbCatch(RubyKernel.java:934) >> at >> >> org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$rbCatch.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$rbCatch.gen) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:121) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:136) >> at >> org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:144) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:135) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:263) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:81) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86) >> at >> org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) >> at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) >> at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) >> at >> >> org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:125) >> at >> >> org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:126) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.block_3$RUBY$__block__(hirb.rb:492) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirbBlockCallback$block_3$RUBY$__block__xx1.call(Unknown >> Source) >> at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:102) >> at org.jruby.runtime.Block.yield(Block.java:100) >> at org.jruby.RubyKernel.rbCatch(RubyKernel.java:934) >> at >> >> org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$rbCatch.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$rbCatch.gen) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:121) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:136) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.method__37$RUBY$start(hirb.rb:491) >> at >> >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirbInvokermethod__37$RUBY$startOpt.call(hirb#start) >> at >> >> org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226) >> at >> >> org.jruby.internal.runtime.methods.CompiledMethod.call(CompiledMethod.java:211) >> at >> >> org.jruby.internal.runtime.methods.CompiledMethod$LazyCompiledMethod.call(CompiledMethod.java:71) >> at >> >> org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:253) >> at >> org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) >> at >> usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.__file__(hirb.rb:497) >> at usr.local.hadoop.hbase.bin.$_dot_dot_.bin.hirb.load(hirb.rb) >> at org.jruby.Ruby.runScript(Ruby.java:577) >> at org.jruby.Ruby.runNormally(Ruby.java:480) >> at org.jruby.Ruby.runFromMain(Ruby.java:354) >> at org.jruby.Main.run(Main.java:229) >> at org.jruby.Main.run(Main.java:110) >> at org.jruby.Main.main(Main.java:94) >> 11/05/01 12:40:49 DEBUG client.HConnectionManager$TableServers: Removed >> .META.,,1 for tableName=.META. from cache because of test,,99999999999999 >> 11/05/01 12:40:49 DEBUG client.HConnectionManager$TableServers: Cached >> location address: 192.168.1.60:60020, regioninfo: REGION => {NAME => >> '.META.,,1', STARTKEY => '', ENDKEY => '', ENCODED => 1028785192, TABLE >> => >> {{NAME => '.META.', IS_META => 'true', MEMSTORE_FLUSHSIZE => '16384', >> FAMILIES => [{NAME => 'historian', VERSIONS => '2147483647', COMPRESSION >> => >> 'NONE', TTL => '604800', BLOCKSIZE => '8192', IN_MEMORY => 'false', >> BLOCKCACHE => 'false'}, {NAME => 'info', VERSIONS => '10', COMPRESSION => >> 'NONE', TTL => '2147483647', BLOCKSIZE => '8192', IN_MEMORY => 'false', >> BLOCKCACHE => 'false'}]}} >> 11/05/01 12:40:51 DEBUG client.HConnectionManager$TableServers: Cached >> location address: 192.168.1.72:60020, regioninfo: REGION => {NAME => >> 'test,,1304233847051', STARTKEY => '', ENDKEY => '', ENCODED => >> 1526649559, >> TABLE => {{NAME => 'test', FAMILIES => []}} >> 0 row(s) in 4.2790 seconds >> >> hbase(main):011:0> list >> 11/05/01 12:42:25 DEBUG client.HConnectionManager$TableServers: Cache hit >> for row <> in tableName .META.: location server 192.168.1.60:60020, >> location >> region name .META.,,1 >> test >> 1 row(s) in 0.0260 seconds >> >> -- >> View this message in context: >> http://old.nabble.com/hbase-table-creation-tp31515918p31515918.html >> Sent from the HBase User mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://old.nabble.com/hbase-table-creation-tp31515918p31556748.html Sent from the HBase User mailing list archive at Nabble.com.