The Apache Hive team is proud to announce the the release of Apache
Hive version 0.14.0.
The Apache Hive (TM) data warehouse software facilitates querying and
managing large datasets residing in distributed storage. Built on top
of Apache Hadoop (TM), it provides:
* Tools to enable easy data extr
Run this first:
>cp $HIVE_HOME/conf/hive-env.sh.template $HIVE_HOME/conf/hive-env.sh
>gedit $HIVE_HOME/conf/hive-env.sh
Uncomment the lines towards the bottom that asks for HADDOP_HOME and
HIVE_CONF_DIR and set the locations.
On Thu, Nov 13, 2014 at 4:31 AM, Gopal V wrote:
> On 11/12/14, 1:27
On 11/12/14, 1:27 PM, Nicholas Murphy wrote:
Hadoop version 2.5.1, Hive version 0.13.1, Oracle JDK (1.6, I believe), Debian
7.7.
I notice the default conf/ directory has a bunch of template files, but only
that. Can someone
point me to a resource, or to an example of what configuration I nee
Default installation only comes with a hive-env.sh.template (lots of stuff, all
of it commented out):
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regardi
If you have correctly set your HIVE_HOME variable in your .bash_rc file,
What's the output of:
>cat $HIVE_HOME/conf/hive-env.sh
If it doesn't work, run
>cat $HIVE_HOME/conf/hive-env.sh.template
On Thu, Nov 13, 2014 at 2:57 AM, Nicholas Murphy
wrote:
> Sorry for the (as per subject) basic, dum
Sorry for the (as per subject) basic, dumb getting started question but: I'm
trying to just set up Hive on a single node. Hadoop is set up and running
happily, but following the directions on the Getting Started guide don't
actually work (following the directions literally results in it complai
I am trying to ingest unstructured data into Hive so it can be queried. I
am trying to follow the steps in Tutorial Exercise 3 in the Cloudera
Quickstart VM. I have not changed any of the configurations of the VM.,
I am having some problems. The created tables has no data in it. Here is
a sam