Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • File: File references to a local file (local where the query is executed, i.e. in a client/server scenario this file must be located on the server).
    • The following options are available:
      • Filename: The path to the file.
      • append: append values to end of file. If set to false (default) the values are overwritten.
  • HDFS: File reference to a Hadoop Filesystem (wrapper feature must be installed)
    • The following options are available
      • fs.default.name: The name of the Hadoop filesystem
      • Filename: The path to the file
      • append: append values to end of file. If set to false (default) the values are overwritten.
  • TcpSocket: This parameter defines a tcp socket connection to a server where the input data need to be retrieved from the source. It blocks until data is available
    • The following options are available:
      • Host: The name or IP of the server
      • Port: The port number of the server

...