You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Stephen Jiang <sy...@gmail.com> on 2015/09/28 19:35:15 UTC

master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

When I tried to go to hbase shell in master branch this morning, I got the
following error (it worked three days ago):

$ ./bin/hbase shell
LoadError: no such file to load -- shell/commands/compact_mob
             require at org/jruby/RubyKernel.java:1062
        load_command at
/Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
  load_command_group at
/Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
                each at org/jruby/RubyArray.java:1620
  load_command_group at
/Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
              (root) at
/Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
             require at org/jruby/RubyKernel.java:1062
              (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by 陈恒 <ch...@fenbi.com>.
I am really very sorry for that,  i will do more tests locally before upload patch next time.


Thanks for your help to fix this. 
 
------------------ Original ------------------
From:  "Esteban Gutierrez"<es...@cloudera.com>;
Date:  Tue, Sep 29, 2015 05:27 AM
To:  "Andrew Purtell"<an...@gmail.com>; 
Cc:  "dev@hbase.apache.org"<de...@hbase.apache.org>; "chenheng@fenbi.com"<ch...@fenbi.com>; 
Subject:  Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

 

we should be good now.


--
Cloudera, Inc.




 
On Mon, Sep 28, 2015 at 12:59 PM, Andrew Purtell <an...@gmail.com> wrote:
Thanks Ted.
 
 
 
 > On Sep 28, 2015, at 12:57 PM, Ted Yu <yu...@gmail.com> wrote:
 >
 > Failed test in hbase-server prevented tests in hbase-shell module to run.
 >
 > Locally I can reproduce:
 >
 > http://pastebin.com/228jgfSM
 >
 > FYI
 >
 > On Mon, Sep 28, 2015 at 12:53 PM, Andrew Purtell <an...@gmail.com>
 > wrote:
 >
 >> TestShell didn't pick this up looks like. How I wonder.
 >>
 >>
 >>>> On Sep 28, 2015, at 11:00 AM, Stephen Jiang <sy...@gmail.com>
 >>> wrote:
 >>>
 >>> Esteban, thanks for taking care of this.
 >>>
 >>> Heng, next time please do some testing (or at least sanity test) in the
 >>> area of your change.
 >>>
 >>> thanks
 >>> Stephen
 >>>
 >>> On Mon, Sep 28, 2015 at 10:47 AM, Esteban Gutierrez <
 >> esteban@cloudera.com>
 >>> wrote:
 >>>
 >>>> Yeah, they shouldn't be there after HBASE-14227. fixing.
 >>>>
 >>>>
 >>>>
 >>>> --
 >>>> Cloudera, Inc.
 >>>>
 >>>>
 >>>>> On Mon, Sep 28, 2015 at 10:46 AM, Jonathan Hsieh <>
 >> wrote:jon@cloudera.com
 >>>>>
 >>>>> Might be related to this?
 >>>>>
 >>>>> https://issues.apache.org/jira/browse/HBASE-14227
 >>>>>
 >>>>> Jon.
 >>>>>
 >>>>> On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <
 >> syuanjiangdev@gmail.com
 >>>>>
 >>>>> wrote:
 >>>>>
 >>>>>> When I tried to go to hbase shell in master branch this morning, I got
 >>>>> the
 >>>>>> following error (it worked three days ago):
 >>>>>>
 >>>>>> $ ./bin/hbase shell
 >>>>>> LoadError: no such file to load -- shell/commands/compact_mob
 >>>>>>            require at org/jruby/RubyKernel.java:1062
 >>>>>>       load_command at
 >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
 >>>>>> load_command_group at
 >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
 >>>>>>               each at org/jruby/RubyArray.java:1620
 >>>>>> load_command_group at
 >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
 >>>>>>             (root) at
 >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
 >>>>>>            require at org/jruby/RubyKernel.java:1062
 >>>>>>             (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
 >>>>>
 >>>>>
 >>>>>
 >>>>> --
 >>>>> // Jonathan Hsieh (shay)
 >>>>> // HBase Tech Lead, Software Engineer, Cloudera
 >>>>> // jon@cloudera.com // @jmhsieh
 >>

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by Ted Yu <yu...@gmail.com>.
Thanks Esteban for the quick turnaround.

On Mon, Sep 28, 2015 at 2:27 PM, Esteban Gutierrez <es...@cloudera.com>
wrote:

> we should be good now.
>
> --
> Cloudera, Inc.
>
>
> On Mon, Sep 28, 2015 at 12:59 PM, Andrew Purtell <andrew.purtell@gmail.com
> >
> wrote:
>
> > Thanks Ted.
> >
> >
> >
> > > On Sep 28, 2015, at 12:57 PM, Ted Yu <yu...@gmail.com> wrote:
> > >
> > > Failed test in hbase-server prevented tests in hbase-shell module to
> run.
> > >
> > > Locally I can reproduce:
> > >
> > > http://pastebin.com/228jgfSM
> > >
> > > FYI
> > >
> > > On Mon, Sep 28, 2015 at 12:53 PM, Andrew Purtell <
> > andrew.purtell@gmail.com>
> > > wrote:
> > >
> > >> TestShell didn't pick this up looks like. How I wonder.
> > >>
> > >>
> > >>>> On Sep 28, 2015, at 11:00 AM, Stephen Jiang <
> syuanjiangdev@gmail.com>
> > >>> wrote:
> > >>>
> > >>> Esteban, thanks for taking care of this.
> > >>>
> > >>> Heng, next time please do some testing (or at least sanity test) in
> the
> > >>> area of your change.
> > >>>
> > >>> thanks
> > >>> Stephen
> > >>>
> > >>> On Mon, Sep 28, 2015 at 10:47 AM, Esteban Gutierrez <
> > >> esteban@cloudera.com>
> > >>> wrote:
> > >>>
> > >>>> Yeah, they shouldn't be there after HBASE-14227. fixing.
> > >>>>
> > >>>>
> > >>>>
> > >>>> --
> > >>>> Cloudera, Inc.
> > >>>>
> > >>>>
> > >>>>> On Mon, Sep 28, 2015 at 10:46 AM, Jonathan Hsieh <jon@cloudera.com
> >
> > >> wrote:
> > >>>>>
> > >>>>> Might be related to this?
> > >>>>>
> > >>>>> https://issues.apache.org/jira/browse/HBASE-14227
> > >>>>>
> > >>>>> Jon.
> > >>>>>
> > >>>>> On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <
> > >> syuanjiangdev@gmail.com
> > >>>>>
> > >>>>> wrote:
> > >>>>>
> > >>>>>> When I tried to go to hbase shell in master branch this morning, I
> > got
> > >>>>> the
> > >>>>>> following error (it worked three days ago):
> > >>>>>>
> > >>>>>> $ ./bin/hbase shell
> > >>>>>> LoadError: no such file to load -- shell/commands/compact_mob
> > >>>>>>            require at org/jruby/RubyKernel.java:1062
> > >>>>>>       load_command at
> > >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
> > >>>>>> load_command_group at
> > >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
> > >>>>>>               each at org/jruby/RubyArray.java:1620
> > >>>>>> load_command_group at
> > >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
> > >>>>>>             (root) at
> > >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
> > >>>>>>            require at org/jruby/RubyKernel.java:1062
> > >>>>>>             (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> --
> > >>>>> // Jonathan Hsieh (shay)
> > >>>>> // HBase Tech Lead, Software Engineer, Cloudera
> > >>>>> // jon@cloudera.com // @jmhsieh
> > >>
> >
>

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by Esteban Gutierrez <es...@cloudera.com>.
we should be good now.

--
Cloudera, Inc.


On Mon, Sep 28, 2015 at 12:59 PM, Andrew Purtell <an...@gmail.com>
wrote:

> Thanks Ted.
>
>
>
> > On Sep 28, 2015, at 12:57 PM, Ted Yu <yu...@gmail.com> wrote:
> >
> > Failed test in hbase-server prevented tests in hbase-shell module to run.
> >
> > Locally I can reproduce:
> >
> > http://pastebin.com/228jgfSM
> >
> > FYI
> >
> > On Mon, Sep 28, 2015 at 12:53 PM, Andrew Purtell <
> andrew.purtell@gmail.com>
> > wrote:
> >
> >> TestShell didn't pick this up looks like. How I wonder.
> >>
> >>
> >>>> On Sep 28, 2015, at 11:00 AM, Stephen Jiang <sy...@gmail.com>
> >>> wrote:
> >>>
> >>> Esteban, thanks for taking care of this.
> >>>
> >>> Heng, next time please do some testing (or at least sanity test) in the
> >>> area of your change.
> >>>
> >>> thanks
> >>> Stephen
> >>>
> >>> On Mon, Sep 28, 2015 at 10:47 AM, Esteban Gutierrez <
> >> esteban@cloudera.com>
> >>> wrote:
> >>>
> >>>> Yeah, they shouldn't be there after HBASE-14227. fixing.
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Cloudera, Inc.
> >>>>
> >>>>
> >>>>> On Mon, Sep 28, 2015 at 10:46 AM, Jonathan Hsieh <jo...@cloudera.com>
> >> wrote:
> >>>>>
> >>>>> Might be related to this?
> >>>>>
> >>>>> https://issues.apache.org/jira/browse/HBASE-14227
> >>>>>
> >>>>> Jon.
> >>>>>
> >>>>> On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <
> >> syuanjiangdev@gmail.com
> >>>>>
> >>>>> wrote:
> >>>>>
> >>>>>> When I tried to go to hbase shell in master branch this morning, I
> got
> >>>>> the
> >>>>>> following error (it worked three days ago):
> >>>>>>
> >>>>>> $ ./bin/hbase shell
> >>>>>> LoadError: no such file to load -- shell/commands/compact_mob
> >>>>>>            require at org/jruby/RubyKernel.java:1062
> >>>>>>       load_command at
> >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
> >>>>>> load_command_group at
> >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
> >>>>>>               each at org/jruby/RubyArray.java:1620
> >>>>>> load_command_group at
> >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
> >>>>>>             (root) at
> >>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
> >>>>>>            require at org/jruby/RubyKernel.java:1062
> >>>>>>             (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> // Jonathan Hsieh (shay)
> >>>>> // HBase Tech Lead, Software Engineer, Cloudera
> >>>>> // jon@cloudera.com // @jmhsieh
> >>
>

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by Andrew Purtell <an...@gmail.com>.
Thanks Ted. 



> On Sep 28, 2015, at 12:57 PM, Ted Yu <yu...@gmail.com> wrote:
> 
> Failed test in hbase-server prevented tests in hbase-shell module to run.
> 
> Locally I can reproduce:
> 
> http://pastebin.com/228jgfSM
> 
> FYI
> 
> On Mon, Sep 28, 2015 at 12:53 PM, Andrew Purtell <an...@gmail.com>
> wrote:
> 
>> TestShell didn't pick this up looks like. How I wonder.
>> 
>> 
>>>> On Sep 28, 2015, at 11:00 AM, Stephen Jiang <sy...@gmail.com>
>>> wrote:
>>> 
>>> Esteban, thanks for taking care of this.
>>> 
>>> Heng, next time please do some testing (or at least sanity test) in the
>>> area of your change.
>>> 
>>> thanks
>>> Stephen
>>> 
>>> On Mon, Sep 28, 2015 at 10:47 AM, Esteban Gutierrez <
>> esteban@cloudera.com>
>>> wrote:
>>> 
>>>> Yeah, they shouldn't be there after HBASE-14227. fixing.
>>>> 
>>>> 
>>>> 
>>>> --
>>>> Cloudera, Inc.
>>>> 
>>>> 
>>>>> On Mon, Sep 28, 2015 at 10:46 AM, Jonathan Hsieh <jo...@cloudera.com>
>> wrote:
>>>>> 
>>>>> Might be related to this?
>>>>> 
>>>>> https://issues.apache.org/jira/browse/HBASE-14227
>>>>> 
>>>>> Jon.
>>>>> 
>>>>> On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <
>> syuanjiangdev@gmail.com
>>>>> 
>>>>> wrote:
>>>>> 
>>>>>> When I tried to go to hbase shell in master branch this morning, I got
>>>>> the
>>>>>> following error (it worked three days ago):
>>>>>> 
>>>>>> $ ./bin/hbase shell
>>>>>> LoadError: no such file to load -- shell/commands/compact_mob
>>>>>>            require at org/jruby/RubyKernel.java:1062
>>>>>>       load_command at
>>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
>>>>>> load_command_group at
>>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
>>>>>>               each at org/jruby/RubyArray.java:1620
>>>>>> load_command_group at
>>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
>>>>>>             (root) at
>>>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
>>>>>>            require at org/jruby/RubyKernel.java:1062
>>>>>>             (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> // Jonathan Hsieh (shay)
>>>>> // HBase Tech Lead, Software Engineer, Cloudera
>>>>> // jon@cloudera.com // @jmhsieh
>> 

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by Ted Yu <yu...@gmail.com>.
Failed test in hbase-server prevented tests in hbase-shell module to run.

Locally I can reproduce:

http://pastebin.com/228jgfSM

FYI

On Mon, Sep 28, 2015 at 12:53 PM, Andrew Purtell <an...@gmail.com>
wrote:

> TestShell didn't pick this up looks like. How I wonder.
>
>
> > On Sep 28, 2015, at 11:00 AM, Stephen Jiang <sy...@gmail.com>
> wrote:
> >
> > Esteban, thanks for taking care of this.
> >
> > Heng, next time please do some testing (or at least sanity test) in the
> > area of your change.
> >
> > thanks
> > Stephen
> >
> > On Mon, Sep 28, 2015 at 10:47 AM, Esteban Gutierrez <
> esteban@cloudera.com>
> > wrote:
> >
> >> Yeah, they shouldn't be there after HBASE-14227. fixing.
> >>
> >>
> >>
> >> --
> >> Cloudera, Inc.
> >>
> >>
> >>> On Mon, Sep 28, 2015 at 10:46 AM, Jonathan Hsieh <jo...@cloudera.com>
> wrote:
> >>>
> >>> Might be related to this?
> >>>
> >>> https://issues.apache.org/jira/browse/HBASE-14227
> >>>
> >>> Jon.
> >>>
> >>> On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <
> syuanjiangdev@gmail.com
> >>>
> >>> wrote:
> >>>
> >>>> When I tried to go to hbase shell in master branch this morning, I got
> >>> the
> >>>> following error (it worked three days ago):
> >>>>
> >>>> $ ./bin/hbase shell
> >>>> LoadError: no such file to load -- shell/commands/compact_mob
> >>>>             require at org/jruby/RubyKernel.java:1062
> >>>>        load_command at
> >>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
> >>>>  load_command_group at
> >>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
> >>>>                each at org/jruby/RubyArray.java:1620
> >>>>  load_command_group at
> >>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
> >>>>              (root) at
> >>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
> >>>>             require at org/jruby/RubyKernel.java:1062
> >>>>              (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
> >>>
> >>>
> >>>
> >>> --
> >>> // Jonathan Hsieh (shay)
> >>> // HBase Tech Lead, Software Engineer, Cloudera
> >>> // jon@cloudera.com // @jmhsieh
> >>
>

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by Andrew Purtell <an...@gmail.com>.
TestShell didn't pick this up looks like. How I wonder. 


> On Sep 28, 2015, at 11:00 AM, Stephen Jiang <sy...@gmail.com> wrote:
> 
> Esteban, thanks for taking care of this.
> 
> Heng, next time please do some testing (or at least sanity test) in the
> area of your change.
> 
> thanks
> Stephen
> 
> On Mon, Sep 28, 2015 at 10:47 AM, Esteban Gutierrez <es...@cloudera.com>
> wrote:
> 
>> Yeah, they shouldn't be there after HBASE-14227. fixing.
>> 
>> 
>> 
>> --
>> Cloudera, Inc.
>> 
>> 
>>> On Mon, Sep 28, 2015 at 10:46 AM, Jonathan Hsieh <jo...@cloudera.com> wrote:
>>> 
>>> Might be related to this?
>>> 
>>> https://issues.apache.org/jira/browse/HBASE-14227
>>> 
>>> Jon.
>>> 
>>> On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <syuanjiangdev@gmail.com
>>> 
>>> wrote:
>>> 
>>>> When I tried to go to hbase shell in master branch this morning, I got
>>> the
>>>> following error (it worked three days ago):
>>>> 
>>>> $ ./bin/hbase shell
>>>> LoadError: no such file to load -- shell/commands/compact_mob
>>>>             require at org/jruby/RubyKernel.java:1062
>>>>        load_command at
>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
>>>>  load_command_group at
>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
>>>>                each at org/jruby/RubyArray.java:1620
>>>>  load_command_group at
>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
>>>>              (root) at
>>>> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
>>>>             require at org/jruby/RubyKernel.java:1062
>>>>              (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
>>> 
>>> 
>>> 
>>> --
>>> // Jonathan Hsieh (shay)
>>> // HBase Tech Lead, Software Engineer, Cloudera
>>> // jon@cloudera.com // @jmhsieh
>> 

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by Stephen Jiang <sy...@gmail.com>.
Esteban, thanks for taking care of this.

Heng, next time please do some testing (or at least sanity test) in the
area of your change.

thanks
Stephen

On Mon, Sep 28, 2015 at 10:47 AM, Esteban Gutierrez <es...@cloudera.com>
wrote:

> Yeah, they shouldn't be there after HBASE-14227. fixing.
>
>
>
> --
> Cloudera, Inc.
>
>
> On Mon, Sep 28, 2015 at 10:46 AM, Jonathan Hsieh <jo...@cloudera.com> wrote:
>
> > Might be related to this?
> >
> > https://issues.apache.org/jira/browse/HBASE-14227
> >
> > Jon.
> >
> > On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <syuanjiangdev@gmail.com
> >
> > wrote:
> >
> > > When I tried to go to hbase shell in master branch this morning, I got
> > the
> > > following error (it worked three days ago):
> > >
> > > $ ./bin/hbase shell
> > > LoadError: no such file to load -- shell/commands/compact_mob
> > >              require at org/jruby/RubyKernel.java:1062
> > >         load_command at
> > > /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
> > >   load_command_group at
> > > /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
> > >                 each at org/jruby/RubyArray.java:1620
> > >   load_command_group at
> > > /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
> > >               (root) at
> > > /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
> > >              require at org/jruby/RubyKernel.java:1062
> > >               (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
> > >
> >
> >
> >
> > --
> > // Jonathan Hsieh (shay)
> > // HBase Tech Lead, Software Engineer, Cloudera
> > // jon@cloudera.com // @jmhsieh
> >
>

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by Esteban Gutierrez <es...@cloudera.com>.
Yeah, they shouldn't be there after HBASE-14227. fixing.



--
Cloudera, Inc.


On Mon, Sep 28, 2015 at 10:46 AM, Jonathan Hsieh <jo...@cloudera.com> wrote:

> Might be related to this?
>
> https://issues.apache.org/jira/browse/HBASE-14227
>
> Jon.
>
> On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <sy...@gmail.com>
> wrote:
>
> > When I tried to go to hbase shell in master branch this morning, I got
> the
> > following error (it worked three days ago):
> >
> > $ ./bin/hbase shell
> > LoadError: no such file to load -- shell/commands/compact_mob
> >              require at org/jruby/RubyKernel.java:1062
> >         load_command at
> > /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
> >   load_command_group at
> > /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
> >                 each at org/jruby/RubyArray.java:1620
> >   load_command_group at
> > /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
> >               (root) at
> > /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
> >              require at org/jruby/RubyKernel.java:1062
> >               (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
> >
>
>
>
> --
> // Jonathan Hsieh (shay)
> // HBase Tech Lead, Software Engineer, Cloudera
> // jon@cloudera.com // @jmhsieh
>

Re: master shell break? - LoadError: no such file to load -- shell/commands/compact_mob

Posted by Jonathan Hsieh <jo...@cloudera.com>.
Might be related to this?

https://issues.apache.org/jira/browse/HBASE-14227

Jon.

On Mon, Sep 28, 2015 at 10:35 AM, Stephen Jiang <sy...@gmail.com>
wrote:

> When I tried to go to hbase shell in master branch this morning, I got the
> following error (it worked three days ago):
>
> $ ./bin/hbase shell
> LoadError: no such file to load -- shell/commands/compact_mob
>              require at org/jruby/RubyKernel.java:1062
>         load_command at
> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:41
>   load_command_group at
> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:66
>                 each at org/jruby/RubyArray.java:1620
>   load_command_group at
> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:64
>               (root) at
> /Users/johndoe/hbase/bin/../hbase-shell/src/main/ruby/shell.rb:308
>              require at org/jruby/RubyKernel.java:1062
>               (root) at /Users/johndoe/hbase/bin/../bin/hirb.rb:121
>



-- 
// Jonathan Hsieh (shay)
// HBase Tech Lead, Software Engineer, Cloudera
// jon@cloudera.com // @jmhsieh