Thanks for all your suggestions. I terminated my instances and re-launched
a set of new instances. And, installed hive via apt-get. I do not see any
problem now. Earlier, I had installed hive by downloading the tarball.
Interestingly, I noticed hive-site.xml file when installed through apt-get
(an
Hi Periya,
You should only set the hive.metastore.uris property if you are running a
standalone MetaStore server, in which case you need to set
hive.metastore.local=false and set hive.metastore.uris to a Thrift URI.
Please see this document for more details:
https://cwiki.apache.org/confluence/di
To me it looks like the error message is getting a blank for the URI
property value. Can you triple-check the property _name_ is correct
(including capitalization)?
On 12/11/11 9:35 PM, Periya.Data wrote:
Sam: I added "file://". Now it looks like this:
file:///home/users/jtv/CDH3/hive/conf/met
Sam: I added "file://". Now it looks like this:
file:///home/users/jtv/CDH3/hive/conf/metastore_db
The problem has not gone away. I still have the same problem. I tried
rebooting my ec-2 instance. Still no difference.
What does it mean by "does not have a scheme". What is it expecting?
Thanks,
P
Try file:// in front of the property value...
Sent from my iPhone
On Dec 12, 2011, at 12:07 AM, "Periya.Data" wrote:
> Hi,
>I am trying to create Hive tables on an EC2 instance. I get this strange
> error about URI schema and log4j properties not found. I do not know how to
> fix this.
>
Hi,
I am trying to create Hive tables on an EC2 instance. I get this strange
error about URI schema and log4j properties not found. I do not know how to
fix this.
On EC2 instance : Ubuntu 10.04, Hive-0.7.1-cdh3u2.
Initially I did not have an entry for hive.metastore.uris property in my
hive-de