Skip to content

Commit

Permalink
hdfs: correct username parameter in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Jan 8, 2021
1 parent e3c238a commit feaacfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fstest/testserver/init.d/TestHdfs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ start() {

echo type=hdfs
echo namenode=127.0.0.1:8020
echo user=root
echo username=root
}
stop() {
if status ; then
Expand Down

0 comments on commit feaacfd

Please sign in to comment.