Re: Fast search by any column

2017-08-31 Thread Josh Elser
Well put, Dave! And yes, same for Phoenix. HBase provides exactly one "index" (on rowkey). Thus it's the application's responsibility to build other indexes to support different kind of lookups. This is exactly what projects like Trafodian and Phoenix (not to mention, others) do. On 8/30/17

Re: “Could not find or load main class” when running with systemctl

2017-08-31 Thread Dima Spivak
I'd think journalctl would have more logs on systemd stuff, no? Can you try running that against your service (journalctl -u, if memory serves me). My guess from the capitalized "Cannot" is that it's running some command which is failing and then trying to pass that failing arg's output in to the

Re: “Could not find or load main class” when running with systemctl

2017-08-31 Thread Stack
HBase has its own set of logs. Are you unable to find any? Or have systemctl direct stdout/stderr somewhere that persists past startup. S On Thu, Aug 31, 2017 at 11:02 AM, Alexandr Porunov < alexandr.poru...@gmail.com> wrote: > There are no much information: > > Aug 31 20:48:57 jblur.com

Re: How to run hbase on boot?

2017-08-31 Thread Alexandr Porunov
I haven't created hbase-master service, so it shows: Failed to start hbase-master.service: Unit hbase-master.service not found. On Thu, Aug 31, 2017 at 9:06 PM, Ted Yu wrote: > What if you run the following command ? > > systemctl start hbase-master > > On Thu, Aug 31,

Re: How to run hbase on boot?

2017-08-31 Thread Ted Yu
What if you run the following command ? systemctl start hbase-master On Thu, Aug 31, 2017 at 10:59 AM, Alexandr Porunov < alexandr.poru...@gmail.com> wrote: > Hello, > > I do understand that the question seems to be obvious and easy to solve, > but I already spend one week to solve this seems

Re: “Could not find or load main class” when running with systemctl

2017-08-31 Thread Alexandr Porunov
There are no much information: Aug 31 20:48:57 jblur.com hbasemaster[12138]: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0 Aug 31 20:48:57 jblur.com hbasemaster[12138]: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option

How to run hbase on boot?

2017-08-31 Thread Alexandr Porunov
Hello, I do understand that the question seems to be obvious and easy to solve, but I already spend one week to solve this seems to be an easy task but without success. I am running Fedora 26. I tried to install hbase 1.2.6 and 1.3.1 the same problem occurs with both versions. Here is my

Re: “Could not find or load main class” when running with systemctl

2017-08-31 Thread Stack
On Wed, Aug 30, 2017 at 3:14 AM, Alexandr Porunov < alexandr.poru...@gmail.com> wrote: > Hello, > > I am trying to run hbase 1.3.1 with systemctl on fedora 26 but without > success. > > If I execute `/usr/lib/hbase/bin/start-hbase.sh` it starts just fine. > But I need to write systemctl wrapper