FAILED: ParseException line 1:47 character ')' not supported here
/itcast/apache-hive-0.13.0-bin/bin/hive -e "alter table hhh add partition (logdate=$CURRENT) location '/cleaned/$CURRENT'"
括号写错,改成英文状态下的
/itcast/apache-hive-0.13.0-bin/bin/hive -e "alter table hhh add partition (logdate=$CURRENT) location '/cleaned/$CURRENT'"
括号写错,改成英文状态下的