1. d49f794 Prepare for version 0.4.0-incubating release. by Terence Yim · 10 years ago
  2. fb9149b Increase timeout for ZK discovery test. by Terence Yim · 10 years ago
  3. 5ac4d5c Longer test timeout. by Terence Yim · 10 years ago
  4. 4afaf84 Added hadoop-2.4 and hadoop-2.5 for travis build. by Terence Yim · 10 years ago
  5. 5cd3b7a Added profile to test against Hadoop 2.4. and 2.5 by Terence Yim · 10 years ago
  6. 7f3d7b8 Make timeout for test cases longer to avoid failing too much in Travis when it get scheduled on relatively slow boxes. by Terence Yim · 10 years ago
  7. 7a72ce1 (TWILL-101) Schedule HDFS delegation token update before it expires. by Terence Yim · 10 years ago
  8. 8cf4cd0 TWILL-87 : Adding Container Placement Policy control. by Gourav Khaneja · 10 years ago
  9. 34af22b (TWILL-97) Add a list of discoverable services to ResourceReport by Parth Gandhi · 10 years ago
  10. 35a0820 (TWILL-92) Add runnable name to LogEntry by Sree · 10 years ago
  11. 11804cd Fix NOTICE copyright statement by Terence Yim · 10 years ago
  12. 177c5b7 Not doing deploy at end. by Terence Yim · 10 years ago
  13. c1a0ca4 Restructure examples POM by Terence Yim · 10 years ago
  14. 063bffb Incrase test timeout to avoid test failure on slow machine, sometimes on Travis by Terence Yim · 10 years ago
  15. 1b8ad94 Added more hadoop version to the travis test. by Terence Yim · 10 years ago
  16. 8a23003 Increase test timeout and alter Travis setting to show test output by Terence Yim · 10 years ago
  17. 7f12d16 (TWILL-95) Example version number fix and zookeeper test timeout by Erick Tryzelaar · 10 years ago
  18. efaeb20 Update travis build command. by Terence Yim · 10 years ago
  19. 6f43df3 (TWILL-96) Make YARN unit-tests run on random port. by Terence Yim · 10 years ago
  20. 378faf3 Update travis to run with different hadoop version by Terence Yim · 10 years ago
  21. e094f30 Enable feature branch travis-ci by Terence Yim · 10 years ago
  22. 00b1991 Added .travis.yml for CI using Travis-CI. by Terence Yim · 10 years ago
  23. 818607c Fix RAT check failure. Also enable RAT check by default. by Terence Yim · 10 years ago
  24. 800d55e (TWILL-84) Documentation and example enhancements by Erick Tryzelaar · 10 years ago
  25. e955b91 (TWILL-93) Up the zookeeper timeouts by Erick Tryzelaar · 10 years ago
  26. 746d4f6 Explicitly set java version when compiling twill-examples by Erick Tryzelaar · 10 years ago
  27. 2a99acb Bump version to 0.4.0-incubating-SNAPSHOT by Terence Yim · 10 years ago
  28. 94b5366 (TWILL-85) Make ZK-coordinated leader election available to twill applications by Gary Helmling · 10 years ago
  29. 36b9df1 (TWILL-86) Rename ServiceDiscoveryTest to ServiceDiscoveryTestRun to avoid the test being executed twice, one by itself and one by YarnTestSuite. by Terence Yim · 10 years ago
  30. c3eead1 (TWILL-81) Use user home directory as the base directory to construct default location factory in YarnTwillRunnerService. Also includes the following bug fixes by Terence Yim · 10 years ago
  31. ea5bbdd TWILL-82 move to ASM5.0.2 for Java 8 support by Steve Loughran · 10 years ago
  32. 1dce16a (TWILL-79) Enhance KafkaPublisher implementation so that it aware of changes in broker listener. - Added method to attach listener for watching broker list changes in BrokerService - SimplePublisher implementation watch for changes in broker list using the BrokerServiceChangeListener - Create new producer and close the old one if the broker list changed . by Terence Yim · 10 years ago
  33. 60d157f (TWILL-76) Improve Location class be able to return LocationFactory that used to create the Location instance. It's convenient to create more Location by just passing a Location around. by Terence Yim · 10 years ago
  34. fc265f1 (TWILL-75) Fix race condition in the InMemoryDiscoveryService that would raise concurrent modification exception. by Terence Yim · 10 years ago
  35. 0208a84 Site generation enhancement. by Terence Yim · 10 years ago
  36. 2e52a94 Enable stricter checkstyle rule for whitespace around LCURLY by Terence Yim · 10 years ago
  37. 9393df8 (TWILL-74) Added authentication and ACL support to ZKClient. by Terence Yim · 10 years ago
  38. 2c3cf39 Workaround for YARN-314 by not mixing new container request with remove container request (request with container count = 0). by Terence Yim · 10 years ago
  39. d6504eb Added "Apache" to maven submodules names. by Terence Yim · 10 years ago
  40. a028289 exclude zookeeper.out from rat by anew · 10 years ago
  41. 15f4a7e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-twill by anew · 10 years ago
  42. 1187ebf (TWILL-72) fix enableDebugging() with empty list of runnables by anew · 10 years ago
  43. 6553ed0 Bump version to 0.3.0-SNAPSHOT by Terence Yim · 10 years ago
  44. 62e51eb (TWILL-71) move debug options from runner to preparer by anew · 10 years ago
  45. 9da2d3f (TWILL-68) Implements the stop() method in the AbstractTwillRunnable to simplify children class implementation. by Terence Yim · 10 years ago
  46. fe5cd78 (TWILL-70) add debugging of containers by anew · 10 years ago
  47. 6149ea2 (TWILL-62) Enhance Location API to add support for listing directory content and also check if a location is directory. by Terence Yim · 10 years ago
  48. d4a352d (TWILL-57) Created BundledJarRunnable (in twill-ext) for running a bundled jar in its own class loader within a TwillApplication. Added twill-examples, which contains examples demonstrating Twill functionality. by Alvin Wang · 10 years ago
  49. 875fbca (TWILL-53) Expose DiscoveryServiceClient through TwillContext to allow TwillRunnable able to discover services announced within the same TwillApplication. by Terence Yim · 10 years ago
  50. 3d3c0e9 (TWILL-52) Improve ZK session expire handling. Avoid killing application if expiration happened by resorting to polling YARN for app status, until the AM is reconnected to ZK. by Terence Yim · 10 years ago
  51. c05a48d #TWILL-51 Added support for Hadoop-2.3.0 by Terence Yim · 10 years ago
  52. a96dbdc Added missing license header. by Terence Yim · 10 years ago
  53. 647880e made changes as per review #18209 for #TWILL-40 rev2 by Fabian Murariu · 10 years ago
  54. e3ccab1 made changes as per review #18209 for #TWILL-40 by Fabian Murariu · 10 years ago
  55. fd10dc9 fixing checkstyle violations #TWILL-40 by Fabian Murariu · 10 years ago
  56. ac67f1f exposes the YARN client ContainerRequest hosts and racks options into ResourceSpecification #TWILL-40 by Fabian Murariu · 10 years ago
  57. a77b67c (TWILL-48) Make AM not to re-launch container that failed at initialize stage. by Terence Yim · 10 years ago
  58. 9171d22 (TWILL-47) Fix the tracking url registration by Terence Yim · 10 years ago
  59. e5c62e5 (TWILL-45) Included Throwable information in LogEntry by Terence Yim · 10 years ago
  60. 146740b [TWILL-43] Fix Kafka log appender to retry on publish failure. by Terence Yim · 10 years ago
  61. 9f66b86 pulled dependencies versions up into maven properties for better overview in parrent #TWILL-39 by Fabian Murariu · 10 years ago
  62. 652b91c upgrade snappy-java to version 1.0.5 fixes #TWILL-39 by Fabian Murariu · 10 years ago
  63. 64a0140 Enable RAT check for the apache-release profile. Also make RAT checks failure fails the build. by Terence Yim · 10 years ago
  64. 5e89ec2 Add license statement. by Terence Yim · 10 years ago
  65. d9e8ead TWILL-41: Log host name where container was launched by Alex Baranau · 10 years ago
  66. 4ecdfe1 Bump version to 0.2.0-incubating by Terence Yim · 10 years ago
  67. bb24c02 [PATCH] [TWILL-38] Not setting watch in RewatchOnExpireZKClient if input watcher is null. by poorna · 10 years ago
  68. df8e278 Bump version to 0.1.0-incubating to prepare for releasing. by Terence Yim · 10 years ago
  69. 78eb1e1 [TWILL-37] Cleanup NOTICE file to remove license statements that are not needed. by Terence Yim · 10 years ago
  70. ed41c44 [TWILL-36] Added assembly target for building source tarball for release. by Terence Yim · 10 years ago
  71. a28f3c0 Added YARN-2.0.x compatible module into source jar. by Terence Yim · 10 years ago
  72. bbdb212 Move KEYS file to dist.apache.org by Terence Yim · 10 years ago
  73. 95b6c64 Move Cloudera repo into the cdh profile only. by Terence Yim · 10 years ago
  74. 098a0ca [TWILL-35] Enabling checkstyle. by Terence Yim · 10 years ago
  75. 61a602a Alter version naming to fit incubator release requirement. by Terence Yim · 10 years ago
  76. cb09429 Added KEYS file for release. by Terence Yim · 10 years ago
  77. c49b2f6 [TWILL-27] Make test less sensitive to machine run time speed. by Terence Yim · 10 years ago
  78. 979634c [TWILL-27] Turn individual file log to TRACE level while building application bundler. by Terence Yim · 10 years ago
  79. fcbe54d [TWILL-27] Upgrade to Kafka-0.8 by Terence Yim · 10 years ago
  80. 15de6ae Added README file for simple Getting Started guide and export control statement. by Terence Yim · 10 years ago
  81. 9fe7b70 Added Disclaimer to source and to web-site. by Terence Yim · 10 years ago
  82. b0dd8e2 Improve service discovery API to allow push model for getting endpoint changes. by Terence Yim · 10 years ago
  83. 1380f21 Currently, any messages and state for a runnable instance is cleaned up by the instance during start up. This is to make sure things are clean if the instance is being restarted. by Albert Shau · 10 years ago
  84. c019131 [TWILL-29] Update POM file with all Apache information by anew · 10 years ago
  85. e7a583b [TWILL-31] fix some javadoc errors by anew · 10 years ago
  86. ee44291 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-twill by anew · 10 years ago
  87. 9aca11c [TWILL-17] add RAT check to pom.xml, configure excludes, and add standard license where missing by anew · 10 years ago
  88. d0b75e5 add RAT check to pom.xml, configure excludes, and add standard license where missing by anew · 10 years ago
  89. fab6d93 [TWILL-26] Refactor YARN Unit tests so individual tests can be run directly. by Binh Nguyen · 10 years ago
  90. 603ea38 TWILL-25 prevent tests from stealing focus on MacOS by anew · 10 years ago
  91. 4a1c943 [TWILL-14] Bootstrapping for the site generation. Reorganization of the source tree happens: by Terence Yim · 10 years ago
  92. 7d69074 [TWILL-15] Apply patch for "Detailed error message when copy to HDFS fails" by Terence Yim · 10 years ago
  93. 1436dee Rebase version to 0.1.0-SNAPSHOT by Terence Yim · 10 years ago
  94. 1925ffa Initial import commit. by Terence Yim · 10 years ago