[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-19 Thread amyrazz44
Github user amyrazz44 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1093 --- 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 #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-18 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96584985 --- Diff: depends/libhdfs3/src/client/hdfs.h --- @@ -482,6 +482,30 @@ int hdfsCreateDirectory(hdfsFS fs, const char * path); int

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread amyrazz44
Github user amyrazz44 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96570395 --- Diff: depends/libhdfs3/src/client/FileEncryptionInfo.h --- @@ -0,0 +1,93 @@

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96561226 --- Diff: depends/libhdfs3/src/client/EncryptionZoneInfo.h --- @@ -0,0 +1,84 @@

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96379295 --- Diff: depends/libhdfs3/src/proto/encryption.proto --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96379546 --- Diff: depends/libhdfs3/test/function/TestCInterface.cpp --- @@ -198,6 +201,45 @@ TEST(TestCInterfaceConnect, TestConnect_Success) {

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96559108 --- Diff: depends/libhdfs3/src/client/FileStatus.h --- @@ -143,6 +144,21 @@ class FileStatus { return !symlink.empty(); }

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96560375 --- Diff: depends/libhdfs3/src/client/Hdfs.cpp --- @@ -989,8 +989,31 @@ int hdfsSetReplication(hdfsFS fs, const char * path, int16_t replication) {

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96560410 --- Diff: depends/libhdfs3/src/client/Hdfs.cpp --- @@ -989,8 +989,31 @@ int hdfsSetReplication(hdfsFS fs, const char * path, int16_t replication) {

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96558929 --- Diff: depends/libhdfs3/src/client/FileEncryptionInfo.h --- @@ -0,0 +1,93 @@

[GitHub] incubator-hawq pull request #1093: HAWQ-1193. Add createEncryption, getEZFor...

2017-01-17 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1093#discussion_r96561207 --- Diff: depends/libhdfs3/src/client/Hdfs.cpp --- @@ -1450,6 +1491,72 @@ void hdfsFreeFileBlockLocations(BlockLocation * locations, int numOfBlock)