| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
220 (0.123s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: FileAlreadyExistsException Parent path is not a directory - Hive - [mail # user]
|
|
...do a $HADOOP_HOME/bin/hadoop dfs -ls /a/b/c/d/log you should see it as a file also when you give a location in create table statement... make it a directory On Mon, ...
|
|
|
Author: Nitin Pawar,
2013-02-25, 12:40
|
|
|
Re: Hive Runtime Error while closing operators - Hive - [mail # user]
|
|
...may be you are hitting this https://issues.apache.org/jira/browse/HIVE-3218 On Sun, Feb 17, 2013 at 9:59 AM, 柏健 wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2013-02-17, 04:48
|
|
|
Re: Nullpointer Exception when using UDF - Hive - [mail # user]
|
|
...Neelesh, Will it be possible for you to share your code? Looks like in your UDF you are not handling NULL as input values. Thanks, Nitin On Thu, Feb 14, 2013 at 10:2...
|
|
|
Author: Nitin Pawar,
2013-02-14, 16:54
|
|
|
Re: Transfer Data to new location - Hive - [mail # user]
|
|
...little more clarification is it same hdfs cluster ? when you say migrating data from one location to another are you keeping the hive table metadata same? how much of capacity you have...
|
|
|
Author: Nitin Pawar,
2013-02-12, 16:54
|
|
|
Re: How to load hive metadata from conf dir - Hive - [mail # user]
|
|
...In our case we needed to access hive meta data inside our oozie workflows we were using Hcatalog as our hive metadata store and it was easy to access table meta data directly via...
|
|
|
Author: Nitin Pawar,
2013-02-12, 08:25
|
|
|
Re: Closing long running hive query forcefully - Hive - [mail # user]
|
|
...hive waits till the hadoop job is completed. so unless you kill the job of jdbc connection is dropped I don't see any other way to reduce the load on application. best when you think its &nb...
|
|
|
Author: Nitin Pawar,
2013-02-07, 13:21
|
|
|
Re: ALTER TABLE CHANGE COLUMN issue - Hive - [mail # user]
|
|
...it will not work old partition because old data did not have this new column as metadata for old partition your new meta data applies only to new partitions always remember there...
|
|
|
Author: Nitin Pawar,
2013-01-30, 19:37
|
|
|
Re: Run hive queries, and collect job information - Hive - [mail # user]
|
|
...for all the queries you run as user1 .. hive stores the hive cli history into .hive_history file (please check the limits on how many queries it stores) For all the jobs hive cli runs,...
|
|
|
Author: Nitin Pawar,
2013-01-30, 11:30
|
|
|
Re: ALTER TABLE CHANGE COLUMN issue - Hive - [mail # user]
|
|
...after u did alter table, did you add any new data to table with new schema? for the old data already present in data, if you add anything new in columns it will be null value On...
|
|
|
Author: Nitin Pawar,
2013-01-30, 08:17
|
|
|
Re: Hive ODBC driver - Hive - [mail # user]
|
|
...these are c# connecting to hive dlls On Fri, Jan 25, 2013 at 2:45 PM, Chhaya Vishwakarma wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2013-01-25, 09:24
|
|
|
|