Hi everyone,
A question about partitioning: All of the examples I've seen insert
into a single hard-coded partition (usually a date) at a time. If I
have a log file that spans a large range of dates, is there any way to
insert it into a partitioned table without having to explicitly
iterate throu
I have put together a tutorial-like blog to describe what takes to build a
hadoop/hive cluster on top of CentOS.
I thought it may be useful to some:
http://www.mazsoft.com/blog/post/2009/11/19/setting-up-hadoophive-cluster-on-Centos-5.aspx
Regards
Massoud Mazar
The links to documentation for releases 3.0 and 4.0 on the left nav of the
Hive homepage are broken FYI:
http://hadoop.apache.org/hive/
They send to you these pages that show white apache directory listing pages:
http://hadoop.apache.org/hive/docs/r0.3.0/
http://hadoop.apache.org/hive/docs/r0.4.
On Fri, Nov 20, 2009 at 12:15 AM, Mohan Agarwal
wrote:
> Hi,
> I have installed hadoop-0.19.2 on my system and I am using Hive to
> access the data on HDFS. But when I starting the hadoop server and trying to
> print the data stored in the table using hive CLI, it is throwing the
> following