BL_PORT= LIBNAME Option

Specifies the port number for writing table data to the Hadoop cluster.
Valid in: SAS/ACCESS LIBNAME statement
Alias: BLPORT=, BULKLOAD_PORT=
Default: 8020
Restriction: This option is required only if Hadoop HDFS streaming is running on a port other than the default port 8020.
Data source: Hadoop
Tip: You can use this option without setting BULKLOAD=YES.
See: PORT= connection option

Syntax

BL_PORT=<port>

Syntax Description

port
specifies the port number to use to write table data.

Details

To create a new table or append to an existing table, use this option to specify only the port number that bulk load uses to write data to the Hadoop cluster using the HDFS streaming server.