Skip to content

Commit

Permalink
[Hotfix] remove root path 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 3cdb2b9 commit 04e8d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fink_mm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion fink_mm/observatory/LVK/LVK.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 04e8d05

Please sign in to comment.