I clone the latest code from git://git.apache.org/hbase.git and run `mvn clean package -DskipTests` to compile. Not change anything and run `./bin/hbase master start`. I have tried in several machines. Could you have a try or tell me what's wrong with my procedures? Now we're using 0.94.11 and it doesn't have this problem.
On Wed, Sep 3, 2014 at 10:54 PM, Ted Yu <[email protected]> wrote: > Which release are you running ? > If you're running trunk build, from HConstants.java : > > public static final int DEFAULT_MASTER_INFOPORT = 16010; > > Cheers > > > On Wed, Sep 3, 2014 at 7:03 AM, tobe <[email protected]> wrote: > > > It's a little wired when I ran the standalone HBase cluster from trunk. I > > notice that the default RegionServer info port is not 16010. > > > > And when I explicitly set hbase.regionserver.info.port, it doesn't work. > It > > changes every time I run. > > >
