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

how to use "group by" sql #67

Open
yuruidong opened this issue Jan 3, 2017 · 4 comments
Open

how to use "group by" sql #67

yuruidong opened this issue Jan 3, 2017 · 4 comments

Comments

@yuruidong
Copy link

I execute "select day,count(*) from tb_name group by day" .
raise Pyhs2Exception(res.status.errorCode, res.status.errorMessage)
pyhs2.error.Pyhs2Exception: 'Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask'

@zklopman
Copy link
Collaborator

zklopman commented Jan 3, 2017 via email

@yuruidong
Copy link
Author

this problem is still happended

@yuruidong
Copy link
Author

@zklopman execute "select a.day from tb_name a" is ok

@zklopman
Copy link
Collaborator

zklopman commented Jan 4, 2017 via email

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