Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I haven't looked in HIVE-2607 2670 (http://issues.apache.org/jira/browse/HIVE-26072670Image Modified) in detail, but based on my initial understanding have the following thoughts.

  • Both of them (HIVE-2607 2670 and HIVE-2985) are trying to achieve the same goals
  • I can definitely use the framework proposed by HIVE-26072670
  • Some differences in the above jiras:
    • HIVE-2985 is trying to use the Facebook configuration. This is the major change.
    • HIVE-2607 2670 is running the tests in mysql, followed by hive. As long as the tests are deterministic, they need not be run in MYSQL every time. The results from these
      tests can be stored in MYSQL.
    • HIVE-2607 2670 tries to run the hive test sequentially, which may not the best approach.

The first one is a blocker (different confs). We should be able to reuse most of the work from HIVE-2607 2670 to get the test-framework.

So, instead of writing new scripts, we can reuse the scripts from HIVE-2607 2670 and run them in jenkins for every commit.