All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dax.hdfsreader.4.1.4.source-code.plugin_job_template.json Maven / Gradle / Ivy

The newest version!
{
  "name": "hdfsreader",
  "parameter": {
    "path": "/user/hive/warehouse/mytable01/",
    "defaultFS": "hdfs://cluster",
    "haveKerberos": "true",
    "kerberosPrincipal": "[email protected]",
    "kerberosKeytabFilePath": "/etc/security/keytabs/hive.headless.keytab",
    "column": [
      {
        "index": 0,
        "type": "long"
      },
      {
        "index": 1,
        "type": "boolean"
      },
      {
        "type": "string",
        "value": "hello"
      },
      {
        "index": 2,
        "type": "double"
      }
    ],
    "fileType": "orc",
    "encoding": "UTF-8",
    "fieldDelimiter": ","
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy