Java run

2012-11-24 Thread Dalia Sobhy
Dear all, I want to run java code on top of hadoop on ubuntu server , do anyone know the commands??

Custom hive-site.xml is ignored, how to find out why

2012-11-24 Thread Stephen Boesch
It seems the customized hive-site.xml is not being read. It lives under $HIVE_HOME/conf ( which happens to be /shared/hive/conf). I have tried everything there is to try: set HIVE_CONF_DIR=/shared/hive/conf , added --config /shared/hive/conf and added debugging to the hive shell script (bash

Re: Java run

2012-11-24 Thread Bertrand Dechoux
Hello Dalia, You might want to provide more details. 1) You are writing to the Hive mailing list. Does it means you want to run a hive query? The wiki is not exhaustive (and that's why you might want also to get the Programming Hive book) but it is still a good start.

Re: Custom hive-site.xml is ignored, how to find out why

2012-11-24 Thread Stephen Boesch
It appears that I were missing the *hive.metastore.uris* parameter. That one was not mentioned in the (several) blogs / tutorials that I had seen. 2012/11/24 Stephen Boesch java...@gmail.com It seems the customized hive-site.xml is not being read. It lives under $HIVE_HOME/conf ( which