Re: HDP3.0: failed to map segment from shared object: Operation not permitted

2018-08-13 Thread Lian Jiang
Thanks. I just did what you advised. On Mon, Aug 13, 2018 at 4:29 PM, Ted Yu wrote: > Since you are using a vendor's distro, can you post on their user group ? > Cheers > Original message From: Lian Jiang > Date: 8/13/18 4:03 PM (GMT-08:00) To: user@hbase.apache.org Subject:

Re: HDP3.0: failed to map segment from shared object: Operation not permitted

2018-08-13 Thread Ted Yu
Since you are using a vendor's distro, can you post on their user group ? Cheers Original message From: Lian Jiang Date: 8/13/18 4:03 PM (GMT-08:00) To: user@hbase.apache.org Subject: HDP3.0: failed to map segment from shared object: Operation not permitted Hi, I installed h

HDP3.0: failed to map segment from shared object: Operation not permitted

2018-08-13 Thread Lian Jiang
Hi, I installed hadoop cluster using HDP3.0 but hbase does not work due to this error: Caused by: java.lang.UnsatisfiedLinkError: failed to load the required native library at org.apache.hbase.thirdparty.io.netty.channel.epoll.Epoll.ensureAvailability(Epoll.java:81) at org.apach

Re: Region Server Crashes with below ERROR

2018-08-13 Thread Ankit Singhal
bq. Region Server Crashes with below ERROR, Looks like some issues with GC configuration ? bq. 2018-08-09 14:54:26,104 INFO org.apache.hadoop.hbase.util.JvmPauseMonitor: Detected pause in JVM or host machine (eg GC): pause of approximately 6173ms bq. GC pool 'ParNew' had collection(s): count=2 time

Re: Region Server Crashes with below ERROR

2018-08-13 Thread Josh Elser
Nothing in here indicates why the RegionServers actually failed. If the RegionServer crashed, there is very likely a log message at FATAL. You want to find that to understand what actually caused it. On 8/13/18 4:22 PM, Adep, Karankumar (ETW - FLEX) wrote: Hi, Region Server Crashes with belo

Region Server Crashes with below ERROR

2018-08-13 Thread Adep, Karankumar (ETW - FLEX)
Hi, Region Server Crashes with below ERROR, Looks like some issues with GC configuration ? 2018-08-09 14:54:26,106 INFO org.apache.hadoop.hbase.regionserver.RSRpcServices: Scanner 2847160913172185436 lease expired on region pi,ea00,1519782669886.393add40963aadf9d6a3ceeceaee1106. 2018-08-0

Re: Use hadoop.profile with maven

2018-08-13 Thread Artem Ervits
there may be a better way but you can try making hadoop-3 profile default in your pom https://github.com/apache/hbase/blob/master/pom.xml#L2514-L2771 you can test and confirm but I believe the diff in the activation section is what controls which profile gets executed https://github.com/apache/hbas

Use hadoop.profile with maven

2018-08-13 Thread Jean Charles Jabouille
Hi, I'm working on a project which uses hbase 2.0 and hadoop 3.0. By default Hbase dependencies are configured for hadoop 2.7.4. As I understand the switch to hadoop 3.0 can be done by doing something like this: "mvn -Dhadoop.profile=3.0 clean package" on my project. This works like a charm