Skip to content

Commit

Permalink
[Hotfix] remove user for the hdfs client
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Oct 5, 2023
1 parent 04e8d05 commit f5ad0d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fink_mm/observatory/LVK/LVK.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ def get_skymap(self, **kwargs) -> QTable:
skymap_str = self.voevent["event"]["skymap"]
else:
hdfs_adress = kwargs["hdfs_adress"]
hdfs_client = InsecureClient(
f"http://{hdfs_adress}:50070", user="hdfs"
)
hdfs_client = InsecureClient(f"http://{hdfs_adress}:50070")
triggerId = self.get_trigger_id()
gcn_status = kwargs["gcn_status"]
root_path = kwargs["root_path"]
Expand Down

0 comments on commit f5ad0d7

Please sign in to comment.