Hello,
We have just installed HDP 2.3.2 in our environment but we are not able to start the Hive Service due to Schema failing.
Metastore connection URL: jdbc:mysql://hadoop-slave01.solutionworks.com/hive?createDatabaseIfNotExist=true
Metastore Connection Driver : com.mysql.jdbc.Driver
Metastore connection User: hive
Starting metastore schema initialization to 1.2.0
Initialization script hive-schema-1.2.0.mysql.sql
Error: Specified key was too long; max key length is 1000 bytes (state=42000,code=1071)
org.apache.hadoop.hive.metastore.HiveMetaException: Schema initialization FAILED! Metastore state would be inconsistent !!
*** schemaTool failed ***
Let me know how if you have encountered this issue and how you resolved it.