Hi everyone,
My setup is Hadoop 1.0.4, Hive 0.9.0, Sqoop 1.4.2-hadoop 1.0.0
Mahout 0.7
I have imported tables from a remote database directly into Hive using
Sqoop.
Somehow when I try to run Sqoop from Hadoop, the content
Hive is giving me trouble in bookkeeping of where the imported tables are
to be the same everywhere I
call it.
But so far it is not the case.
On Mon, Feb 25, 2013 at 10:22 AM, Nitin Pawar wrote:
> any errors you see ?
>
>
> On Mon, Feb 25, 2013 at 8:48 PM, Cyril Bogus wrote:
>
>> Hi everyone,
>>
>> My setup is Hadoop 1.0.4, Hive 0.9.0,
the case.
>
>
> On Mon, Feb 25, 2013 at 10:22 AM, Nitin Pawar wrote:
>
>> any errors you see ?
>>
>>
>> On Mon, Feb 25, 2013 at 8:48 PM, Cyril Bogus wrote:
>>
>>> Hi everyone,
>>>
>>> My setup is Hadoop 1.0.4, Hive 0.9.0, Sqoop
Hi,
I am currently running hadoop 1.0.4 and hive 0.10.0
also I have HADOOP_HOME set to /home/hadoop and HIVE_HOME to /home/hive
along with JAVA_HOME also to the right location.
and I would like to run the hive command line but I keep getting the
following error when I try to run a simple query lik
>
> From your linux command prompt run the following and tell us what u see.
> Also hive-site.xml please
>
> /path/to/hive -hiveconf hive.root.logger=INFO,console -e "show databases"
>
> From: Cyril Bogus
> Reply-To: "user@hive.apache.org"
> Dat
r in your classpath other than
> the one packaged with hive?
>
>
> On Thu, May 2, 2013 at 12:38 PM, Cyril Bogus wrote:
>
>> I am using the default setup for the hive-site.xml so the meta store is
>> in /user/hive/warehouse in the hdfs (Which I have setup as specified
But right now I am just trying to run it as standalone (no need to check
for the packages I assume) with hadoop's hdfs in order to do some indexing
on data already present in the hdfs
On Thu, May 2, 2013 at 1:50 PM, Cyril Bogus wrote:
> Actually two the one from hadoop (which is the
I put it in both and I am still getting the same error.
On Thu, May 2, 2013 at 1:55 PM, kulkarni.swar...@gmail.com <
kulkarni.swar...@gmail.com> wrote:
> But that would still use the HADOOP_CLASSPATH right?
>
>
> On Thu, May 2, 2013 at 12:52 PM, Cyril Bogus wrote:
>
>&
Solved the issue.
The problem was not just the antlr jar file but many other jars in the
hadoop class path that conflicted with what hive needs. So I reset the
libjars of hadoop to the packaged one and hive is now working fine.
On Thu, May 2, 2013 at 2:04 PM, Cyril Bogus wrote:
> I put it