[GitHub] [drill] luocooong commented on pull request #2596: DRILL-8259: Supports advanced HBase persistence storage options

2022-07-26 Thread GitBox
luocooong commented on PR #2596: URL: https://github.com/apache/drill/pull/2596#issuecomment-1195301013 @cgivre @Z0ltrix I added two new options. If `namespace` is used, the `namespace:table` semantics are applied. And we can also use the `table` configuration only. The `family` is also an

[GitHub] [drill] jnturton commented on a diff in pull request #2610: DRILL-8268: Fix Hadoop 2 and Netty lib exclusions, REST mem limiter disabled by default

2022-07-26 Thread GitBox
jnturton commented on code in PR #2610: URL: https://github.com/apache/drill/pull/2610#discussion_r930036634 ## pom.xml: ## @@ -3965,6 +3977,46 @@ + Review Comment: My audit of jars that were not present in 1.20.1-hadoop2

[GitHub] [drill] vvysotskyi commented on pull request #2610: DRILL-8268: Fix Hadoop 2 and Netty lib exclusions, REST mem limiter disabled by default

2022-07-26 Thread GitBox
vvysotskyi commented on PR #2610: URL: https://github.com/apache/drill/pull/2610#issuecomment-1195743563 @jnturton, looks like this PR causes extra warnings: ``` 2022-07-26T14:35:28.5702064Z [WARNING] 2022-07-26T14:35:28.5703626Z [WARNING] Some problems were encountered while

[GitHub] [drill] ankane opened a new issue, #2614: Missing 1.20.1 Release

2022-07-26 Thread GitBox
ankane opened a new issue, #2614: URL: https://github.com/apache/drill/issues/2614 **Describe the bug** Hi, it looks like Drill 1.20.1 was released on May 16 according to [this post](https://drill.apache.org/blog/2022/05/16/drill-1.20.1-released/) and the [release

[GitHub] [drill] jnturton commented on issue #2614: Missing 1.20.1 Release

2022-07-26 Thread GitBox
jnturton commented on issue #2614: URL: https://github.com/apache/drill/issues/2614#issuecomment-1196284912 Thank you for opening this. You're right that we're currently missing our 1.20.1 build due to some technical reasons but the good news is that we're just about to put up a 1.20.2

[GitHub] [drill] jnturton closed issue #2614: Missing 1.20.1 Release

2022-07-26 Thread GitBox
jnturton closed issue #2614: Missing 1.20.1 Release URL: https://github.com/apache/drill/issues/2614 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [drill] jnturton commented on pull request #2610: DRILL-8268: Fix Hadoop 2 and Netty lib exclusions, REST mem limiter disabled by default

2022-07-26 Thread GitBox
jnturton commented on PR #2610: URL: https://github.com/apache/drill/pull/2610#issuecomment-1195642829 > @luocooong See https://stackoverflow.com/a/61267496/497381 ` java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;` is not available in JDK 1.8. It is available since Java 11. In 1.8 the

[GitHub] [drill] martin-g commented on pull request #2610: DRILL-8268: Fix Hadoop 2 and Netty lib exclusions, REST mem limiter disabled by default

2022-07-26 Thread GitBox
martin-g commented on PR #2610: URL: https://github.com/apache/drill/pull/2610#issuecomment-1195684710 Good job, James! On Tue, Jul 26, 2022, 18:37 James Turton ***@***.***> wrote: > @luocooong See > https://stackoverflow.com/a/61267496/497381