Data Engineering Streaming
- Data Engineering Streaming 10.2.1
- All Products
Run-time Engine
| Type of Files Processes
| Returned Path
|
---|---|---|
Hive
| HDFS source files
| <staged path><HDFS file path> For example,
hdfs://host name:port/hive/warehouse/ff.txt |
Hive
| Flat files in the local system
| <local file path> For example,
/home/devbld/Desktop/ff.txt |
Blaze
| Flat files in the local system
| <staged path><local file path> For example,
hdfs://host name:port/hive/warehouse/home/devbld/Desktop/ff.txt |
Spark
| HDFS source files
| hdfs://<host name>:<port>/<file name path> For example,
hdfs://host name:port/hive/warehouse/ff.txt |
Spark
| Flat files in the local system
| <local file path> For example,
/home/devbld/Desktop/ff.txt |