| clear query|facets|time |
Search criteria: .
Results from 1 to 9 from
9 (0.271s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Table schema size limit to 4000 chars ? - Hive - [mail # user]
|
|
...Ah, it seems the Json parser issue was due to my avro schema having comments //. I have seen some comments on the web about this parser that it can be configured to accept comments. &...
|
|
|
Author: Alexandre Fouche,
2012-12-17, 13:58
|
|
|
Table schema size limit to 4000 chars ? - Hive - [mail # user]
|
|
...Hi, I have an avro table with a schema that is around 8000 chars, and cannot query from it: First i had issue when creating the table, Hive will throw an exception because...
|
|
|
Author: Alexandre Fouche,
2012-12-17, 13:24
|
|
|
HiveQL include/load other hiveql script ? - Hive - [mail # user]
|
|
...Hi Is there a HiveQL statement to load, import or execute another HiveQL script, either local or in HDFS ? (yes, i already search in docs and book) AF ...
|
|
|
Author: Alexandre Fouche,
2012-12-13, 12:59
|
|
|
Re: Hive parallel execution deadlocks, need restart of yarn-nodemanager - Hive - [mail # user]
|
|
...Ah i see, i had missed the fact that each MR jobs had an ApplicationManager that was taking a container, there were none free to run mappers (my jobs usually have only one mapper due to smal...
|
|
|
Author: Alexandre Fouche,
2012-12-07, 08:18
|
|
|
Hive parallel execution deadlocks, need restart of yarn-nodemanager - Hive - [mail # user]
|
|
...Is there a known deadlock issue or bug when using Hive parallel execution with more parallel hive threads than there are computing nodemanagers ? On my test cluster, i have set Hive pa...
|
|
|
Author: Alexandre Fouche,
2012-12-06, 13:24
|
|
|
Re: Multiple insert overwrite into multiple tables query stores same results in all tables - Hive - [mail # user]
|
|
...For information, i created https://issues.apache.org/jira/browse/HIVE-3699 On Tuesday 6 November 2012 at 21:40, Alexandre Fouche wrote: ...
|
|
|
Author: Alexandre Fouche,
2012-11-10, 09:51
|
|
|
Re: Hive NR map progress inconsistent and regurlarly restart from 0% - Hive - [mail # user]
|
|
...Well, that is my problem here: i checked the logs on resourcemanager and nodemanagers and saw nothing suspicious, but these logs are too verbose. Could it be the data or avro records which h...
|
|
|
Author: Alexandre Fouche,
2012-11-07, 11:39
|
|
|
Hive NR map progress inconsistent and regurlarly restart from 0% - Hive - [mail # user]
|
|
...I have a Yarn MR (with two ec2 instances to mapreduce) job on a dataset of approximately a thousand avro records, and the map phase is behaving erratically. See the progress below What...
|
|
|
Author: Alexandre Fouche,
2012-11-07, 11:30
|
|
|
Multiple insert overwrite into multiple tables query stores same results in all tables - Hive - [mail # user]
|
|
...Hi, I am doing a query with multiple INSERT OVERWRITE to multiple tables, in order to scan the dataset only 1 time, and i end up having all these tables with the same content ! It seem...
|
|
|
Author: Alexandre Fouche,
2012-11-06, 20:40
|
|
|
|