Opened 6 years ago
Closed 6 years ago
#1796 closed enhancement (fixed)
wcst_import temporary files
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
wcst_import.sh generates some temporary files on data ingestions in /tmp
, e.g:
00d46d7b_665f_4d2c_ab88_fad2d418f266.gml* 035265db_a1f8_4b25_ab35_b6ad0320e6a5.gml* 09f1be98_3f55_4151_b791_604c821fb236.gml* 0ecf0b98_245d_4d16_a9fb_b1b1153fd139.gml* 156e32ab_d308_4181_b9cb_173a9dce5c19.gml*
Some issues:
- they need to be put in directory
/tmp/rasdaman
- a naming scheme like this would be better:
wcst_import.<uuid>.gml
- they need to be removed after the data is ingested?
Change History (1)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Type: | defect → enhancement |
Note:
See TracTickets
for help on using tickets.
WCST_Import tmp files will be stored at
/tmp/rasdaman_wcst_import/*.gml
.