| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
633 (0.06s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Can hive show external table filenames? - Hive - [mail # user]
|
|
...You can execute dfs commands from inside hive hive>dfs -ls You can also use virtual columns inside a select https://cwiki.apache.org/Hive/languagemanual-virtualcolumns.h...
|
|
|
Author: Edward Capriolo,
2013-01-31, 22:38
|
|
|
Re: Can hive show external table filenames? - Hive - [mail # user]
|
|
...Try describe extended or describe extended () the location is one of the properties Edward On Thu, Jan 31, 2013 at 2:37 PM, Keith Wiley wrote:...
|
|
|
Author: Edward Capriolo,
2013-01-31, 20:12
|
|
|
Re: Automating the partition creation process - Hive - [mail # user]
|
|
...You can also just create all your partitions ahead of time. They will not do any harm if empty. (unless you have an older version and hit this... http://issues.apache.org/jira/browse/HIVE-10...
|
|
|
Author: Edward Capriolo,
2013-01-30, 01:21
|
|
|
Re: [VOTE] Amend Hive Bylaws + Add HCatalog Submodule - Hive - [mail # user]
|
|
...Measure 1: +1 Measure 2: +1 On Mon, Jan 28, 2013 at 2:47 PM, Carl Steinbach wrote: ...
|
|
|
Author: Edward Capriolo,
2013-01-30, 01:18
|
|
|
Re: Cartesian product detection in the query plan? - Hive - [mail # user]
|
|
...Currently order by is very inefficient in hive. Hopefully you can use sort by in most cases. It should be "visible" in the plan. The plan should be very different if you are using the ...
|
|
|
Author: Edward Capriolo,
2013-01-28, 16:58
|
|
|
Re: Cartesian product detection in the query plan? - Hive - [mail # user]
|
|
...Iirc hive.mapred.mode strict should prevent this. If not we should add it. On Monday, January 28, 2013, David Morel wrote: org.apache.hadoop.mapred.SequenceFileInputFormat org.ap...
|
|
|
Author: Edward Capriolo,
2013-01-28, 13:29
|
|
|
Re: Whatever happened to the MACRO facility, Hive-2655 - Hive - [mail # user]
|
|
...That is my fault I was hoping it would get in because it seems close. Ill see if i can shove the ticket along. It is a cool feature. On Sat, Jan 26, 2013 at 8:59 AM, Dean Wampler  ...
|
|
|
Author: Edward Capriolo,
2013-01-26, 16:30
|
|
|
Re: Real-life experience of forcing smaller input splits? - Hive - [mail # user]
|
|
...Not all files are split-table Sequence Files are. Raw gzip files are not. On Fri, Jan 25, 2013 at 1:47 AM, Nitin Pawar wrote: ...
|
|
|
Author: Edward Capriolo,
2013-01-25, 07:46
|
|
|
Re: Real-life experience of forcing smaller input splits? - Hive - [mail # user]
|
|
...In most cases you want bigger splits because having lots of small tasks plays havoc on the job tracker. I have found that jobs with thousands of short lived map tasks tend to monopolize the ...
|
|
|
Author: Edward Capriolo,
2013-01-25, 07:44
|
|
|
Re: Loading a Hive table simultaneously from 2 different sources - Hive - [mail # user]
|
|
...Partition the table and load the data into different partitions. That or build the data outside he table and then use scripting to move the data in using LOAD DATA INPATH or copying. O...
|
|
|
Author: Edward Capriolo,
2013-01-24, 14:52
|
|
|
|