修改指定表字段的字符集,表右键设计表,改变字符集 , 修改hive的配置hive-site.xml <property> <name>javax.jdo.option.ConnectionURL</name> <value>jdbc:mysql://master:3306/metastore?useSSL=false&useunicode=true&characterEncoding=UTF-8</value> </property>