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

blinkdb convert all command line to lowercase #11

Open
zhangxuhong opened this issue Mar 16, 2016 · 0 comments
Open

blinkdb convert all command line to lowercase #11

zhangxuhong opened this issue Mar 16, 2016 · 0 comments

Comments

@zhangxuhong
Copy link

Blinkdb will fail if using SERDE, for example

ROW FORMAT SERDE 'org.openx.data.jsonserde.JsonSerDe'

JsonSerDe class will not be found, because blinkdb will convert the command to

ROW FORMAT SERDE 'org.openx.data.jsonserde.jsonserde'

Suggest to modify SharkDriver.scala line 175.

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

1 participant