summaryrefslogtreecommitdiffstats
path: root/plugins/omhdfs
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: omhdfs did no longer compileRainer Gerhards2012-07-111-1/+1
|
* Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c
| * undoing v6.1 config scoping interface, part II (now finished)Rainer Gerhards2012-01-191-5/+5
| | | | | | | | | | | | This concludes the removal of the new scoping interface, at least as far as pre v6-plugins are affected. Full code cleanup will happen in the v6.3 branch.
* | milestone: added module config namesRainer Gerhards2011-07-201-0/+1
| |
* | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1
| | | | | | | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2".
* | renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1/+1
|/
* Merge branch 'v5-devel'Rainer Gerhards2011-03-141-0/+14
|\ | | | | | | | | Conflicts: tests/diag.sh
| * omhdfs: added some info on Java environment settingsRainer Gerhards2011-03-111-0/+14
| |
* | Merge branch 'v5-devel'Rainer Gerhards2011-03-111-12/+73
|\| | | | | | | | | | | Conflicts: ChangeLog plugins/omhdfs/omhdfs.c
| * enhanced omhdfs to support batching mode. This permits to increase performance,Rainer Gerhards2011-03-091-12/+73
| | | | | | | | | | as we now call the HDFS API with much larger message sizes and far more infrequently
* | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * bugfix: (regression) omhdfs did no longer compileRainer Gerhards2011-03-091-0/+1
| |
* | bugfix/omhdfs: directive $OMHDFSFileName rendered unusableRainer Gerhards2011-02-041-1/+1
| | | | | | | | ...due to a search and replace-induced bug ;)
* | omhdfs: fixed some issues with new config interface functionsRainer Gerhards2010-10-051-20/+31
| | | | | | | | also did some cleanup in omfile.c
* | Merge branch 'v5-devel'Rainer Gerhards2010-10-051-5/+5
|/ | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c runtime/rsyslog.h
* omhdfs: added ability to create non-existing directories in name pathRainer Gerhards2010-10-041-56/+72
|
* omhdfs: fixed some issues with previous commitRainer Gerhards2010-10-041-12/+12
|
* omhdfs: support for HUP addedRainer Gerhards2010-10-041-9/+33
|
* omhdfs: added docRainer Gerhards2010-10-011-1/+1
|
* omhdfs: made action suspend/resume workingRainer Gerhards2010-10-011-10/+26
|
* omhdfs: more improvementsRainer Gerhards2010-10-012-16/+34
| | | | | finally this looks almost production ready for files where no directory path needs to be created
* omhdfs: files now kept inside a hashtable for use by multiple actionsRainer Gerhards2010-10-011-11/+29
| | | | Note:compiles, but not yet tested
* omhdfs: fixed small bugRainer Gerhards2010-10-011-0/+1
| | | | | | | ... that I could only see on my execution environment (I right now have two envs, a local one where I can compile, but not run and a remote one where I can do both, but this is a bit less convenient to use).
* omhdfs: cleanup and lots of improvementRainer Gerhards2010-10-011-97/+150
| | | | | | now things look much better, also done some prep in order to support a file cache (we need this for multiple selectors writing to the same file).
* omhdfs: some cleanup of build systemRainer Gerhards2010-10-011-2/+3
| | | | but still pretty ugly. Any java folks out there to help clean it up?
* omhdfs: added "real" libhdfs code, now actually works on hdfsRainer Gerhards2010-09-302-17/+49
| | | | | | | very crude implementation, but probably good enough to gather some early performance data and experience with the module. No real error handling done, if something breaks, the whole thing will be blown up ;)
* omhdfs: first shot at this new module (very rough PoC code)Rainer Gerhards2010-09-302-0/+302