Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/3#discussion_r76164526
--- Diff:
twill-common/src/main/java/org/apache/twill/filesystem/LocalLocation.java ---
@@ -255,4 +288,53 @@ public int hashCode() {
public String
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/3#discussion_r76164518
--- Diff:
twill-common/src/main/java/org/apache/twill/filesystem/LocalLocation.java ---
@@ -255,4 +288,53 @@ public int hashCode() {
public String
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/3#discussion_r76164566
--- Diff:
twill-common/src/main/java/org/apache/twill/filesystem/Location.java ---
@@ -53,11 +54,42 @@
* Atomically creates a new, empty file named
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/3#discussion_r76164643
--- Diff:
twill-common/src/main/java/org/apache/twill/filesystem/Location.java ---
@@ -73,7 +105,12 @@
* Creates an {@link OutputStream} for this
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/3#discussion_r76164602
--- Diff:
twill-common/src/main/java/org/apache/twill/filesystem/Location.java ---
@@ -53,11 +54,42 @@
* Atomically creates a new, empty file named
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/3#discussion_r76164629
--- Diff:
twill-common/src/main/java/org/apache/twill/filesystem/Location.java ---
@@ -53,11 +54,42 @@
* Atomically creates a new, empty file named
Github user albertshau commented on the issue:
https://github.com/apache/twill/pull/3
only minor comments about javadocs, otherwise LGTM
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/9#discussion_r77081138
--- Diff:
twill-core/src/main/java/org/apache/twill/internal/kafka/EmbeddedKafkaServer.java
---
@@ -65,9 +72,19 @@ protected void startUp() throws Exception
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/9#discussion_r77083133
--- Diff:
twill-core/src/main/java/org/apache/twill/internal/kafka/EmbeddedKafkaServer.java
---
@@ -65,9 +72,19 @@ protected void startUp() throws Exception
Github user albertshau commented on the issue:
https://github.com/apache/twill/pull/9
lgtm
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/8#discussion_r78623437
--- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/YarnTestSuite.java
---
@@ -17,8 +17,15 @@
*/
package org.apache.twill.yarn
Github user albertshau commented on the issue:
https://github.com/apache/twill/pull/8
one minor comment, otherwise lgtm
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/16#discussion_r90149679
--- Diff:
twill-core/src/main/java/org/apache/twill/kafka/client/KafkaOffsetProvider.java
---
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/16#discussion_r90151909
--- Diff:
twill-core/src/main/java/org/apache/twill/kafka/client/KafkaConsumer.java ---
@@ -35,8 +35,10 @@
* Invoked when new messages is
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/16#discussion_r90152039
--- Diff:
twill-core/src/main/java/org/apache/twill/kafka/client/KafkaConsumer.java ---
@@ -35,8 +35,10 @@
* Invoked when new messages is
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/21#discussion_r95050605
--- Diff:
twill-yarn/src/main/java/org/apache/twill/yarn/YarnTwillRunnerService.java ---
@@ -277,9 +281,16 @@ public TwillPreparer prepare(TwillApplication
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/21#discussion_r95048004
--- Diff:
twill-core/src/main/java/org/apache/twill/internal/ApplicationBundler.java ---
@@ -97,10 +76,10 @@ public ApplicationBundler(Iterable
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/21#discussion_r95050388
--- Diff:
twill-yarn/src/main/java/org/apache/twill/yarn/LocationCacheCleaner.java ---
@@ -0,0 +1,206 @@
+/*
+ * Licensed to the Apache Software
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/26#discussion_r97681685
--- Diff:
twill-common/src/main/java/org/apache/twill/filesystem/Location.java ---
@@ -207,6 +207,21 @@
boolean mkdirs() throws IOException
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/47#discussion_r108811273
--- Diff:
twill-yarn/src/main/java/org/apache/twill/filesystem/FileContextLocationFactory.java
---
@@ -103,16 +138,32 @@ public Location create(URI uri
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/48#discussion_r109225715
--- Diff:
twill-yarn/src/main/java/org/apache/twill/yarn/YarnTwillRunnerService.java ---
@@ -265,6 +254,44 @@ public void cancel
Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/48#discussion_r109223872
--- Diff:
twill-api/src/main/java/org/apache/twill/api/security/SecureStoreRenewer.java
---
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache
Github user albertshau commented on the issue:
https://github.com/apache/twill/pull/48
just a couple comments
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes
23 matches
Mail list logo