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

ive_2.11.1.3.0-a13.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
eel {
  hive {
    source {
      ignoreHiddenFiles = true
      hiddenFilePattern = "_.*"
      checkDataForPartitionOnlySources = true
      missingPartitionAction = "error"
    }
    dialect {
      reader {
        # how many records to read at a time in the hive dialect reads
        buffer-size = 1000
      }
    }
    bufferSize = 10000
    sink {
      include-partitions-in-data = false
      schemaEvolution = false
      dynamicPartitioning = true
      upper-case-action = "error"
      inheritPermissions = false
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy