Anyone know anything about this? We have our errors stored in this data
structure, so it's hard to debug when we can't analyze our errors :\
Shameless bump.
On Thu, Aug 14, 2014 at 10:43 AM, Raymond Lau wrote:
> Original Thrift schema:
>
> struct teststruct {
> 1:
Do your field names in your parquet files contain upper case letters by any
chance ex. userName? Hive will not read the data of external tables if
they are not completely lower case field names, it doesn't convert them
properly in the case of external tables.
On Aug 17, 2014 8:00 AM, "hadoop hive"
;
>> *https://github.com/apache/hive/blob/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ArrayWritableGroupConverter.java
>> <https://github.com/apache/hive/blob/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ArrayWritableGroupConverter.java>*
>>
>>
>> Thanks,
>> -Raymond
>>
>
>
--
*Raymond Lau*
Software Engineer - Intern |
r...@ooyala.com | (925) 395-3806
Hello. (First off, sorry if I accidentally posted to the wrong mailing
list before - dev - and you are getting this again)
Regarding the ArrayWritableGroupConverter class: I was just wondering how
come the field count has to be either 1 or 2? I'm trying to read a column
where the amount is field
Figured out my problem. I didn't add the jar to the classpath properly,
was trying to reference it locally instead of on HDFS.
On Mon, Jul 28, 2014 at 7:23 PM, Raymond Lau wrote:
> Hey guys, I'm having some trouble getting my Metastore Event Listener to
> do anything,
ent.getPartition().getTableName());
}
@Override
public void onAlterTable(AlterTableEvent alterTableEvent) throws
MetaException {
System.out.println("ALTERED TABLE");
}
}
Thanks in advance.
--
*Raymond Lau*
Software Engineer - Intern |
r...@ooyala.com | (925) 395-3806
, we'd like a system where someone just connects to, for example,
hiveserver2.company.com and the user is automatically routed to a server
round-robin style.
Anyone have any thoughts on this subject?
Thanks in advance.
--
*Raymond Lau*
Software Engineer - Intern |
r...@ooyala.com | (925) 395-3806
e data this way call the serializer() function in the
SerDe at all?
I've tried adding System.out.println statements in my deserializer and
serializer to debug and no output seems to come from the Serializer
function.
--
*Raymond Lau*
Software Engineer - Intern |
r...@ooyala.com | (925) 395-3806