SetupProjectFromHDFS | R Documentation |
This function is deprecated. Use SetupProjectFromDataSource
instead.
SetupProjectFromHDFS(url, port = NULL, projectName = NULL, maxWait = 60 * 60)
url |
character. The location of the WebHDFS file, both server and full path. Per the DataRobot specification, must begin with hdfs:// |
port |
integer. Optional. The port to use. If not specified, will default to the server default (50070). |
projectName |
character. Optional. String specifying a project name. |
maxWait |
integer. 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. |
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.
A named list that contains:
character. The name assigned to the DataRobot project
character. The unique alphanumeric project identifier for this DataRobot project
character. The name of the CSV modeling file uploaded for this project
character. The time and date of project creation
## Not run:
SetupProjectFromHDFS(url = 'hdfs://path/to/data',
port = 12345,
projectName = 'dataProject')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.