Unverified Commit 6bc12de0 authored by fishyds's avatar fishyds Committed by GitHub
Browse files

[PAI bug fixing] Fix the incorrect PAI webhdfs endpoint path (#653)


* Fix PAI webhdfs api endpoint
parent 6d591989
......@@ -356,7 +356,7 @@ class PAITrainingService implements TrainingService {
user: this.paiClusterConfig.userName,
// Refer PAI document for Pylon mapping https://github.com/Microsoft/pai/tree/master/docs/pylon
port: 80,
path: '/webhdfs/webhdfs/v1',
path: '/webhdfs/api/v1',
host: this.paiClusterConfig.host
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment