You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
wugeer
changed the title
fail to parse set ez.grouping.max-size=1234; in Hive Dialect
fail to parse set tez.grouping.max-size=1234; in Hive Dialect
Jan 6, 2025
According to the Apache Tez code, parameter
![image](https://private-user-images.githubusercontent.com/20339490/400360664-1b7393e8-a146-4093-91a9-803d7f9d6916.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzAwNzIsIm5iZiI6MTczOTM2OTc3MiwicGF0aCI6Ii8yMDMzOTQ5MC80MDAzNjA2NjQtMWI3MzkzZTgtYTE0Ni00MDkzLTkxYTktODAzZDdmOWQ2OTE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE0MTYxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFmMjQ1NmQ0ZWUwYjAwZjM3NTg3MjQ1OGIwNDg3MTlhZTBmOTdiZWEwMDAzOTMzNzRhMWFlN2NlZTZiM2U5YWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ycsnJq_6niwhhN12QhjxPtY3Cxuog7PdqWFnBNZTQD4)
tez.grouping.max-size
is supported.https://github.com/apache/tez/blob/1e6c9e3448bb9d934508ee995ad60c23dafa0610/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/grouper/TezSplitGrouper.java#L72
Also when hive uses tez engine, it is possible to set the
tez.grouping.max-size
parameter, but the current version fail to parse it.The text was updated successfully, but these errors were encountered: