How come only a single output file is being produced here? Shouldnt
this bucking produce 3 files? LOCAL MODE BTW
[edward@tablitha hive-0.9.0-bin]$ bin/hive
hive> create table numbersflat(number int);
hive> load data local inpath '/home/edward/numbers' into table numbersflat;
Copying data from file
Did you setup the /usr/hive/warehouse directory in hdfs and do a chmod g+w on
it? That would be required before you run any queries.
On Jun 3, 2012, at 1:53 AM, Павел Мезенцев wrote:
> Hello all!
>
> I tried to create simple table in hive
> > create table test (a string);
>
> But its failed:
Hi experts,
I try to install hive and hadoop on my ubuntu.but if i type this command :
hive --service hiveserver
errors return like this:
/home/babak/Downloads/hadoop/bin/hadoop: Zeile 258:
/usr/lib/java-6-sun-1.6.0.26/bin/java: Datei oder Verzeichnis nicht gefunden
/home/babak/Downloads/hadoop
try setting up location in create table statement and provide valid hdfs
path
On Sun, Jun 3, 2012 at 12:23 PM, Павел Мезенцев wrote:
> Hello all!
>
> I tried to create simple table in hive
> > create table test (a string);
>
> But its failed:
> FAILED: Error in metadata: MetaException(message:Go