1. 4dfd449 TWILL-175 Avoid caching a YarnClient, since each YarnClient is fixed to a particular UserGroupInformation. by Ali Anwar · 8 years ago
  2. 44e6dfd Empty commit to close #2 on Github. by Terence Yim · 8 years ago
  3. 069e028 TWILL-190 Wait for Twill runnables to stop when restarting them, also kill non-responding Twill runnables after a timeout by poorna · 8 years ago
  4. 9d346ae Fix the LocationTest unit tests by Terence Yim · 8 years ago
  5. 66e4439 Update travis.yml to enable building of feature branch. by Terence Yim · 8 years ago
  6. 02a374f (TWILL-188) Added methods to Location for manipulation of permission by Terence Yim · 8 years ago
  7. 290cf1d (TWILL-182) prefix jar names with the source path in the bundle if the name is not unique. added test by martin · 8 years ago
  8. 603451a Update README for the change in SCM by Terence Yim · 8 years ago
  9. 8cff3ff Remove the DISCLAIMER file since it’s only for incubation by Terence Yim · 8 years ago
  10. a0738b4 Update the SCM info to reflect Twill is TLP by Terence Yim · 8 years ago
  11. 66d2ca5 Added license header for the README.md file. by Terence Yim · 8 years ago
  12. aaea4e1 Remove incubating from the version by Terence Yim · 8 years ago
  13. 2dae63f Update travis.yml by Terence Yim · 8 years ago
  14. 7735750 Rename README to README.md by Terence Yim · 8 years ago
  15. b38dee0 Update the pom.xml to remove incubator status by Terence Yim · 8 years ago
  16. c1a6f8a - Upgrade rat plugin to 0.11 by Terence Yim · 8 years ago
  17. 16f47ea (TWILL-163) Fix FileContextLocationFactory to honor UGI for home location by Terence Yim · 8 years ago
  18. 94995e2 Unnecessary new line for assignment. by Henry Saputra · 8 years ago
  19. 1b6b42c Remove reference to Apache Commons Lang StopWatch and use Guava Stopwatch instead. by Henry Saputra · 8 years ago
  20. c71f7c5 Overriding toString() in FileContextLocation by CuriousVini · 8 years ago
  21. 180e446 Update license statement year to 2016 by Terence Yim · 8 years ago
  22. 59bf388 Bump version to 0.8.0-incubating-SNAPSHOT by Terence Yim · 8 years ago
  23. c6b3f0d Merge branch 'branch-0.7.0' by Terence Yim · 8 years ago
  24. 047e011 Prepare for releasing 0.7.0-incubating by Terence Yim · 8 years ago branch-0.7.0 v0.7.0-incubating
  25. 900e382 Fix an easy to fail unit-test by Terence Yim · 8 years ago
  26. 323e5af (TWILL-151) Improve Logging error when fetching message after Kafka server is stopped by sanojkodikkara · 9 years ago
  27. b740da4 (TWILL-161) Added back off logic to SimplyKafkaConsumer by Terence Yim · 8 years ago
  28. 388a6d9 (TWILL-158) Added FileContext Location and LocationFactory by Terence Yim · 8 years ago
  29. b80f9b8 (TWILL-160) Don’t create parent directory when getting InputStream from a LocalLocation by Terence Yim · 8 years ago
  30. 65c730b Simple JavaDoc fix for a typo, from denoteed to denoted. by Henry Saputra · 8 years ago
  31. 359b12b (TWILL-156) use Files.move instead of File.renameTo so we can have options to replace existing files and perform atomic move, this allows us to support windows rename by shankar · 8 years ago
  32. 87b063c (TWILL-155) Sort file listed from directory in TwillLauncher by Terence Yim · 8 years ago
  33. 161032a Added missing test to YarnTestSuite. by Terence Yim · 9 years ago
  34. e4a3676 (TWILL-131) Remove ZK node when application finished. by Terence Yim · 9 years ago
  35. f6d2b6c Remove the if-check in the YarnTwillPreparer class for log level when setting env key. by hsaputra · 9 years ago
  36. e95c6a4 (TWILL-148) Allow setting of env variables - Added methods to TwillPreparer for setting env for runnables by Terence Yim · 9 years ago
  37. ef8b1ea (TWILL-154) Remove hardcoded check for “hdfs” or “maprfs” URI prefix by Terence Yim · 9 years ago
  38. f88e18f (TWILL-141) Fix namespacing of ZKClient by Terence Yim · 9 years ago
  39. 66402b4 (TWILL-153) Honor actual resource size of the container by Terence Yim · 9 years ago
  40. d2d9081 Add hsaputra for Henry Saputra as entry in the master pom, as well as adding for Albert and Poorna. by hsaputra · 9 years ago
  41. a303e3b Removing files that are for generating Twill sites by Terence Yim · 9 years ago
  42. bb0212d (TWILL-144) No need to rename resource name when localization to YARN by Terence Yim · 9 years ago
  43. 0c20804 Potential race condition when restart all is called for a Twill runnable. by hsaputra · 9 years ago
  44. d835caf Fix a typo for other archive URL from comits to commits in the pom.xml by hsaputra · 9 years ago
  45. ecec4b3 (TWILL-142) Add longer time for timeout in EchoServerTestRun to check whether the restart successful. by hsaputra · 9 years ago
  46. 85a626a Bump version to 0.7.0-incubating-SNAPSHOT by Terence Yim · 9 years ago
  47. c1d977b Merge branch 'branch-0.6.0' by Terence Yim · 9 years ago
  48. 518cc1a Prepare for releasing 0.6.0-incubating by Terence Yim · 9 years ago branch-0.6.0 v0.6.0-incubating
  49. 9495e30 Follow up fix for the TWILL-116 PR to update the comments for constants used in restart commands. by hsaputra · 9 years ago
  50. 3a0f6e1 Cleanup on Apache Twill code. by hsaputra · 9 years ago
  51. d4a1508 TWILL-116 Add TwillRunnable instances lifecycle management. by hsaputra · 9 years ago
  52. d181b7c (TWILL-117) support adding set of classes to the Application Master and runnables jar using the TwillPreparer API. the classpath is archived under "application-classpath" in the launcher jar. by shankar · 9 years ago
  53. ecaf51b (TWILL-139) Added workaround to retry starting Kafka multiple times by Terence Yim · 9 years ago
  54. 43b080d Remove final modifier in ResourceSpecification#BASIC since all fields in an interface are implicitly public, static and final. by hsaputra · 9 years ago
  55. d864ed1 TWILL-137 Be able to get log level for each runnable via TwillController.getResourceReport by hsaputra · 9 years ago
  56. dc9320b Add missing Javdoc for classes related to YarnAppClient. by hsaputra · 9 years ago
  57. 7350f28 Simple change to add missing Javadoc to class header and public method. by hsaputra · 9 years ago
  58. feee57a TWILL-136 Override equals and hashCode for JvmOptions.DebugOptions to test equality by hsaputra · 9 years ago
  59. 2054c5f (TWILL-133) Make the ZKClient stoppable even it is still trying to connect by Terence Yim · 9 years ago
  60. ca33245 Add more missing JavaDoc class header information. by hsaputra · 9 years ago
  61. d8462a4 TWILL-24 Add log level settable for Twill application. by hsaputra · 9 years ago
  62. 0d3c5ee TWILL-135 Update the pom.xml to get Java7 API link and update copyright year by hsaputra · 9 years ago
  63. 4e63577 Change call for deprecated method YarnAppClient#createLauncher in YarnTwillPreparer by hsaputra · 9 years ago
  64. 70b6858 Add JavaDoc class header to give short description. by hsaputra · 9 years ago
  65. 2175c66 (TWILL-130) Upgrade to Java 7 by Terence Yim · 9 years ago
  66. f24896b Remove javadoc stylesheet by Terence Yim · 9 years ago
  67. 6896257 (TWILL-83) Expose testing utility to help writing twill tests by Terence Yim · 9 years ago
  68. c4463ee (TWILL-129) Fix race condition in leader election by Terence Yim · 9 years ago
  69. beb8882 Fix a race condition in ZKClientTest that may cause test failure by Terence Yim · 9 years ago
  70. 8601742 Fixed an easy to fail test caused by race condition in the test by Terence Yim · 9 years ago
  71. 97f2c37 (TWILL-69) Removed guava dependencies from twill-api and twill-common modules by Terence Yim · 9 years ago
  72. ae24a04 (TWILL-120) Make Twill Java8 compatible by Terence Yim · 9 years ago
  73. 17a8ba6 TWILL-128 Change the ZKBrokerService to be public so it could be used outside the package. by hsaputra · 9 years ago
  74. f66a32d (TWILL-112) Not to scan a directory again if the directory was added to the bundle jar that is building in progress already by Terence Yim · 9 years ago
  75. dc74126 TWILL-126 Use Travis CI container-based testing by Chris Gianelloni · 9 years ago
  76. c2d63c7 (TWILL-125) Eliminate mainObject instance in BundedJarRunner by Rob Morgan · 9 years ago
  77. b8c09a2 (TWILL-121) Made TwillLauncher print class its attempting to launch by Keith Turner · 9 years ago
  78. fcf6058 Exclude example packages to be included in site:javadoc by Terence Yim · 9 years ago
  79. 3ab373d Bump version to 0.6.0-incubating-SNAPSHOT by Terence Yim · 9 years ago
  80. 01cbe90 Prepare for release 0.5.0-incubating by Terence Yim · 9 years ago branch-0.5.0 v0.5.0-incubating
  81. 40911d5 Change the release artifact name prefix with apache- by Terence Yim · 9 years ago
  82. f8dbcce (TWILL-118) Added support for Distributed Lock for Twill application by Terence Yim · 9 years ago
  83. 6bf8d95 (TWILL-115) Added support for passing in Yarn schedule queue name when launching an application by Terence Yim · 9 years ago
  84. a125b7e Longer timeout for the test to run better on slow machine. by Terence Yim · 9 years ago
  85. 281ab28 Make PlacementPolicy test more resilient to slow machine by Terence Yim · 9 years ago
  86. 5c82532 Longer timeout for ZK tests by Terence Yim · 9 years ago
  87. caad060 (TWILL-113) Fix ZK related unit-tests in Travis-CI by Terence Yim · 9 years ago
  88. fdd7a25 (TWILL-80) Perform log force flush correctly. Also there are refactoring around service starts/stops for container (both AM and runnable) to have a cleaner view on the service dependencies. The help making sure unregistration to RM is done last on AM, providing a more accurate view for RM. by Terence Yim · 9 years ago
  89. 537fdb2 (TWILL-111) support MapR file system (including examples) by Tongqing Qiu · 9 years ago
  90. dd67a7b Disable the generation of DEPENDENCIES file in the source tgz when releasing. by Terence Yim · 9 years ago
  91. b1adf69 Temporarily disable Travis-CI hadoop-2.3 profile as it always fail due to hostname issue. Looks like it is a known issue (https://github.com/travis-ci/travis-ci/issues/2970) by Terence Yim · 9 years ago
  92. b9e668c (TWILL-100) Fix examples POMs and update documentations by Matt Anderson · 9 years ago
  93. 73ecf8e (TWILL-110) added state guard to prevent possible race-condition when shutting down zk client, which causes deadlock. by Terence Yim · 9 years ago
  94. 8db2d47 Make PlacementPolicyTestRun more robust. by Terence Yim · 9 years ago
  95. f1c1e6b sort twill-yarn test runners, add missing tests by Erick Tryzelaar · 10 years ago
  96. 925b85f (TWILL-108) Do not fail with exception if same jar is added twice during bundle jar creation by Mike Walch · 9 years ago
  97. 301ce96 Fix wrong arguments order when calling Assert.equals. by Terence Yim · 10 years ago
  98. 9f95c2a (TWILL-105) Remove ZKDecoratorService and some pom file fixes by Terence Yim · 10 years ago
  99. d59bb53 Bump version to 0.5.0-incubating-SNAPSHOT for 0.4.0 release. by Terence Yim · 10 years ago
  100. 54aa008 Merge branch 'branch-0.4.0' by Terence Yim · 10 years ago