[
https://issues.apache.org/jira/browse/HCATALOG-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Homan updated HCATALOG-15:
--------------------------------
Attachment: HCAT-15.patch
This is a big bit of code churn, so best to get it out of the way early.
Attached patch removes all references to Howl, the few remaining references to
Owl, and fixes the alternative instructions in the build script to the correct
variable reference.
Remaining references are historic or part of Hive.
{noformat}jghoman@tardis ~/repos/hcatalog-svn> ack "[Hh]+owl"
hive/external/ql/src/java/org/apache/hadoop/hive/ql/parse/HiveSemanticAnalyzerHook.java
31: * and intended mainly for use by the Howl project.
hive/external/ql/src/java/org/apache/hadoop/hive/ql/parse/ImportSemanticAnalyzer.java
426: new String[] { "howl.isd",
427: "howl.osd" });
hive/external/ql/src/java/org/apache/hadoop/hive/ql/plan/ShowLocksDesc.java
41: private static final String table = "showlocks";
src/test/org/apache/hcatalog/cli/TestUseDatabase.java
33:/* Unit test for GitHub Howl issue #3 */{noformat}
Patch was mainly automatic refactoring with human supervision. Tests pass,
everything compiles.
> Replace all occurrences of 'howl' with hcat/hcatalog
> ----------------------------------------------------
>
> Key: HCATALOG-15
> URL: https://issues.apache.org/jira/browse/HCATALOG-15
> Project: HCatalog
> Issue Type: Bug
> Reporter: Devaraj Das
> Priority: Minor
> Attachments: HCAT-15.patch
>
>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira