Kimahriman / hdfs-native

Apache License 2.0
33 stars 12 forks source link

Supported router based federation with context tracking #40

Closed Kimahriman closed 11 months ago

Kimahriman commented 11 months ago

Resolves #8

zuston commented 10 months ago

How to use this RBF in client side?

Kimahriman commented 10 months ago

It should just be based on configuring the dfs.namenode.rpc-address.* settings to point to your routers. All this PR did was add support for observer reads through routers, which I realized as I was doing it isn't actually part of a released Hadoop version yet, just in the trunk