Review Request 70241: HIVE-21482: Partition discovery table property is added to non-partitioned external tables

2019-03-19 Thread prasanthj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70241/
---

Review request for hive and Jason Dere.


Bugs: HIVE-21482
https://issues.apache.org/jira/browse/HIVE-21482


Repository: hive-git


Description
---

HIVE-21482: Partition discovery table property is added to non-partitioned 
external tables


Diffs
-

  hbase-handler/src/test/results/positive/external_table_ppd.q.out 
40abb423f8a530683281e1d75abcc280947e070a 
  hbase-handler/src/test/results/positive/hbase_binary_storage_queries.q.out 
bf1a89dbcc5db19f598fabf61615f570eaa8e1bf 
  hbase-handler/src/test/results/positive/hbase_ddl.q.out 
7adb474b0da0b2c4f08f884a915280ba1bc91462 
  hbase-handler/src/test/results/positive/hbase_queries.q.out 
49865325b1e4e768cf971a6859d324b35441ded3 
  hbase-handler/src/test/results/positive/hbasestats.q.out 
812a74e22fc8a3d5f4575553178a1903fbbb24f6 
  ql/src/java/org/apache/hadoop/hive/ql/ddl/table/CreateTableDesc.java 
15fe4a99eaaa79b50ada1c5ad8149f414dfaceef 
  ql/src/java/org/apache/hadoop/hive/ql/ddl/table/CreateTableLikeOperation.java 
6ac6b101a7bafce61b039f073b5a6b246b579ef3 
  ql/src/test/queries/clientpositive/partition_discovery.q 
2f0ff87610a6f64bf0ea290c6d950f47ebb124b7 
  ql/src/test/results/clientpositive/create_like.q.out 
6d4e14a399fed1bc41d38740251df4c4338e5687 
  ql/src/test/results/clientpositive/create_like_view.q.out 
7e33e50af62a1178caf9820d04003d08686a853b 
  ql/src/test/results/clientpositive/default_file_format.q.out 
beef4192c794704a716adf3b4bbc03ba7dc97b44 
  ql/src/test/results/clientpositive/druid/druid_topn.q.out 
cc8da8ec1eeceb69bce6d4c766e488200b9c64d6 
  ql/src/test/results/clientpositive/druid/druidkafkamini_basic.q.out 
7a17a387d2400f0d52e858c2c9e6e588a8fd61aa 
  ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out 
16ba235880d08e26770e527df79ef56a35fb7639 
  ql/src/test/results/clientpositive/druid_topn.q.out 
b0b435f5c07053a57d5c274f84198afaac886ea6 
  ql/src/test/results/clientpositive/kafka/kafka_storage_handler.q.out 
2d6fab27cd8430d3244129582f68193cdcfcb48e 
  ql/src/test/results/clientpositive/llap/external_table_purge.q.out 
4e2f6a394aa934a0e43d677c4f94132b3d96f91c 
  ql/src/test/results/clientpositive/llap/mm_exim.q.out 
868d107860e4cfd4ae4880cc3656405b1efb44f4 
  ql/src/test/results/clientpositive/llap/strict_managed_tables2.q.out 
348266c0a0dc4c4bb45b1014f9f17243931d54e0 
  ql/src/test/results/clientpositive/llap/whroot_external1.q.out 
4333bf43b697fc6aaa6c6e9239b7e00f6cf11298 
  ql/src/test/results/clientpositive/partition_discovery.q.out 
907513639e0fcf20c7cc34f27a34549a26f98499 
  ql/src/test/results/clientpositive/show_create_table_alter.q.out 
9d93ee97399d432ee7a74149a38780cd77a71d96 
  ql/src/test/results/clientpositive/show_create_table_serde.q.out 
a66c09a4d288d49072d7d3eb60af7fb422973a59 
  ql/src/test/results/clientpositive/spark/stats_noscan_2.q.out 
90e8bcfc972fa44bae9f9917280c96eccf17d349 
  ql/src/test/results/clientpositive/stats_noscan_2.q.out 
4472c162e19a23fa9bde9c456718cc9062f0f6dc 
  ql/src/test/results/clientpositive/temp_table_display_colstats_tbllvl.q.out 
7dea708be1ee116c886bb68f2bcf64eba666b96c 
  
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Msck.java
 b7ae1d84d8983d94e1b498b42a16d2ea1ed1bb07 


Diff: https://reviews.apache.org/r/70241/diff/1/


Testing
---


Thanks,

prasanthj



Review Request 70286: HIVE-21305: LLAP: Option to skip cache for ETL queries

2019-03-22 Thread prasanthj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70286/
---

Review request for hive and Gopal V.


Bugs: HIVE-21305
https://issues.apache.org/jira/browse/HIVE-21305


Repository: hive-git


Description
---

HIVE-21305: LLAP: Option to skip cache for ETL queries


Diffs
-

  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 
0c783e144dd8cb0bc8f9368f553868759556 
  itests/src/test/resources/testconfiguration.properties 
8c4d9b7de71ed6762a2f918c163ecfb7499b4c03 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 
6252013335f4e985e43d58227ffd7294bc0ebdf8 
  ql/src/test/queries/clientpositive/llap_io_etl.q PRE-CREATION 
  ql/src/test/results/clientpositive/llap/llap_io_etl.q.out PRE-CREATION 


Diff: https://reviews.apache.org/r/70286/diff/1/


Testing
---


Thanks,

prasanthj



Re: Review Request 70286: HIVE-21305: LLAP: Option to skip cache for ETL queries

2019-03-22 Thread prasanthj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70286/
---

(Updated March 23, 2019, 2:47 a.m.)


Review request for hive and Gopal V.


Bugs: HIVE-21305
https://issues.apache.org/jira/browse/HIVE-21305


Repository: hive-git


Description
---

HIVE-21305: LLAP: Option to skip cache for ETL queries


Diffs (updated)
-

  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 0c783e144d 
  itests/src/test/resources/testconfiguration.properties 8c4d9b7de7 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 6252013335 
  ql/src/test/queries/clientpositive/llap_io_etl.q PRE-CREATION 
  ql/src/test/results/clientpositive/llap/llap_io_etl.q.out PRE-CREATION 


Diff: https://reviews.apache.org/r/70286/diff/2/

Changes: https://reviews.apache.org/r/70286/diff/1-2/


Testing
---


Thanks,

prasanthj



[GitHub] hive pull request #97: HIVE-14585: Add travis.yml and update README to show ...

2016-08-19 Thread prasanthj
GitHub user prasanthj opened a pull request:

https://github.com/apache/hive/pull/97

HIVE-14585: Add travis.yml and update README to show build status



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/prasanthj/hive HIVE-14585

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/hive/pull/97.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #97


commit 82e0ede8f3e361a3af5fb07bc2358348d86c246e
Author: Prasanth Jayachandran 
Date:   2016-08-19T16:45:00Z

HIVE-14585: Add travis.yml and update README to show build status




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---