Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
6bc12de0
Unverified
Commit
6bc12de0
authored
Jan 25, 2019
by
fishyds
Committed by
GitHub
Jan 25, 2019
Browse files
[PAI bug fixing] Fix the incorrect PAI webhdfs endpoint path (#653)
* Fix PAI webhdfs api endpoint
parent
6d591989
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/nni_manager/training_service/pai/paiTrainingService.ts
src/nni_manager/training_service/pai/paiTrainingService.ts
+1
-1
No files found.
src/nni_manager/training_service/pai/paiTrainingService.ts
View file @
6bc12de0
...
...
@@ -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
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment