-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
Signed-off-by: bokket <[email protected]>
readdir_test.go
Outdated
if err != nil { | ||
t.Error(err) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
readdir_test.go
Outdated
if err != nil { | ||
t.Error(err) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto (or assert.NoError)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly for code below
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
I think it's a bug in I will try to fix it tomorrow. |
Hello, I fixed this problem in beyondstorage/setup-hdfs#36, please test it again: steps:
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- uses: actions/setup-java@v1
with:
java-version: '11'
- uses: beyondstorage/setup-hdfs@master
with:
hdfs-version: '3.3.1'
- run: curl ${{ env.HDFS_NAMENODE_ADDR }} |
Signed-off-by: bokket <[email protected]>
Ops, let's test on linux only for now. |
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
- name: Setup-hdfs env | ||
uses: beyondstorage/setup-hdfs@master | ||
with: | ||
hdfs-version: '3.3.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can test on more supported versions like:
- "2.10.1"
- "2.2.2"
- "3.3.0"
- "3.3.1"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I try to add more versions, just like:
hdfs: [ "2.10.1", "2.2.2", "3.3.0", "3.3.1"]
,but look like failure :)
It just had the wrong version number.I have fixed it.
"2.2.2"--->"3.2.2"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about sending a PR to setup-hdfs
to fix it?
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Starting namenodes on [localhost]
localhost: Host key verification failed.
localhost: Host key verification failed.
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Host key verification failed. Strange, let's try to figure it out. |
Signed-off-by: bokket <[email protected]>
I conducted experiments in my own warehouse and found a very interesting problem: |
Great work! |
Signed-off-by: bokket [email protected]