Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Incompatible parquet Schema on Impala but queries work fine in Hive

avatar
Explorer

Hello ,

 

I am facing issues while executing some queries , I am getting below error for time being and the issue is being resolved autoamtically .

 

ERROR : File 'xxx/yyy/zzz/part-00000-c25df0cd-b7fa-4432-b416-16411dc390d4.c000.snappy.parquet' has an incomp...

 

I checked the files but there is no schema mismatch .

 

Can you please suggest me how i can fix the issue.

 

3 ACCEPTED SOLUTIONS

avatar
Master Collaborator

@Muskan can you set this parameter before running the query and see if this helps?

set PARQUET_FALLBACK_SCHEMA_RESOLUTION=1;

 

Regards,

Chethan YM

View solution in original post

avatar
Master Collaborator

Hi @Muskan 

You can set it in CM Impala advance configs -> 

Impala Daemon Command Line Argument Advanced Configuration Snippet (Safety Valve)

 

Regards,

Chethan YM

View solution in original post

avatar
Explorer
4 REPLIES 4

avatar
Master Collaborator

@Muskan can you set this parameter before running the query and see if this helps?

set PARQUET_FALLBACK_SCHEMA_RESOLUTION=1;

 

Regards,

Chethan YM

avatar
Explorer

Hello @ChethanYM 

It works 

But we can set as default property in our cloudera manager for impala 

 

 

 

 

avatar
Master Collaborator

Hi @Muskan 

You can set it in CM Impala advance configs -> 

Impala Daemon Command Line Argument Advanced Configuration Snippet (Safety Valve)

 

Regards,

Chethan YM

avatar
Explorer

Thanks