Skip to content

Commit

Permalink
HPCC-19337 Add streaming remote (dafilesrv) disk read support
Browse files Browse the repository at this point in the history
Implementation of a streaming remote project/filtering disk i/o
class for use by engines, plus initial use by hthor.

NB: This commit contains various fixes to rtl, hthor, dafilesrv
discovered/required during implementation.
It also adds:
1) remote compression support
2) remote filtering
3) remote grouped file support
4) Tidies up the dafilesrv exception handling and improves
the error messages fed back to the client.

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
  • Loading branch information
jakesmith committed Apr 10, 2018
1 parent b673e6b commit 9e82bfb
Show file tree
Hide file tree
Showing 23 changed files with 1,132 additions and 779 deletions.
2 changes: 2 additions & 0 deletions common/remote/remoteerr.hpp
Expand Up @@ -54,6 +54,8 @@
#define RFSERR_AuthenticateFailed 8025
#define RFSERR_CopySectionFailed 8026
#define RFSERR_TreeCopyFailed 8027
#define RFSERR_StreamReadFailed 8028
#define RFSERR_InternalError 8029


#define RAERR_InvalidUsernamePassword 8040
Expand Down

0 comments on commit 9e82bfb

Please sign in to comment.