Closed lbesnard closed 10 years ago
Source dir should not be pointing to a temporary WIP directory. WIP directory is temporary and local.
@danfruehauf well that's what we talked about a few weeks ago, and that's why you created this 'special' WIP directory
I've sent your email back
WIP is "Work In Progress", a synonym to /tmp
. I never said it will be shared between VMs. Harvesters must not rely on that WIP directory ever.
@anguss00 databags can point now to : /mnt/imos-t4/IMOS/public/AUV/auv_viewer_data
thanks
Is this the auv_viewer_track harvester?
BTW, where are the thumbnails going to be?
yeap this is it. Thumbnails are in /mnt/imos-t4/IMOS/public/AUV/auv_viewer_data/thumbnails
But they aren't used by the harvester
@danfruehauf if Angus is not here today, could you (or someone else) change the databags to point to the right folder ?
lbesnard commented 4 days ago @anguss00 databags can point now to : /mnt/imos-t4/IMOS/public/AUV/auv_viewer_data
thanks
Yeah, lets do it now?
whenever mate. I'd really like to move forward with this
Try please with:
include_data=>.*TABLE_DATA.*\.csv
include_metadata=>.*TABLE_METADATA.*\.csv
include_reporting=>.*auvReporting\.csv
@danfruehauf please see https://github.com/aodn/harvesters/issues/108#issuecomment-61438214
also you got to remove excludeDir (and just use exclude) since this doesn't exist in the talend component. Already had a chat with @jonescc about this. The harvester might be slow going through millions of excluded files, so will have to see how this performs.
@anguss00 Bene merged a new version of my harvester so if you can put this one on RC it would be great. However even the current version should work with those databags. I tried on my machine with the exact same path as what is on prod and everything is ok. I don't get why the schema on RC is completely empty.
This harvester has been deployed on NSP14.
But the databags are incorrect. The sourceDir context should point to what is actually setup in the harvester, ie:
instead of
from /mnt/ebs/talend/jobs/auv_viewer_track_rc-auv_viewer_track_rc/etc/auv_viewer_track_rc-auv_viewer_track_rc.conf
However it seems like /mnt/ebs/wip/AUV/auv_viewer_process is only accessible through NSP10 so the harvester would have some difficulties to read the data anyway
@danfruehauf , @anguss00 ?