Skip to content

Commit 9df40f2

Browse files
added missing properties for core-site.xml sample
1 parent 8ac7cb2 commit 9df40f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/conf/core-site.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ deployments this is useful as you can use relative paths eg ./bin/dl -ls / -->
3434
<value>/data_lake/dl_SET_YOUR_DL_HERE</value>
3535
</property>
3636

37+
38+
<property>
39+
<name>fs.dl.impl.defaultEndpoint</name>
40+
<value>/data_lake/dl_SET_YOUR_DL_HERE</value>
41+
</property>
42+
3743
<!--This is the default permission set for uploaded files. Default value: 00640 -->
3844
<property>
3945
<name>fs.dl.impl.defaultFilePermissions</name>
@@ -69,4 +75,10 @@ deployments this is useful as you can use relative paths eg ./bin/dl -ls / -->
6975
<name>fs.dl.impl.encryptionKeyPath</name>
7076
<value>/etc/PUT_YOUR_KEY_PATH_HERE</value>
7177
</property>
78+
79+
<property>
80+
<name>fs.dl.impl.datalakeDatanodesDomain</name>
81+
<value>USE_DOWNLOADED_CORE_SITE_FROM_BIGSTEP_DIAGRAM_UI</value>
82+
</property>
83+
7284
</configuration>

0 commit comments

Comments
 (0)