| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
58 (0.107s).
|
|
|
Loading phrases to help you refine your search...
|
|
Combine two overlapping schema? - Hive - [mail # user]
|
|
...I have two tables which have overlapping but nonidentical schema. I want to creating a new table that unions them, leaving nulls in any given row where a column name doesn't occur in t...
|
|
|
Author: Keith Wiley,
2013-03-06, 18:03
|
|
|
Re: Can hive show external table filenames? - Hive - [mail # user]
|
|
...Thanks, that seems like a reasonable summary of my options. Cheers! On Jan 31, 2013, at 14:38 , Edward Capriolo wrote: ______________________________________________...
|
|
|
Author: Keith Wiley,
2013-01-31, 23:13
|
|
|
Re: Can hive show external table filenames? - Hive - [mail # user]
|
|
...Hmmm, that doesn't seem to list the files in the directory. On Jan 31, 2013, at 12:12 , Edward Capriolo wrote: ____________________________________________________________...
|
|
|
Author: Keith Wiley,
2013-01-31, 21:55
|
|
|
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
|
|
|
|