datarobot (version 2.4.0)

SetupProjectFromHDFS: Function to set up a new DataRobot project using datasource on a WebHDFS server

Description

This function returns the projectName specified in the calling sequence, the unique alphanumeric identifier projectId for the new project, the name of the modeling dataset uploaded to create this project, and the project creation time and date.

Usage

SetupProjectFromHDFS(url, port = NULL, projectName = NULL, maxWait = 60 * 60)

Arguments

url
Character string. The location of the WebHDFS file, both server and full path. Per the DataRobot specification, must begin with `hdfs://`
port
Optional int. The port to use. If not specified, will default to the server default (50070)
projectName
Optional character string specifying a project name.
maxWait
The maximum time to wait for each of two steps: (1) The initial project creation request, and (2) data processing that occurs after receiving the response to this initial request.

Value

This function returns a list with the following four components: