[GitHub] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-12 Thread xunzhang
Github user xunzhang closed the pull request at: https://github.com/apache/incubator-hawq/pull/885 --- 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] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-12 Thread wcl14
Github user wcl14 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/885#discussion_r78490699 --- Diff: src/test/feature/ManagementTool/test_hawq_register_usage1.cpp --- @@ -0,0 +1,128 @@ +#include +#include + +#include

[GitHub] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-05 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/885#discussion_r77575744 --- Diff: tools/bin/hawqregister --- @@ -336,8 +338,25 @@ def insert_metadata_into_database(dburl, databasename, tablename, seg_name, firs

[GitHub] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-05 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/885#discussion_r77564199 --- Diff: tools/bin/hawqregister --- @@ -336,8 +338,25 @@ def insert_metadata_into_database(dburl, databasename, tablename, seg_name, firs

[GitHub] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-05 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/885#discussion_r77564087 --- Diff: src/test/feature/ManagementTool/test_hawq_register.cpp --- @@ -369,3 +369,25 @@ TEST_F(TestHawqRegister, TestUsage2Behavior2) {

[GitHub] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-05 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/885#discussion_r77564020 --- Diff: tools/bin/hawqregister --- @@ -388,11 +415,31 @@ if __name__ == '__main__': logger.error('Files to be registered in this

[GitHub] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-04 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/885#discussion_r77471877 --- Diff: src/test/feature/ManagementTool/test_hawq_register.cpp --- @@ -369,3 +369,25 @@ TEST_F(TestHawqRegister, TestUsage2Behavior2) {

[GitHub] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-04 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/885#discussion_r77452500 --- Diff: src/test/feature/ManagementTool/test_hawq_register.cpp --- @@ -369,3 +369,25 @@ TEST_F(TestHawqRegister, TestUsage2Behavior2) {

[GitHub] incubator-hawq pull request #885: HAWQ-1033. Add --force option for hawq reg...

2016-09-02 Thread xunzhang
GitHub user xunzhang opened a pull request: https://github.com/apache/incubator-hawq/pull/885 HAWQ-1033. Add --force option for hawq register. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xunzhang/incubator-hawq HAWQ-1033