FALCON-2333 FilteredCopyListing#shouldCopy override for new function signature

Build succeeds on local with checkstyle enabled

[INFO] Reactor Summary:
[INFO]
[INFO] Apache Falcon ...................................... SUCCESS [ 29.596 s]
[INFO] Apache Falcon UI ................................... SUCCESS [ 30.419 s]
[INFO] Build Tools ........................................ SUCCESS [ 20.110 s]
[INFO] Apache Falcon Java common types .................... SUCCESS [ 54.352 s]
[INFO] Apache Falcon Metrics .............................. SUCCESS [ 21.369 s]
[INFO] Apache Falcon Hadoop Dependencies .................. SUCCESS [ 23.484 s]
[INFO] Apache Falcon Test Utility ......................... SUCCESS [ 19.320 s]
[INFO] Apache Falcon Commons .............................. SUCCESS [05:45 min]
[INFO] Apache Falcon extensions ........................... SUCCESS [01:19 min]
[INFO] Apache Falcon Java client .......................... SUCCESS [ 46.655 s]
[INFO] Apache Falcon Shell ................................ SUCCESS [ 28.133 s]
[INFO] Apache Falcon CLI client ........................... SUCCESS [ 30.136 s]
[INFO] Apache Falcon Titan 1.0 support .................... SUCCESS [ 14.624 s]
[INFO] Apache Falcon Oozie EL Extension ................... SUCCESS [ 24.562 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ....... SUCCESS [01:02 min]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ......... SUCCESS [  7.371 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster .......... SUCCESS [  2.580 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster ..... SUCCESS [  2.128 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ........ SUCCESS [  0.899 s]
[INFO] Apache Falcon Test Tools - Test Cluster ............ SUCCESS [  0.789 s]
[INFO] Apache Falcon Messaging ............................ SUCCESS [01:03 min]
[INFO] Apache Falcon LIfecycle Module ..................... SUCCESS [ 38.893 s]
[INFO] Apache Falcon Oozie Adaptor ........................ SUCCESS [04:16 min]
[INFO] Apache Falcon Scheduler ............................ SUCCESS [02:24 min]
[INFO] Apache Falcon Acquisition .......................... SUCCESS [ 51.916 s]
[INFO] Apache Falcon Distcp Replication ................... SUCCESS [ 35.040 s]
[INFO] Apache Falcon Retention ............................ SUCCESS [ 32.609 s]
[INFO] Apache Falcon Archival ............................. SUCCESS [  2.186 s]
[INFO] Apache Falcon Rerun ................................ SUCCESS [ 40.828 s]
[INFO] Apache Falcon Prism ................................ SUCCESS [08:04 min]
[INFO] Apache Falcon Unit ................................. SUCCESS [04:04 min]
[INFO] Apache Falcon Examples ............................. SUCCESS [ 35.224 s]
[INFO] Apache Falcon Web Application ...................... SUCCESS [26:32 min]
[INFO] Apache Falcon Documentation ........................ SUCCESS [ 23.240 s]
[INFO] Apache Falcon Distro ............................... SUCCESS [03:09 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

Author: Raghavendra Singh <raghavendra.singh@inmobi.com>

Reviewers: @pallavi-rao

Closes #407 from RaghavendraSingh/master and squashes the following commits:

febf03f88 [Raghavendra Singh] FilteredCopyListing: fix checkstyle issue
0595e7963 [Raghavendra Singh] FilteredCopyListing: shouldCopy override for new function signature
1 file changed
tree: 464ecedaad46acc32a4a1bc9b5ad49eaf8dc37db
  1. acquisition/
  2. addons/
  3. archival/
  4. build-tools/
  5. cli/
  6. client/
  7. common/
  8. common-types/
  9. distro/
  10. docs/
  11. examples/
  12. extensions/
  13. falcon-regression/
  14. falcon-ui/
  15. hadoop-dependencies/
  16. html5-ui/
  17. lifecycle/
  18. messaging/
  19. metrics/
  20. monitoring/
  21. oozie/
  22. oozie-el-extensions/
  23. prism/
  24. release-docs/
  25. replication/
  26. rerun/
  27. retention/
  28. scheduler/
  29. shell/
  30. src/
  31. test-tools/
  32. test-util/
  33. titan/
  34. unit/
  35. webapp/
  36. .gitignore
  37. .reviewboardrc
  38. CHANGES.txt
  39. falcon_merge_pr.py
  40. Installation-steps.txt
  41. LICENSE.txt
  42. NOTICE.txt
  43. pom.xml
  44. README.md
README.md

Apache Falcon

Falcon is a feed processing and feed management system aimed at making it easier for end consumers to onboard their feed processing and feed management on hadoop clusters.

Why Apache Falcon?

  • Dependencies across various data processing pipelines are not easy to establish. Gaps here typically leads to either incorrect/partial processing or expensive reprocessing. Repeated duplicate definition of a single feed multiple times can lead to inconsistencies / issues.

  • Input data may not arrive always on time and it is required to kick off the processing without waiting for all data to arrive and accommodate late data separately

  • Feed management services such as feed retention, replications across clusters, archival etc are tasks that are burdensome on individual pipeline owners and better offered as a service for all customers.

  • It should be easy to onboard new workflows/pipelines

  • Smoother integration with metastore/catalog

  • Provide notification to end customer based on availability of feed groups (logical group of related feeds, which are likely to be used together)

Online Documentation

You can find the documentation on Apache Falcon website.

How to Contribute

Before opening a pull request, please go through the Contributing to Apache Falcon wiki. It lists steps that are required before creating a PR and the conventions that we follow. If you are looking for issues to pick up then you can look at starter tasks or open tasks

Release Notes

You can download release notes of previous releases from the following links.

0.8

0.7