From f5ad0d7ed18a0018a71620ca8ac51c633df84f5c Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 5 Oct 2023 09:52:19 +0200 Subject: [PATCH] [Hotfix] remove user for the hdfs client --- fink_mm/observatory/LVK/LVK.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fink_mm/observatory/LVK/LVK.py b/fink_mm/observatory/LVK/LVK.py index f3957f98..21197b40 100644 --- a/fink_mm/observatory/LVK/LVK.py +++ b/fink_mm/observatory/LVK/LVK.py @@ -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"]