HIVE-28883: Remove obsolete documents from hive-site - #46
Conversation
|
|
||
| # Apache Hive : End2EndTests | ||
|
|
||
| As discussed in HIVE-2985 (<http://issues.apache.org/jira/browse/HIVE-2985>), the goal of this exercise is to create a end to end test framework. |
There was a problem hiding this comment.
I'm considering voiding this ticket because we have not seen any progress for 12 years.
https://issues.apache.org/jira/browse/HIVE-2985
zabetak
left a comment
There was a problem hiding this comment.
LGTM, just minor comments that we don't really need to handle as part of this PR!
|
|
||
| Following are a few rules of thumb that should be followed when adding new test cases in Hive that require the introduction of new query file(s). Of course, these rules should not be applied if they invalidate the purpose of your test to begin with. These are generally helpful in keeping the test queries concise, minimizing the redundancies where possible, and ensuring that cascading failures due to a single test failure do not occur. | ||
|
|
||
| * Instead of creating your own data file for loading into a new table, use existing data from staged tables like `src`. |
There was a problem hiding this comment.
nit: I like tests that are self-contained and minimal so I am not sure if using built-in datasets (especially src where the data are pretty cryptic) is always a good idea. Anyways this PR just moves around existing content so I am fine if it remains as is.
There was a problem hiding this comment.
I'm keeping this statement because we might have not achieved consensus.
zabetak
left a comment
There was a problem hiding this comment.
Possibly another obsolete page: https://hive.apache.org/docs/latest/hivewebinterface_27362110/
|
Thanks! I removed HiveWebInterface |
|
Merged. @zabetak Thanks for reviewing the pull request! |
This PR would remove obsolete pages that explain how to use Confluence, discontinued infrastructure or deprecated features.