[GitHub] [incubator-hudi] rbhartia commented on issue #705: hadoop 2.8.x miss RecoveryInProgressException class

2019-06-13 Thread GitBox
rbhartia commented on issue #705: hadoop 2.8.x miss RecoveryInProgressException class URL: https://github.com/apache/incubator-hudi/issues/705#issuecomment-501948380 Seems like this is due to hoodie-common POM using the hadoop-common and hadoop-hdfs modules with tests classifier. I was

[GitHub] [incubator-hudi] cdmikechen opened a new issue #734: How to upsert data just with memory

2019-06-13 Thread GitBox
cdmikechen opened a new issue #734: How to upsert data just with memory URL: https://github.com/apache/incubator-hudi/issues/734 I found that there is a `hoodie.write.status.storage.level` configuration in `HoodieWriteConfig` , so I tried to update a row in a hoodie table (750 rows and

[GitHub] [incubator-hudi] vinothchandar opened a new pull request #733: Ci fixes

2019-06-13 Thread GitBox
vinothchandar opened a new pull request #733: Ci fixes URL: https://github.com/apache/incubator-hudi/pull/733 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-hudi] bvaradar commented on issue #722: HUDI-148 Small File selection logic for MOR must skip fileIds selected for pending compaction correctly

2019-06-13 Thread GitBox
bvaradar commented on issue #722: HUDI-148 Small File selection logic for MOR must skip fileIds selected for pending compaction correctly URL: https://github.com/apache/incubator-hudi/pull/722#issuecomment-501864692 @n3nash : Please merge when you review this PR and ok with it.

[incubator-hudi] branch master updated: - Ugrading to Hive 2.x - Eliminating in-memory deltaRecordsMap - Use writerSchema to generate generic record needed by custom payloads - changes to make tests w

2019-06-13 Thread vinoth
This is an automated email from the ASF dual-hosted git repository. vinoth pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git The following commit(s) were added to refs/heads/master by this push: new 129e433 - Ugrading to Hive 2.x -

[GitHub] [incubator-hudi] bvaradar opened a new pull request #732: Explicitly set jvm max memory setting to 4G

2019-06-13 Thread GitBox
bvaradar opened a new pull request #732: Explicitly set jvm max memory setting to 4G URL: https://github.com/apache/incubator-hudi/pull/732 This is an automated message from the Apache Git Service. To respond to the

[incubator-hudi] branch master updated: All Opened hoodie clients in tests needs to be closed TestMergeOnReadTable must use embedded timeline server

2019-06-13 Thread vbalaji
This is an automated email from the ASF dual-hosted git repository. vbalaji pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git The following commit(s) were added to refs/heads/master by this push: new cd7623e All Opened hoodie clients in

[GitHub] [incubator-hudi] bvaradar merged pull request #731: All Opened hoodie clients in tests needs to be closed

2019-06-13 Thread GitBox
bvaradar merged pull request #731: All Opened hoodie clients in tests needs to be closed URL: https://github.com/apache/incubator-hudi/pull/731 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-hudi] n3nash commented on issue #674: Upgrade to Hive 2.x, MOR read query fixes and performance improvement

2019-06-13 Thread GitBox
n3nash commented on issue #674: Upgrade to Hive 2.x, MOR read query fixes and performance improvement URL: https://github.com/apache/incubator-hudi/pull/674#issuecomment-501810417 Yes, I rebased and pushed last night. This

[GitHub] [incubator-hudi] vinothchandar commented on issue #674: Upgrade to Hive 2.x, MOR read query fixes and performance improvement

2019-06-13 Thread GitBox
vinothchandar commented on issue #674: Upgrade to Hive 2.x, MOR read query fixes and performance improvement URL: https://github.com/apache/incubator-hudi/pull/674#issuecomment-501789301 @n3nash can you rebase against latest master and push again.. We are waiting to stabilize the CI,

[GitHub] [incubator-hudi] n3nash commented on issue #674: Upgrade to Hive 2.x, MOR read query fixes and performance improvement

2019-06-13 Thread GitBox
n3nash commented on issue #674: Upgrade to Hive 2.x, MOR read query fixes and performance improvement URL: https://github.com/apache/incubator-hudi/pull/674#issuecomment-501788485 @vinothchandar Waiting for you to accept, can merge this then.

[GitHub] [incubator-hudi] bvaradar opened a new pull request #731: All Opened hoodie clients in tests needs to be closed

2019-06-13 Thread GitBox
bvaradar opened a new pull request #731: All Opened hoodie clients in tests needs to be closed URL: https://github.com/apache/incubator-hudi/pull/731 Also, TestMergeOnReadTable must use embedded timeline server This is an