Madhukar525722 commented on PR #50022:
URL: https://github.com/apache/spark/pull/50022#issuecomment-2678157954

   HI @pan3793 , while testing we are facing a warning
   
   `[spark3-client]$ spark-sql --master yarn --deploy-mode client 
--driver-memory 4g --executor-memory 4g --conf 
spark.hadoop.hive.thrift.client.max.message.size=1gb`
   
   `Setting default log level to "WARN".
   To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use 
setLogLevel(newLevel).
   25/02/24 07:45:46 WARN HiveConf: HiveConf of name 
hive.thrift.client.max.message.size does not exist
   25/02/24 07:45:49 WARN HiveConf: HiveConf of name 
hive.thrift.client.max.message.size does not exist`
   
   We have already defined the conf in hive-site.xml
   `    <property>
         <name>hive.thrift.client.max.message.size</name>
         <value>1gb</value>
       </property>`
   
   So, the error message for table persists.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to