Main Content

getLocation

Class: matlab.io.datastore.HadoopFileBased
Namespace: matlab.io.datastore

(Not recommended) Location of files in Hadoop

matlab.io.datastore.HadoopFileBased.getLocation is not recommended. Use the getLocation method for the matlab.io.datastore.HadoopLocationBased class instead.

Syntax

location = getLocation(ds)

Description

location = getLocation(ds) returns the location of the files in Hadoop® for the datastore object ds.

Input Arguments

expand all

Input datastore, specified as a matlab.io.Datastore object. To create a Datastore object, see matlab.io.Datastore.

Output Arguments

expand all

Location of files in Hadoop, returned as cell array of character vectors or a matlab.io.datastore.DsFileSet object. To create a DsFileSet object, see matlab.io.datastore.DsFileSet.

Attributes

Abstracttrue
Hiddentrue

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2017b