| clear query|facets|time |
Search criteria: .
Results from 1 to 6 from
6 (0.158s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HiveHistory and HiveHistoryViewer - Hive - [mail # user]
|
|
...I don\t think it is a bug. If the program in hive writes logs to HiveHistory.log using '\n' to indicate the end of a line. Then, it is OK to use *val = val.replace('\n', ' ');. Anyway,...
|
|
|
Author: afancy,
2012-12-16, 10:39
|
|
|
What does ROW__OFFSET__INSIDE__BLOCK FROM mean? - Hive - [mail # user]
|
|
...Hi, Could anybody explain me what ROW__OFFSET__INSIDE__BLOCK means? For example, I make the following query, and return two rows. But why does the column of ROW__OFFSET__INSIDE__BLOCK ...
|
|
|
Author: afancy,
2012-10-03, 08:20
|
|
|
Re: Hive/HBase integration issue. - Hive - [mail # user]
|
|
...Hi, Does the INSERT clause have to include the OVERWRITE, which means that the new data will overwrite the previous data? How to implement the indeed INSERT operation, inst...
|
|
|
Author: afancy,
2010-11-18, 09:00
|
|
|
Re: How to generate global unique ID? - Hive - [mail # user]
|
|
...Hi, Tim, I think sequential integer would be better. Is it difficult to generate a global integer? BTW: how to generate UUID in Hive? thanks Regards, afancy On Tue, Nov 16,...
|
|
|
Author: afancy,
2010-11-16, 08:23
|
|
|
Re: How to generate global unique ID? - Hive - [mail # user]
|
|
...Hi, Zhang, How to integrate this snowflake with Hive? Thanks! Regards, afancy On Mon, Nov 15, 2010 at 10:35 AM, Jeff Zhang wrote: ...
|
|
|
Author: afancy,
2010-11-16, 07:55
|
|
|
How to generate global unique ID? - Hive - [mail # user]
|
|
...Hi, Does anybody know how to generate a unique ID in Hive? I have a table: hive> describe results; OK id int test string Time taken: 0.091 seconds When I insert data in...
|
|
|
Author: afancy,
2010-11-15, 09:09
|
|
|
|