Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 102 (0.12s).
Loading phrases to help you
refine your search...
Re: UDFs and Thread Safety? - Hive - [mail # user]
...Hadoop tasks use a single thread, so there won't be multiple threads accessing the UDF.  However, there's a flip side of thread safety if your UDF maintains state; is it receiving all t...
   Author: Dean Wampler, 2013-03-11, 03:54
Re: Error while table creation - Hive - [mail # user]
...If you upgrade Hive, you have to do a upgrade/migration on the metastore database. There are scripts that come with hive distributions for this. If you're starting from scratch, you could ju...
   Author: Dean Wampler, 2013-03-10, 15:17
Re: Hive query started map task being killed during execution - Hive - [mail # user]
...Do you have more than one hive process running? It looks like you're using Derby, which only supports one process at a time. Also, you have to start Hive from the same directory every time, ...
   Author: Dean Wampler, 2013-03-08, 22:16
Re: difference between add jar in hive session and hive --auxpath - Hive - [mail # user]
...copies jars around the cluster and adds them to the task classpath, so the jars you add aren't visible to hive itself. Annoying, but...  On Fri, Mar 8, 2013 at 11:53 AM, java8964 java89...
   Author: Dean Wampler, 2013-03-08, 18:01
Re: Find current db we r using in Hive - Hive - [mail # user]
...It's odd that there is no such command. The trick Ramki mentioned is the only one I know of. Two points about it, though:  1. It only works on Hive v0.8+. 2. I've seen a few cases where...
   Author: Dean Wampler, 2013-03-08, 13:25
Re: java.lang.NoClassDefFoundError: com/jayway/jsonpath/PathUtil - Hive - [mail # user]
...Unfortunately, you have to also add the json jars to Hive's class path before it starts, e.g.,  env HADOOP_CLASSPATH=/path/to/lib/*.jar hive  Use the appropriate path to your lib d...
   Author: Dean Wampler, 2013-03-08, 13:22
Re: Accessing sub column in hive - Hive - [mail # user]
...I recognize this example ;)  You reference struct elements with the dot notation, as Bejoy said, map elements with what you tried, deductions['Federal taxes'], and arrays by index, star...
   Author: Dean Wampler, 2013-03-08, 13:19
Re: Rename external table, including HDFS directory - Hive - [mail # user]
...You can rename the LOCATION with an ALTER TABLE command. I don't believe there's a single, "atomic" statement to rename both the table and the directory.  On Thu, Mar 7, 2013 at 5:29 PM...
   Author: Dean Wampler, 2013-03-08, 00:02
Re: Variable Substitution - Hive - [mail # user]
...Even newer versions of Hive do this. Any reason you don't want to provide a definition for all of them? You could argue that an undefined variable is a bug and leaving the literal text in pl...
   Author: Dean Wampler, 2013-03-06, 21:30
Re: Combine two overlapping schema? - Hive - [mail # user]
...Of the top of my head, I think UNION ALL should work if you explicitly project out the missing columns with NULL or other values, e.g. using nested SELECTs, something like  SELECT * FRO...
   Author: Dean Wampler, 2013-03-06, 18:11
Sort:
project
Hive (102)
Hadoop (1)
type
mail # user (100)
issue (2)
date
last 7 days (1)
last 30 days (1)
last 90 days (32)
last 6 months (87)
last 9 months (102)
author
Namit Jain (802)
Edward Capriolo (632)
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