Re: Use hadoop.profile with maven

2018-08-14 Thread Jean Charles Jabouille
Thanks for your help but I already did it and it works. What I want is to launch "mvn clean dependency:tree" without specifying in command line "-Dhadoop.profile=3.0" Le 14/08/2018 à 16:18, Artem Ervits a écrit : mvn clean install -Dhadoop.profile=3.0 -DskipTests mvn clean dependency:tree -D

Re: Use hadoop.profile with maven

2018-08-14 Thread Artem Ervits
mvn clean install -Dhadoop.profile=3.0 -DskipTests mvn clean dependency:tree -Dhadoop.profile=3.0 On Tue, Aug 14, 2018 at 8:30 AM Jean Charles Jabouille < jean-charles.jaboui...@kelkoogroup.com> wrote: > Hi, > > I launched "mvn -P hadoop-3.0 dependency:tree" without any success :-( > > Do you h

Re: HBase 2.1.0 - RUNNABLE:SERVER_CRASH_START; ServerCrashProcedure

2018-08-14 Thread Ted Yu
jcl: I can see that DEBUG log wasn't turned on. Can you set log4j to DEBUG level and see if there is more information ? Cheers On Tue, Aug 14, 2018 at 6:56 AM Allan Yang wrote: > Those log is not enough to locate the problem. > Best Regards > Allan Yang > > > jcl <515951...@163.com> 于2018年8月14

Re: HBase 2.1.0 - RUNNABLE:SERVER_CRASH_START; ServerCrashProcedure

2018-08-14 Thread Allan Yang
Those log is not enough to locate the problem. Best Regards Allan Yang jcl <515951...@163.com> 于2018年8月14日周二 下午9:18写道: > Power off and restart(Hadoop and HBase), Master is initializing - Hbase > ServerManager: but crash processing already in progress > > command jps, HMaster and HRegionServer is

HBase 2.1.0 - RUNNABLE:SERVER_CRASH_START; ServerCrashProcedure

2018-08-14 Thread jcl
Power off and restart(Hadoop and HBase), Master is initializing - Hbase ServerManager: but crash processing already in progress command jps, HMaster and HRegionServer is live WARN [Thread-14] master.ServerManager: Expiration called on hbase-115,16020,1534248994825 but crash processing already

Re: Use hadoop.profile with maven

2018-08-14 Thread Jean Charles Jabouille
Hi, I launched "mvn  -P hadoop-3.0 dependency:tree" without any success :-( Do you have other suggestion please ? jc Le 13/08/2018 à 17:53, Artem Ervits a écrit : 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