core-site.xml Add the following lines: hadoop.tmp.dir /hadoop A base for other temporary directories. fs.default.name hdfs://localhost:54310 The name of the default file system. A URI whose scheme and authority determine the FileSystem implementation. The uri's scheme determines the config property (fs.SCHEME.impl) naming the FileSystem implementation class. The uri's authority is used to determine the host, port, etc. for a filesystem. Assigns data directory to /hadoop Use localhost for our hdfs server