Where datameer stores artifacts path or folder path?
Hi Datameer team,
I am new to Datameer and I am trying to figure out that where datameer stores the folder structure for each user.
For instance,
There are multiple users and each user have different jobs like below,
/Users/Kavitha/import_jobs
I am wondering where the folder path is being stored?
Thanks,
Kavi
-
Hello Kavitha,
As was mentioned by Gido, folder structure represented in Datameer UI is virtual and doesn't exist in HDFS or Datameer server. Datameer keeps real data based on artefacts types, independently from its representation in UI.
For example, if you open Datameer private folder in HDFS or local folder (if you use embedded cluster mode), you would see only folders for corresponding item types:- exportjobs
- importjobs
- fileuploads
- workbooks
Virtual folder structure, you see in Datameer UI is a metadata. You could view it via Datameer database only, e.g. via the query:
select * from folder;
Please sign in to leave a comment.
Comments
3 comments