index
:
dtail
master
refactor-trail-1
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
clients
/
maprclient.go
Age
Commit message (
Expand
)
Author
2026-03-13
task 57753d28: add interactive query control
Paul Buetow
2026-03-13
task 4abe7505: reset dmap generation state
Paul Buetow
2026-03-13
task 399: add client session spec scaffolding
Paul Buetow
2026-03-10
Introduce client runtime boundaries
Paul Buetow
2026-03-08
task: replace looped time.After with tickers (task 378)
Paul Buetow
2026-03-02
mapr client: replace runtime panics with errors
Paul Buetow
2026-02-03
Add SSH agent key selection and fix MapReduce outfile handling
Paul Buetow
2025-07-04
fix: resolve MapReduce turbo mode issues and serverless processing
Paul Buetow
2024-03-29
only rename .csv.tmp to .csv when the final result was written
Paul Buetow
2024-03-29
lint warnings
Paul Buetow
2021-11-04
Correct mapr stdout newlines
Paul Buetow
2021-10-21
backport mapreduce reporter rampup from master
Paul Buetow
2021-10-10
add another dmap test - reading 100 source files at once
Paul Buetow
2021-10-10
vetting and linting and some code restyling
Paul Buetow
2021-10-09
refactor
Paul Buetow
2021-10-05
more on this
Paul Buetow
2021-10-03
add dmap tests
Paul Buetow
2021-10-02
move args to config package
Paul Buetow
2021-10-02
add spartan mode
Paul Buetow
2021-10-02
bugfix: dmap skipped the last couple of mapreduce lines
Paul Buetow
2021-10-02
limit mapreduce table output to 10 rows by default
Paul Buetow
2021-10-02
mapreduce tables are in colors now too
Paul Buetow
2021-08-22
introduces the protocol package
Paul Buetow
2020-12-26
initial quiet switch
Paul Buetow
2020-12-26
rename spartan to quiet
Paul Buetow
2020-12-26
initial spartan mode support
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-09-10
printing client stats every other second only if the connection count has cha...
Paul Buetow
2020-09-04
fix regex bug
Paul Buetow
2020-09-04
server side support for new regex package
Paul Buetow
2020-08-13
bump up version to 3.0.0. can run continuous background mapreduce queries, us...
v3.0.0
Paul Buetow
2020-07-03
refactor mapr client
Paul Buetow
2020-03-07
add support to run mapreduce queries on generic log lines, e.g. count all log...
Paul Buetow
2020-03-04
can tail probe with a given timeout and then write a mapreduce result
Paul Buetow
2020-02-07
Introduce drun command, refactor code to use context package
Paul Bütow
2020-01-21
Move commands to cmd/ and move internal dependencies to internal/
Paul Bütow