Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Java longs are signed 64-bit values. Databases often support large unsigned 64-bit values. This will cause problems when exporting large values that are in the negative value range for sign 64-bit integers. The solution is to likely use a java BigInteger when calculating splits or dealing with fields with this type of data.
Attachments
Issue Links
- relates to
-
FLUME-48 collectorSink writes files with .seq suffix even though text files are written out.
- Resolved