Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All field types are being set to string in Hive 1.2.1 #26

Open
awhan-zot opened this issue Jul 4, 2015 · 1 comment
Open

All field types are being set to string in Hive 1.2.1 #26

awhan-zot opened this issue Jul 4, 2015 · 1 comment

Comments

@awhan-zot
Copy link

create table test(a int, b int) row format serde 'com.bizo.hive.serde.csv.CSVSerde' stored as textfile;

however on checking the table

describe test;
hive> describe test;
OK
a string from deserializer
b string from deserializer
Time taken: 0.34 seconds, Fetched: 2 row(s)

Hadoop version 2.7.0
java version "1.7.0_80"

@rafadaguiar
Copy link

I'm having the same issue on Hive 1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants