You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Mike Percy (Created) (JIRA)" <ji...@apache.org> on 2012/02/08 01:55:00 UTC

[jira] [Created] (FLUME-955) Rat failure: Legacy Avro Source missing Apache license header

Rat failure: Legacy Avro Source missing Apache license header
-------------------------------------------------------------

                 Key: FLUME-955
                 URL: https://issues.apache.org/jira/browse/FLUME-955
             Project: Flume
          Issue Type: Bug
    Affects Versions: v1.0.0
            Reporter: Mike Percy
            Assignee: Mike Percy
             Fix For: v1.1.0


Upon executing the following command on the FLUME-728 branch I get a build error:

$ mvn clean install
...
[INFO] Flume legacy Thrift Source ........................ SUCCESS [0.396s]
[INFO] Flume legacy Avro source .......................... FAILURE [0.466s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
...
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (verify.rat) on project flume-avro-source: Too many unapproved licenses: 1 -> [Help 1]

Following snippet is from flume-ng-legacy-sources/flume-avro-source/target/rat.txt:

*****************************************************
Summary
-------
Notes: 0
Binaries: 0
Archives: 0
Standards: 4

Apache Licensed: 3
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

1 Unknown Licenses

*******************************

Unapproved licenses:

  /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java

*******************************

Archives:

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/pom.xml
  AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/avro/flumeCompatibility.avdl
 !????? /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
  AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/test/java/org/apache/flume/source/avroLegacy/TestLegacyAvroSource.java


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-955) Rat failure: Legacy Avro Source missing Apache license header

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203153#comment-13203153 ] 

Hudson commented on FLUME-955:
------------------------------

Integrated in flume-728 #105 (See [https://builds.apache.org/job/flume-728/105/])
    FLUME-955. Legacy Avro Source missing Apache license header

(Mike Percy via Arvind Prabhakar)

arvind : http://svn.apache.org/viewvc/?view=rev&rev=1241728
Files : 
* /incubator/flume/branches/flume-728/flume-ng-legacy-sources
* /incubator/flume/branches/flume-728/flume-ng-legacy-sources/flume-avro-source
* /incubator/flume/branches/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
* /incubator/flume/branches/flume-728/flume-ng-legacy-sources/flume-thrift-source

                
> Rat failure: Legacy Avro Source missing Apache license header
> -------------------------------------------------------------
>
>                 Key: FLUME-955
>                 URL: https://issues.apache.org/jira/browse/FLUME-955
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v1.0.0
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>             Fix For: v1.1.0
>
>         Attachments: flume-955.patch
>
>
> Upon executing the following command on the FLUME-728 branch I get a build error:
> $ mvn clean install
> ...
> [INFO] Flume legacy Thrift Source ........................ SUCCESS [0.396s]
> [INFO] Flume legacy Avro source .......................... FAILURE [0.466s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (verify.rat) on project flume-avro-source: Too many unapproved licenses: 1 -> [Help 1]
> Following snippet is from flume-ng-legacy-sources/flume-avro-source/target/rat.txt:
> *****************************************************
> Summary
> -------
> Notes: 0
> Binaries: 0
> Archives: 0
> Standards: 4
> Apache Licensed: 3
> Generated Documents: 0
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
> 1 Unknown Licenses
> *******************************
> Unapproved licenses:
>   /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
> *******************************
> Archives:
> *****************************************************
>   Files with Apache License headers will be marked AL
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/pom.xml
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/avro/flumeCompatibility.avdl
>  !????? /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/test/java/org/apache/flume/source/avroLegacy/TestLegacyAvroSource.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLUME-955) Rat failure: Legacy Avro Source missing Apache license header

Posted by "Mike Percy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Percy updated FLUME-955:
-----------------------------

    Attachment: flume-955.patch
    
> Rat failure: Legacy Avro Source missing Apache license header
> -------------------------------------------------------------
>
>                 Key: FLUME-955
>                 URL: https://issues.apache.org/jira/browse/FLUME-955
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v1.0.0
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>             Fix For: v1.1.0
>
>         Attachments: flume-955.patch
>
>
> Upon executing the following command on the FLUME-728 branch I get a build error:
> $ mvn clean install
> ...
> [INFO] Flume legacy Thrift Source ........................ SUCCESS [0.396s]
> [INFO] Flume legacy Avro source .......................... FAILURE [0.466s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (verify.rat) on project flume-avro-source: Too many unapproved licenses: 1 -> [Help 1]
> Following snippet is from flume-ng-legacy-sources/flume-avro-source/target/rat.txt:
> *****************************************************
> Summary
> -------
> Notes: 0
> Binaries: 0
> Archives: 0
> Standards: 4
> Apache Licensed: 3
> Generated Documents: 0
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
> 1 Unknown Licenses
> *******************************
> Unapproved licenses:
>   /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
> *******************************
> Archives:
> *****************************************************
>   Files with Apache License headers will be marked AL
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/pom.xml
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/avro/flumeCompatibility.avdl
>  !????? /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/test/java/org/apache/flume/source/avroLegacy/TestLegacyAvroSource.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-955) Rat failure: Legacy Avro Source missing Apache license header

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203107#comment-13203107 ] 

jiraposter@reviews.apache.org commented on FLUME-955:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3785/#review4891
-----------------------------------------------------------

Ship it!


+1. Please attach the patch to the Jira.

- Arvind


On 2012-02-08 01:25:54, Mike Percy wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/3785/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-02-08 01:25:54)
bq.  
bq.  
bq.  Review request for Flume.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  Simply add Apache License header to AvroLegacySource.java
bq.  
bq.  
bq.  This addresses bug FLUME-955.
bq.      https://issues.apache.org/jira/browse/FLUME-955
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java e7308c9 
bq.  
bq.  Diff: https://reviews.apache.org/r/3785/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  Checked out pristine copy of flume-728 branch, applied the patch, and mvn clean & install went through smoothly.
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Mike
bq.  
bq.


                
> Rat failure: Legacy Avro Source missing Apache license header
> -------------------------------------------------------------
>
>                 Key: FLUME-955
>                 URL: https://issues.apache.org/jira/browse/FLUME-955
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v1.0.0
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>             Fix For: v1.1.0
>
>         Attachments: flume-955.patch
>
>
> Upon executing the following command on the FLUME-728 branch I get a build error:
> $ mvn clean install
> ...
> [INFO] Flume legacy Thrift Source ........................ SUCCESS [0.396s]
> [INFO] Flume legacy Avro source .......................... FAILURE [0.466s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (verify.rat) on project flume-avro-source: Too many unapproved licenses: 1 -> [Help 1]
> Following snippet is from flume-ng-legacy-sources/flume-avro-source/target/rat.txt:
> *****************************************************
> Summary
> -------
> Notes: 0
> Binaries: 0
> Archives: 0
> Standards: 4
> Apache Licensed: 3
> Generated Documents: 0
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
> 1 Unknown Licenses
> *******************************
> Unapproved licenses:
>   /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
> *******************************
> Archives:
> *****************************************************
>   Files with Apache License headers will be marked AL
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/pom.xml
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/avro/flumeCompatibility.avdl
>  !????? /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/test/java/org/apache/flume/source/avroLegacy/TestLegacyAvroSource.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-955) Rat failure: Legacy Avro Source missing Apache license header

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203102#comment-13203102 ] 

jiraposter@reviews.apache.org commented on FLUME-955:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3785/
-----------------------------------------------------------

Review request for Flume.


Summary
-------

Simply add Apache License header to AvroLegacySource.java


This addresses bug FLUME-955.
    https://issues.apache.org/jira/browse/FLUME-955


Diffs
-----

  flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java e7308c9 

Diff: https://reviews.apache.org/r/3785/diff


Testing
-------

Checked out pristine copy of flume-728 branch, applied the patch, and mvn clean & install went through smoothly.


Thanks,

Mike


                
> Rat failure: Legacy Avro Source missing Apache license header
> -------------------------------------------------------------
>
>                 Key: FLUME-955
>                 URL: https://issues.apache.org/jira/browse/FLUME-955
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v1.0.0
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>             Fix For: v1.1.0
>
>
> Upon executing the following command on the FLUME-728 branch I get a build error:
> $ mvn clean install
> ...
> [INFO] Flume legacy Thrift Source ........................ SUCCESS [0.396s]
> [INFO] Flume legacy Avro source .......................... FAILURE [0.466s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (verify.rat) on project flume-avro-source: Too many unapproved licenses: 1 -> [Help 1]
> Following snippet is from flume-ng-legacy-sources/flume-avro-source/target/rat.txt:
> *****************************************************
> Summary
> -------
> Notes: 0
> Binaries: 0
> Archives: 0
> Standards: 4
> Apache Licensed: 3
> Generated Documents: 0
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
> 1 Unknown Licenses
> *******************************
> Unapproved licenses:
>   /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
> *******************************
> Archives:
> *****************************************************
>   Files with Apache License headers will be marked AL
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/pom.xml
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/avro/flumeCompatibility.avdl
>  !????? /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/test/java/org/apache/flume/source/avroLegacy/TestLegacyAvroSource.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLUME-955) Rat failure: Legacy Avro Source missing Apache license header

Posted by "Mike Percy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Percy updated FLUME-955:
-----------------------------

    Status: Patch Available  (was: Open)
    
> Rat failure: Legacy Avro Source missing Apache license header
> -------------------------------------------------------------
>
>                 Key: FLUME-955
>                 URL: https://issues.apache.org/jira/browse/FLUME-955
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v1.0.0
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>             Fix For: v1.1.0
>
>         Attachments: flume-955.patch
>
>
> Upon executing the following command on the FLUME-728 branch I get a build error:
> $ mvn clean install
> ...
> [INFO] Flume legacy Thrift Source ........................ SUCCESS [0.396s]
> [INFO] Flume legacy Avro source .......................... FAILURE [0.466s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (verify.rat) on project flume-avro-source: Too many unapproved licenses: 1 -> [Help 1]
> Following snippet is from flume-ng-legacy-sources/flume-avro-source/target/rat.txt:
> *****************************************************
> Summary
> -------
> Notes: 0
> Binaries: 0
> Archives: 0
> Standards: 4
> Apache Licensed: 3
> Generated Documents: 0
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
> 1 Unknown Licenses
> *******************************
> Unapproved licenses:
>   /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
> *******************************
> Archives:
> *****************************************************
>   Files with Apache License headers will be marked AL
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/pom.xml
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/avro/flumeCompatibility.avdl
>  !????? /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/test/java/org/apache/flume/source/avroLegacy/TestLegacyAvroSource.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLUME-955) Rat failure: Legacy Avro Source missing Apache license header

Posted by "Arvind Prabhakar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvind Prabhakar updated FLUME-955:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Patch committed to flume-728 branch. Thanks Mike!
                
> Rat failure: Legacy Avro Source missing Apache license header
> -------------------------------------------------------------
>
>                 Key: FLUME-955
>                 URL: https://issues.apache.org/jira/browse/FLUME-955
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v1.0.0
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>             Fix For: v1.1.0
>
>         Attachments: flume-955.patch
>
>
> Upon executing the following command on the FLUME-728 branch I get a build error:
> $ mvn clean install
> ...
> [INFO] Flume legacy Thrift Source ........................ SUCCESS [0.396s]
> [INFO] Flume legacy Avro source .......................... FAILURE [0.466s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (verify.rat) on project flume-avro-source: Too many unapproved licenses: 1 -> [Help 1]
> Following snippet is from flume-ng-legacy-sources/flume-avro-source/target/rat.txt:
> *****************************************************
> Summary
> -------
> Notes: 0
> Binaries: 0
> Archives: 0
> Standards: 4
> Apache Licensed: 3
> Generated Documents: 0
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
> 1 Unknown Licenses
> *******************************
> Unapproved licenses:
>   /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
> *******************************
> Archives:
> *****************************************************
>   Files with Apache License headers will be marked AL
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/pom.xml
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/avro/flumeCompatibility.avdl
>  !????? /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/main/java/org/apache/flume/source/avroLegacy/AvroLegacySource.java
>   AL    /Users/mpercy/src/flume2/flume-728/flume-ng-legacy-sources/flume-avro-source/src/test/java/org/apache/flume/source/avroLegacy/TestLegacyAvroSource.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira