issues
search
DEIB-GECO
/
GMQL
GMQL - GenoMetric Query Language
http://www.bioinformatics.deib.polimi.it/geco/
Apache License 2.0
18
stars
11
forks
source link
Profiler and User Quota
#81
Closed
andreagulino
closed
7 years ago
andreagulino
commented
7 years ago
Profiler:
Adds files both on hdfs and in repository (under metadata folder)
The Repository contains new methods to retrieve profile information and retrieves the profile from HDFS after a new dataset has been created
GMQLSpark / GMQLSparkExecutor at the end calls the Profiler module to compute the profile of the new datasets and stores it in the new dataset folder
User Categories:
Added new Enumeration for user categories in GMQL-Core
Changed SManager/GMQLExecute methods and GMQLContext to include the check on user quota
Changed Repository to get information about the user quota status
Changed repository.xml to include the amount of space for each category
Additional:
In Repository, when a user unregisters the main folder is also deleted (e.g. /users/guest/) before it only removed the region folder
Profiler:
User Categories:
Additional: