-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.3.2
-
Fix Version/s: None
-
Component/s: CLI
-
Labels:None
-
Environment:
Observed on an AWS EMR cluster.
Hive cli, executing script from bash with "hive -f ..." (not interactive).
This line causes a ParseException:
, member_id string -- standardizing from client's memberID
When the apostrophe is removed, leaving:
, member_id string -- standardizing from clients memberID
the line is parsed correctly.