[GitHub] incubator-hawq pull request #939: HAWQ-991. Fix bug of yaml configuration fi...

2016-09-26 Thread kdunn-pivotal
Github user kdunn-pivotal commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/939#discussion_r80594744 --- Diff: tools/bin/hawqregister --- @@ -729,6 +728,23 @@ class HawqRegister(object): for k, eof in enumerate(eofs[1

[GitHub] incubator-hawq pull request #939: HAWQ-991. Fix bug of yaml configuration fi...

2016-09-27 Thread kdunn-pivotal
Github user kdunn-pivotal commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/939#discussion_r80729846 --- Diff: tools/bin/hawqregister --- @@ -729,6 +728,23 @@ class HawqRegister(object): for k, eof in enumerate(eofs[1

[GitHub] incubator-hawq issue #940: HAWQ 1078. Implement hawqsync-falcon DR utility.

2016-10-11 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/940 @vvineet How can we get this prioritized for the next release? Also, anyone that can put eyes on it for a code review would be helpful. --- If your project is set up for it, you can

[GitHub] incubator-hawq pull request #940: HAWQ 1078. Implement hawqsync-falcon DR ut...

2016-10-13 Thread kdunn-pivotal
Github user kdunn-pivotal commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/940#discussion_r83278114 --- Diff: tools/bin/hawqsync-falcon --- @@ -0,0 +1,1331 @@ +#!/usr/bin/env python +# Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hawq issue #940: HAWQ 1078. Implement hawqsync-falcon DR utility.

2016-10-13 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/940 Here is the step-by-step process - it may have some gaps but this is likely 90% of the steps: # HAWQSYNC initial setup runbook: 1. Ensure network connectivity between

[GitHub] incubator-hawq issue #940: HAWQ 1078. Implement hawqsync-falcon DR utility.

2016-10-27 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/940 # HAWQSYNC partial-sync recovery runbook: 1. Copy "last known good state" tarball from `hdfs://hawq_default/hawqExtract-*.tar.bz2` 2. Re-run `hawqsync-e

[GitHub] incubator-hawq issue #720: HAWQ-823. Initial Amazon S3 External Table Suppor...

2016-10-31 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/720 Anything else needed here? This is a critical feature both Hive and Impala already offer. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-hawq issue #720: HAWQ-823. Initial Amazon S3 External Table Suppor...

2017-02-06 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/720 CC @tpednekar-pivotal. --- 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

[GitHub] incubator-hawq pull request #1181: HAWQ-1398. Fixing invalid references in l...

2017-03-21 Thread kdunn-pivotal
GitHub user kdunn-pivotal opened a pull request: https://github.com/apache/incubator-hawq/pull/1181 HAWQ-1398. Fixing invalid references in log statements. `elog` statements attribute errors to wrong function. You can merge this pull request into a Git repository by running

[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-03-22 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 That's a good idea. Didn't know if that capability existed in our logging infrastructure. Maybe we'll make converting all of them into a `__func__` a separate JIRA

[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-05-16 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 Looks like my Apache user `kdunn926` does not have write permissions to this repo. @edespino ``` $ git push https://kdunn...@github.com/apache/incubator-hawq Password

[GitHub] incubator-hawq issue #720: HAWQ-823. Initial Amazon S3 External Table Suppor...

2017-09-01 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/720 Not sure which library/API version you're asking about. For the S3 API, it's likely only compatible with v4. I'd refer to the updated _upstream_ code base f