cylondata / twister2

A composable framework for fast and scalable data analytics
https://twister2.org
Apache License 2.0
57 stars 32 forks source link

Remove redundant configurations from data.yaml #813

Closed supunkamburugamuve closed 4 years ago

supunkamburugamuve commented 4 years ago

twister2.data.hdfs.url: "hdfs://localhost:9001"

Specify the name of the namenode

twister2.data.hdfs.namenode: "hdfs://localhost:9001"

Specify the namenode port

twister2.data.hdfs.namenode.port: "9001"

These provide the same information. We can remove some of them