Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hi,
I am trying to set the following params using Lens CLI
lens-shell>set lens.query.result.output.serde=ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'
This didn't return set param successful msg. However if i change this to
lens-shell>set lens.query.result.output.serde=ROW-FORMAT-SERDE'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'
Set param succeeded
Most probably a problem with spaces. Kindly resolve.