Skip to content

Commit

Permalink
remove local client and use alluxio python sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ycycse committed Dec 10, 2024
1 parent 604721f commit caee58d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2,485 deletions.
3 changes: 1 addition & 2 deletions alluxiofs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from alluxiofs.client import AlluxioClient
from alluxiofs.core import AlluxioFileSystem

__all__ = ["AlluxioFileSystem", "AlluxioClient"]
__all__ = ["AlluxioFileSystem"]
9 changes: 0 additions & 9 deletions alluxiofs/client/__init__.py

This file was deleted.

89 changes: 0 additions & 89 deletions alluxiofs/client/config.py

This file was deleted.

57 changes: 0 additions & 57 deletions alluxiofs/client/const.py

This file was deleted.

Loading

0 comments on commit caee58d

Please sign in to comment.