Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Impala "group by" cause impala daemon fatal error but simple query is correct, why?

avatar
New Contributor

Hi, guys:

  I'm useing CDH6.1.1. When I query impala like "select sum([field]) from [table]", the impala daemon is correct,and the result is correct too. But when I change sql to "select sum([field]) from [table] group by", the impala daemon unexpected exit,and the ERROR log has nothing, but the "impala.FATAL" throw "F1222 llvm-codegen.cc:137] LLVM hit fatal error: Cannot select: intrinsic %llvm.x86.sse42.crc32.64.64". Thanks everyone for your help!loglog

1 ACCEPTED SOLUTION

avatar
New Contributor

  I have solved the problem, the problem was found during migration clustering. The CPU instruction-set was different between the old environment and the new environment.This is my fault, Thanks everyone!

View solution in original post

1 REPLY 1

avatar
New Contributor

  I have solved the problem, the problem was found during migration clustering. The CPU instruction-set was different between the old environment and the new environment.This is my fault, Thanks everyone!