...
JSON v2 - This newer version reads the JSON source file through the Conversion Service, which stores a restructured version of the data in tabular format on the base storage layer for quick and simple use within the application.
Tip Tip: This method is enabled by default and is recommended. For more information, see Working with JSON v2.
JSON v1 - This older version reads JSON files directly into the platform as text files. However, this method often requires additional work to restructure the data into tabular format. For more information, see Working with JSON v1.
Parsing Limits
After a file is passed into the
D s webapp |
---|
Native Output File Formats
...
Info |
---|
NOTE: Import of a compressed file whose underlying format requires conversion through the Conversion Service is not supported. |
Info |
---|
NOTE: Importing a compressed file with a high compression ratio can overload the available memory for the application. In such cases, you can decompress the file before uploading. If decompression fails, you should contact your administrator about increasing the Java Heap Size memory. |
Info |
---|
NOTE: Publication of results in Snappy format may require additional configuration. See below. |
Info |
---|
NOTE: GZIP files on Hadoop are not split across multiple nodes. As a result, jobs can crash when processing it through a single Hadoop task. This is a known issue with GZIP on Hadoop. Where possible, limit the size of your GZIP files to 100 MB of less, or use BZIP2 as an alternative compression method. As a workaround, you can try to run the job on the unzipped file. You may also disable profiling for the job. See Run Job Page in the User Guide. |
Tip | |
---|---|
Tip: If preferred, you can configure the
|
Read Native File Formats
GZIP | BZIP | Snappy | Notes | |||
CSV | Supported | Supported | Supported | |||
JSON v2 | Not supported | Not supported | Not supported | A converted file format. See above. | ||
JSON v1 | Supported | Supported | Supported | Not a converted file format. See above. | ||
Avro | Supported | |||||
Hive | Supported |
Write Native File Formats
...
GZIP | BZIP | Snappy | |||
CSV | Supported | Supported | Supported | ||
JSON | Supported | Supported | Supported | ||
Avro | Supported; always on | ||||
Hive | Supported; always on |
Snappy compression formats
...