Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 102 (0.233s).
Loading phrases to help you
refine your search...
Re: Change timestamp format in hive - Hive - [mail # user]
...I'll mention some workarounds, but they all add overhead:  1. Use STRING for the column, then parse it with the date functions Alexander mentioned. 2. Use STRING, then replace the offen...
   Author: Dean Wampler, 2013-02-13, 14:43
Re: How to load hive metadata from conf dir - Hive - [mail # user]
...But then you're writing Java code!!! The Horror!!!  ;^P  On Tue, Feb 12, 2013 at 10:53 AM, Edward Capriolo wrote:     *Dean Wampler, Ph.D.* thinkbiganalytics.com +1-312-3...
   Author: Dean Wampler, 2013-02-12, 16:55
Re: Transfer Data to new location - Hive - [mail # user]
...hadoop fs -mv old_path new_path  If one new_path isn't in HDFS, use -get instead of -mv.  If you're moving Hive tables, you should then use ALTER TABLE to change the metadata. Or, ...
   Author: Dean Wampler, 2013-02-12, 16:54
Re: How to load hive metadata from conf dir - Hive - [mail # user]
...I'll mention another bash hack that I use all the time:  hive -e 'some_command' | grep for_what_i_want | sed_command_to_remove_just_i_dont_want  For example, the following command ...
   Author: Dean Wampler, 2013-02-12, 14:41
Re: Combine multiple row values based upon a condition. - Hive - [mail # user]
...If you really only need to consider adjacent rows, it might just be easier to write a UDF or use streaming, where your code remembers the last record seen and emits a new record if you want ...
   Author: Dean Wampler, 2013-02-03, 14:07
Re: The dreaded Heap Space Issue on a Transform - Hive - [mail # user]
...We didn't ask yet, but to be sure, are all the slave nodes configured the same, both in terms of hardware and other apps running, if any, running on them?  On Wed, Jan 30, 2013 at 10:14...
   Author: Dean Wampler, 2013-01-30, 16:40
Re: ALTER TABLE CHANGE COLUMN issue - Hive - [mail # user]
...Right, the very important thing to remember about ALTER TABLE is that it only changes metadata about your table. It doesn't modify the data in any way. You have to do that yourself.  On...
   Author: Dean Wampler, 2013-01-30, 13:51
Re: Automating the partition creation process - Hive - [mail # user]
...Yes, if the only problem with my script solution is the variable number of new days, you can just add all possibilities in advance, knowing that some will be empty of content...  On Tue...
   Author: Dean Wampler, 2013-01-30, 02:05
Re: Automating the partition creation process - Hive - [mail # user]
...This is very easy to do with a shell script and you can have cron run it nightly, say just after midnight so the year, month, and day calculation below return the correct values:  #!/bi...
   Author: Dean Wampler, 2013-01-29, 16:37
Re: A few JIRAs closed in v0.10.0 that don't actually appear to be working - Hive - [mail # user]
...Thanks!  On Tue, Jan 29, 2013 at 5:34 AM, Navis류승우  wrote:     *Dean Wampler, Ph.D.* thinkbiganalytics.com +1-312-339-1330...
   Author: Dean Wampler, 2013-01-29, 15:18
Sort:
project
Hive (102)
type
mail # user (100)
issue (2)
date
last 7 days (1)
last 30 days (1)
last 90 days (34)
last 6 months (88)
last 9 months (102)
author
Namit Jain (802)
Edward Capriolo (631)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Dean Wampler