You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSX' HSF+ filesystem does not support sparse file so backing to disk is disabled on OSX in pool2 mapreduce engine. Since there appears to be no need to use mmap instead of normal file IO, we should switch to the latter in pool2 and enable backing to disk for OSX.
The text was updated successfully, but these errors were encountered:
Modify the lookup algorithm to do the following:
given "... FROM A, B ..."
#1 first look for A:B join files in A's directory
#2 if that fails, look for A:B join files in B's directory
#3 when a potential match is found, prefer resolving the other
table to the same dbdir where the .join file resides
#4 if you can't, look for it in other dbdirs, in order they
show up in LSD_DB
tables with the same name in two different LSD_DB directories.
OSX' HSF+ filesystem does not support sparse file so backing to disk is disabled on OSX in pool2 mapreduce engine. Since there appears to be no need to use mmap instead of normal file IO, we should switch to the latter in pool2 and enable backing to disk for OSX.
The text was updated successfully, but these errors were encountered: