This is the real meat of the page,
25 | and represents the text we want.
26 | It has lots of juicy content.
27 |
28 | We assume that it won't get filtered out.
29 | And that all of the lines will be in the
30 | output.
31 |
32 |
33 |
34 | Here's another paragraph of text.
35 | This is the end of the text.
36 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/cars.csv:
--------------------------------------------------------------------------------
1 | Age,Color,Extras,Type,Used
2 | 2,blue,GPS,"Gas, with electric",""
3 | 10,green,"Labeled ""Vintage, 1913""",,yes
4 | 100,red,"Labeled ""Vintage 1913""",yes
5 | 5,orange,none,"This is a
6 | multi, line text",no
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/cars.csv.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/cars.csv.gz
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/cars.ssv:
--------------------------------------------------------------------------------
1 | Age Color Extras Type Used
2 | 2 blue GPS "Gas, with electric" ""
3 | 10 green "Labeled ""Vintage, 1913""" yes
4 | 100 red "Labeled ""Vintage 1913""" yes
5 | 5 orange none "This is a
6 | multi, line text" no
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/cars.tsv:
--------------------------------------------------------------------------------
1 | Age Color Extras Type Used
2 | 2 blue GPS "Gas with electric" ""
3 | 10 green "Labeled ""Vintage 1913""" yes
4 | 100 red "Labeled ""Vintage 1913""" yes
5 | 5 orange none "This is a
6 | multi line text" no
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/multiline-sessions.log:
--------------------------------------------------------------------------------
1 | Started GET /foo
2 | Foo Started GET as HTML
3 | Completed 401 Unauthorized in 0ms
4 |
5 |
6 | Started GET /bar
7 | Bar as HTML
8 | Completed 200 OK in 339ms
9 | Started GET /baz
10 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/non-length-delimited-20130430-234145-tweets.json.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/non-length-delimited-20130430-234145-tweets.json.gz
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433-medium.avro:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433-medium.avro
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433-subschema.avsc:
--------------------------------------------------------------------------------
1 | {
2 | "type" : "record",
3 | "name" : "Doc",
4 | "doc" : "adoc",
5 | "fields" : [ {
6 | "name" : "id",
7 | "type" : "string"
8 | }, {
9 | "name" : "text",
10 | "type" : [ "string", "null" ]
11 | } ]
12 | }
13 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433.avro:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433.avro
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433.bz2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433.bz2
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/sample-statuses-20120906-141433.gz
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.7z:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.7z
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.cpio:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.cpio
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.tar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.tar
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.tbz2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.tbz2
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.tgz
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-documents.zip
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-outlook.msg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-outlook.msg
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-zip-of-zip.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/test-zip-of-zip.zip
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testAIFF.aif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testAIFF.aif
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testBMP.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testBMP.bmp
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testEXCEL.xls:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testEXCEL.xls
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testEXCEL.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testEXCEL.xlsx
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testFLAC.flac:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testFLAC.flac
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testFLAC.oga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testFLAC.oga
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testFLV.flv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testFLV.flv
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testGIF.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testGIF.gif
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testJAR.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testJAR.jar
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testJPEG_EXIF.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testJPEG_EXIF.jpg
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testJPEG_EXIF.jpg.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testJPEG_EXIF.jpg.gz
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testJPEG_EXIF.jpg.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testJPEG_EXIF.jpg.tar.gz
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testKeynote.key:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testKeynote.key
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testMP3i18n.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testMP3i18n.mp3
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testMP4.m4a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testMP4.m4a
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testNumbers.numbers:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testNumbers.numbers
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPDF.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPDF.pdf
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPNG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPNG.png
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPPM.ppm:
--------------------------------------------------------------------------------
1 | P3
2 | 1 1
3 | 255
4 | 0 0 0
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPPT_various.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPPT_various.ppt
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPPT_various.pptx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPPT_various.pptx
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPSD.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPSD.psd
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPages.pages:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testPages.pages
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testRDF.rdf:
--------------------------------------------------------------------------------
1 |
2 |
18 |
20 |
23 |
24 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testSVG.svg:
--------------------------------------------------------------------------------
1 |
2 |
4 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testTIFF.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testTIFF.tif
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testTrueType.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testTrueType.ttf
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testVISIO.vsd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testVISIO.vsd
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testVORBIS.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testVORBIS.ogg
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWAR.war:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWAR.war
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWAV.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWAV.wav
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWINMAIL.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWINMAIL.dat
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWMA.wma:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWMA.wma
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWMF.wmf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWMF.wmf
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWMV.wmv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWMV.wmv
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWORD_various.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWORD_various.doc
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWindows-x86-32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElvesLab/DART/e67b59116d3643eded36f4fe8e62a1d131f7e9a7/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-documents/testWindows-x86-32.exe
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-morphlines/noOperation.conf:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one
2 | # or more contributor license agreements. See the NOTICE file
3 | # distributed with this work for additional information
4 | # regarding copyright ownership. The ASF licenses this file
5 | # to you under the Apache License, Version 2.0 (the
6 | # "License"); you may not use this file except in compliance
7 | # with the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing,
12 | # software distributed under the License is distributed on an
13 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | # KIND, either express or implied. See the License for the
15 | # specific language governing permissions and limitations
16 | # under the License.
17 |
18 | morphlines : [
19 | {
20 | id : morphline1
21 | importCommands : ["org.kitesdk.**"]
22 |
23 | commands : [
24 | { logDebug { format : "output record: {}", args : ["@{}"] } }
25 | ]
26 | }
27 | ]
28 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sinks/flume-ng-morphline-solr-sink/src/test/resources/test-morphlines/readClob.conf:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one
2 | # or more contributor license agreements. See the NOTICE file
3 | # distributed with this work for additional information
4 | # regarding copyright ownership. The ASF licenses this file
5 | # to you under the Apache License, Version 2.0 (the
6 | # "License"); you may not use this file except in compliance
7 | # with the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing,
12 | # software distributed under the License is distributed on an
13 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | # KIND, either express or implied. See the License for the
15 | # specific language governing permissions and limitations
16 | # under the License.
17 |
18 | morphlines : [
19 | {
20 | id : morphline1
21 | importCommands : ["org.kitesdk.**", "org.apache.solr.**"]
22 |
23 | commands : [
24 | {
25 | readClob {
26 | charset : UTF-8
27 | }
28 | }
29 | { logDebug { format : "output record: {}", args : ["@{}"] } }
30 | ]
31 | }
32 | ]
33 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sources/flume-jms-source/src/main/java/org/apache/flume/source/jms/InitialContextFactory.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing, software
13 | * distributed under the License is distributed on an "AS IS" BASIS,
14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | * See the License for the specific language governing permissions and
16 | * limitations under the License.
17 | */
18 | package org.apache.flume.source.jms;
19 |
20 | import java.util.Properties;
21 |
22 | import javax.naming.InitialContext;
23 | import javax.naming.NamingException;
24 |
25 | public class InitialContextFactory {
26 |
27 | public InitialContext create(Properties properties) throws NamingException {
28 | return new InitialContext(properties);
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sources/flume-jms-source/src/main/java/org/apache/flume/source/jms/JMSDestinationLocator.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 | package org.apache.flume.source.jms;
20 |
21 | public enum JMSDestinationLocator {
22 | JNDI, CDI
23 | }
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sources/flume-jms-source/src/main/java/org/apache/flume/source/jms/JMSDestinationType.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 | package org.apache.flume.source.jms;
20 |
21 | public enum JMSDestinationType {
22 | QUEUE(), TOPIC(),
23 | }
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sources/flume-kafka-source/src/test/resources/log4j2.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sources/flume-scribe-source/src/main/thrift/aslv2:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-sources/flume-scribe-source/src/main/thrift/scribe-source.thrift:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 |
20 |
21 | namespace java org.apache.flume.source.scribe
22 |
23 | enum ResultCode {
24 | OK,TRY_LATER
25 | }
26 |
27 | struct LogEntry {
28 | 1: string category,
29 | 2: string message
30 | }
31 |
32 | service Scribe {
33 | ResultCode Log(1: list messages);
34 | }
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-tests/src/main/java/org/apache/flume/Dummy.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing, software
13 | * distributed under the License is distributed on an "AS IS" BASIS,
14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | * See the License for the specific language governing permissions and
16 | * limitations under the License.
17 | */
18 |
19 | package org.apache.flume;
20 |
21 | /**
22 | * Placeholder class so the git mirror does not leave out the src/main/java dir
23 | */
24 | public class Dummy {
25 |
26 | public Dummy() {
27 | throw new UnsupportedOperationException("Dummy class meant for use");
28 | }
29 |
30 | }
31 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-tests/src/test/resources/log4j2.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-ng-tests/src/test/resources/rpc-client-test.properties:
--------------------------------------------------------------------------------
1 | # Licensed to the Apache Software Foundation (ASF) under one
2 | # or more contributor license agreements. See the NOTICE file
3 | # distributed with this work for additional information
4 | # regarding copyright ownership. The ASF licenses this file
5 | # to you under the Apache License, Version 2.0 (the
6 | # "License"); you may not use this file except in compliance
7 | # with the License. You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing,
12 | # software distributed under the License is distributed on an
13 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | # KIND, either express or implied. See the License for the
15 | # specific language governing permissions and limitations
16 | # under the License.
17 |
18 | rpccagent.sources = src1
19 | rpccagent.channels = ch1
20 |
21 | rpccagent.sources.src1.type = avro
22 | rpccagent.sources.src1.bind = 127.0.0.1
23 | #rpccagent.sources.src1.port = Set from java source
24 | rpccagent.sources.src1.channels = ch1
25 |
26 | rpccagent.channels.ch1.type = memory
27 | rpccagent.channels.ch1.capacity = 100
28 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-shared/flume-shared-kafka-test/src/main/java/org/apache/flume/shared/kafka/test/PartitionOption.java:
--------------------------------------------------------------------------------
1 | /**
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | limitations under the License.
17 | */
18 |
19 | package org.apache.flume.shared.kafka.test;
20 |
21 | public enum PartitionOption {
22 | VALIDBUTOUTOFRANGE,
23 | NOTSET,
24 | NOTANUMBER
25 | }
26 |
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-shared/flume-shared-kafka-test/src/main/java/org/apache/flume/shared/kafka/test/PartitionTestScenario.java:
--------------------------------------------------------------------------------
1 | /**
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | limitations under the License.
17 | */
18 |
19 | package org.apache.flume.shared.kafka.test;
20 |
21 | public enum PartitionTestScenario {
22 | STATIC_HEADER_ONLY,
23 | PARTITION_ID_HEADER_ONLY,
24 | STATIC_HEADER_AND_PARTITION_ID,
25 | NO_PARTITION_HEADERS
26 | }
--------------------------------------------------------------------------------
/streamprocessing/flume/flume-tools/src/main/java/org/apache/flume/tools/FlumeTool.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 | package org.apache.flume.tools;
20 |
21 | public interface FlumeTool {
22 |
23 | public void run(String[] args) throws Exception;
24 | }
25 |
--------------------------------------------------------------------------------