| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
55 (0.248s).
|
|
|
Loading phrases to help you refine your search...
|
|
Can hive show external table filenames? - Hive - [mail # user]
|
|
..."show tables" shows the HDFS directories which correspond to Hive tables and various select queries show data from inside the files (each row of a file being a row of the overarching table t...
|
|
|
Author: Keith Wiley,
2013-01-31, 19:37
|
|
|
apache can't access hive - Hive - [mail # user]
|
|
...I have created a php-backed dynamic website which pulls data from hive (via exec) and presents the results through a web interface. This was working fine...then I upgraded to CDH4 and ...
|
|
|
Author: Keith Wiley,
2012-11-12, 21:40
|
|
|
Re: Error in semantic analysis: Unable to fetch table - Hive - [mail # user]
|
|
...I never needed the -S. I would just call it with -e, but yeah, that's the basic idea. The output is gathered in the remaining optional arguments to exec(). On O...
|
|
|
Author: Keith Wiley,
2012-10-19, 06:48
|
|
|
Re: Error in semantic analysis: Unable to fetch table - Hive - [mail # user]
|
|
...Followup: If I run "show tables" then while I get a list from the command line, I get nothing from php. Furthermore, if I attempt to select from a bogus tablename on the co...
|
|
|
Author: Keith Wiley,
2012-10-18, 21:00
|
|
|
Error in semantic analysis: Unable to fetch table - Hive - [mail # user]
|
|
...If I run a select command on the command line with -e it works. If I run the same command inside hive (without -e) it still works...but if I exec it with a -e from php (so ...
|
|
|
Author: Keith Wiley,
2012-10-18, 20:46
|
|
|
Increase max tablename length? - Hive - [mail # user]
|
|
...The default seems to be 128. Can it be increased? I haven't found a configuration parameter for that yet. ___________________________________________________________...
|
|
|
Author: Keith Wiley,
2012-08-08, 22:32
|
|
|
Re: drop table: no err on nonexistant table? - Hive - [mail # user]
|
|
...Oye, got it. Sorry. RTFM: hive.exec.drop.ignorenonexistent On Aug 6, 2012, at 11:06 , Keith Wiley wrote: error-checking. If an attempt is made to drop a table t...
|
|
|
Author: Keith Wiley,
2012-08-06, 18:31
|
|
|
drop table: no err on nonexistant table? - Hive - [mail # user]
|
|
...I'm wrapping hive in a web tool and would like to do some basic error-checking. If an attempt is made to drop a table that doesn't exist, I would like to show an error mess...
|
|
|
Author: Keith Wiley,
2012-08-06, 18:06
|
|
|
HQL vs. HiveQL - Hive - [mail # user]
|
|
...I have found references to both HQL and HiveQL (as abbreviations for Hive Query Language) as the name of the SQL-like language Hive uses. Is there a formal and definitively...
|
|
|
Author: Keith Wiley,
2012-07-03, 17:59
|
|
|
Re: LIKE Statement - Hive - [mail # user]
|
|
...Thanks for the followup. __________________________________________________________________________ ______ Keith Wiley [EMAIL PROTECTED] keithwiley.com &nb...
|
|
|
Author: Keith Wiley,
2012-05-14, 21:36
|
|
|
|