summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2025-06-26fix: update profiling scripts to use correct path for generate_profile_data.goPaul Buetow
- Fixed path references to generate_profile_data.go in profile_quick.sh and profile_benchmarks.sh (now ../benchmarks/cmd/) - Fixed dmap profiling in profile_quick.sh to use proper MapReduce query format and interrupt after 3 seconds (since dmap runs continuously) - Added CSV logformat specification for dmap query on CSV files This fixes the "make profile-quick" and "make profile-auto" commands that were failing due to incorrect paths after moving the profiling scripts from benchmarks/ to profiling/. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26update fedora releasePaul Buetow
2021-12-03update TODO commentsPaul Buetow
2021-11-07update dmap.gif examplePaul Buetow
2021-11-07new dtail.gifPaul Buetow
2021-11-07can set ssh private key path file via env varPaul Buetow
2021-11-07Can configure num of docker server instances via NUM_INSTANCESPaul Buetow
2021-11-06Remove insecure and dangerous relaxed auth modePaul Buetow
2021-11-02remove docker test dmap2_testPaul Buetow
2021-10-29rename relaxed auth flagPaul Buetow
2021-10-12Update JSON-schema to reflect all recent config file changes.Paul Buetow
2021-10-10add another dmap test - reading 100 source files at oncePaul Buetow
fix a data race when reading multiple files on one server from the same session at once
2021-10-10add dtail health check unit test.Paul Buetow
2021-10-03when a mapreduce outfile is specified also always write a outfile.query filePaul Buetow
2021-10-02add dcat testPaul Buetow
2021-10-02add more default fields to MAPREDUCEPaul Buetow
2021-10-02refactor config reader - also looks in additional search paths for config ↵Paul Buetow
file unless NONE is specified
2021-10-02move args to config packagePaul Buetow
logger package rewrite as dlog
2021-10-02fix auto reconnectPaul Buetow
2021-10-02remote connector is now an interfacePaul Buetow
2021-10-02new docker test cases - also change default FATAL bg color to magentaPaul Buetow
2021-10-02bugfix: dmap skipped the last couple of mapreduce linesPaul Buetow
2021-10-02mapreduce tables are in colors now tooPaul Buetow
2021-09-07Produce MAPREDUCE lines, can aggregate these via default log formatPaul Buetow
2021-09-06REMOTE and CLIENT colors are brushed correctly too nowPaul Buetow
2021-08-22introduces the protocol packagePaul Buetow
2021-07-31Fix Docker tests - also add dcat examplePaul Buetow
2020-12-28add scripts to start multiple dserv containers for development purposesPaul Buetow
2020-12-28refactorPaul Buetow
2020-11-22add readmePaul Buetow
2020-11-22can run test container for local development purposesPaul Buetow