Fixed issues in Cloudera Flow Management

Review the list of issues resolved in Cloudera Flow Management 4.12.0.

CFM-6474: Improved schema conversion in EBCDICRecordReader for integral data types
Previously, all integral fields were converted to LONG, regardless of their size. The conversion now uses the PIC digit count to determine the appropriate type:
  • PIC S9(1)–S9(9) → INTEGER
  • PIC S9(10)–S9(18) → LONG
CFM-6252: Content Viewer and Advanced configuration pages now open correctly through Apache Knox

Proxy routing has been updated so that the NiFi Content Viewer and Advanced configuration pages open correctly when NiFi is accessed through Apache Knox. These pages no longer enter an infinite redirect loop or display a “too many redirects” browser error.