Hi all, I have a really simple question. I'm trying to start hive metastore service as follows,
`/usr/local/hive/bin/hive --service metastore --verbose --hiveconf hive.metastore.port=10001` I would expect it to start the hive metastore service on port 10001, but I got the following output ```Starting Hive Metastore Server hiveconf: hive.metastore.port=10001 Starting hive metastore on port 9083``` Anybody knows what's going on? Thanks, Jerrick