From 04e8d05219e1bcc7dcc7a89e6f8f3cf21c874d49 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 5 Oct 2023 09:43:17 +0200 Subject: [PATCH] [Hotfix] remove root path for the hdfs client --- fink_mm/__init__.py | 2 +- fink_mm/observatory/LVK/LVK.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fink_mm/__init__.py b/fink_mm/__init__.py index f1663b8e..bd4d46e9 100644 --- a/fink_mm/__init__.py +++ b/fink_mm/__init__.py @@ -12,6 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.16" +__version__ = "0.16.1" __distribution_schema_version__ = "1.3" __observatory_schema_version__ = "1.1" diff --git a/fink_mm/observatory/LVK/LVK.py b/fink_mm/observatory/LVK/LVK.py index d07110b0..f3957f98 100644 --- a/fink_mm/observatory/LVK/LVK.py +++ b/fink_mm/observatory/LVK/LVK.py @@ -93,7 +93,7 @@ def get_skymap(self, **kwargs) -> QTable: else: hdfs_adress = kwargs["hdfs_adress"] hdfs_client = InsecureClient( - f"http://{hdfs_adress}:50070", user="hdfs", root="/user/julien.peloton" + f"http://{hdfs_adress}:50070", user="hdfs" ) triggerId = self.get_trigger_id() gcn_status = kwargs["gcn_status"]