HICC Column Resizing does not preserve size
-------------------------------------------
Key: CHUKWA-438
URL: https://issues.apache.org/jira/browse/CHUKWA-438
Project: Hadoop Chukwa
Issue Type: Bug
Components: User Interface
Affects Versions: 0.4.0
Reporter: Eric Yang
Assignee: Eric Yang
Fix For: 0.4.0
The rewrite of the HICC dashboard with REST API has introduced a bug in column
resizing. JSON Array colSize: [ 20, 80 ], does not deserialize properly in
Jersey. The work around is to encode the values inside quotes, like: colSize:
[ "20", "80" ].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.