diff --git checkstyle/checkstyle.xml checkstyle/checkstyle.xml index 756b997cff..58eb96d338 100644 --- checkstyle/checkstyle.xml +++ checkstyle/checkstyle.xml @@ -53,9 +53,6 @@ - - - diff --git itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/tools/metatool/package-info.java itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/tools/metatool/package-info.java deleted file mode 100644 index 1ddb66e44b..0000000000 --- itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/tools/metatool/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Integration tests for the HiveMetaTool program. */ -package org.apache.hadoop.hive.metastore.tools.metatool; diff --git llap-server/src/java/org/apache/hadoop/hive/llap/cli/service/package-info.java llap-server/src/java/org/apache/hadoop/hive/llap/cli/service/package-info.java deleted file mode 100644 index 46aacf8213..0000000000 --- llap-server/src/java/org/apache/hadoop/hive/llap/cli/service/package-info.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Package consisting the program LlapServiceDriver (and other classes used by it) which is starting up the llap daemon. - */ -package org.apache.hadoop.hive.llap.cli.service; - diff --git llap-server/src/java/org/apache/hadoop/hive/llap/cli/status/package-info.java llap-server/src/java/org/apache/hadoop/hive/llap/cli/status/package-info.java deleted file mode 100644 index 79cadc7cb0..0000000000 --- llap-server/src/java/org/apache/hadoop/hive/llap/cli/status/package-info.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * Package consisting the program LlapStatusServiceDriver (and other classes used by it) - * which is monitoring if Llap is running. - */ -package org.apache.hadoop.hive.llap.cli.status; - diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/location/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/location/package-info.java deleted file mode 100644 index 6bb7206860..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/location/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database set location DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.alter.location; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/owner/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/owner/package-info.java deleted file mode 100644 index f1f70f9e9d..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/owner/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database set owner DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.alter.owner; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/package-info.java deleted file mode 100644 index 1c78014377..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter Database DDL operations. */ -package org.apache.hadoop.hive.ql.ddl.database.alter; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/poperties/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/poperties/package-info.java deleted file mode 100644 index f1c07ebbaa..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/alter/poperties/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database set properties DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.alter.poperties; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/create/package-info.java deleted file mode 100644 index 899c69163c..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database creation DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/desc/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/desc/package-info.java deleted file mode 100644 index be6924913f..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/desc/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database description DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.desc; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/drop/package-info.java deleted file mode 100644 index 32ab111de4..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database dropping DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/lock/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/lock/package-info.java deleted file mode 100644 index 8777742953..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/lock/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database locking DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.lock; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/package-info.java deleted file mode 100644 index 53d733aaf7..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.database; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/show/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/show/package-info.java deleted file mode 100644 index a582cc7183..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/show/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show databases DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.show; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/showcreate/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/showcreate/package-info.java deleted file mode 100644 index e42cbacdea..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/showcreate/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show create database DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.showcreate; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/unlock/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/unlock/package-info.java deleted file mode 100644 index d607074f53..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/unlock/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database unlocking DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.unlock; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/database/use/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/database/use/package-info.java deleted file mode 100644 index 5c9b64e20a..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/database/use/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Database switching DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.database.use; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/function/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/function/create/package-info.java deleted file mode 100644 index ebfa2d621a..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/function/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Function creation DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.function.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/function/desc/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/function/desc/package-info.java deleted file mode 100644 index 7cddc52d6f..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/function/desc/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Function describing DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.function.desc; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/function/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/function/drop/package-info.java deleted file mode 100644 index 6a2904edaf..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/function/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Function dropping DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.function.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/function/macro/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/function/macro/create/package-info.java deleted file mode 100644 index 30094f6d25..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/function/macro/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Macro creation DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.function.macro.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/function/macro/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/function/macro/drop/package-info.java deleted file mode 100644 index 887acb070a..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/function/macro/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Macro dropping DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.function.macro.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/function/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/function/package-info.java deleted file mode 100644 index c16607d69c..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/function/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Function related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.function; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/function/reload/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/function/reload/package-info.java deleted file mode 100644 index 51fd37b49b..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/function/reload/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Function reloading DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.function.reload; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/function/show/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/function/show/package-info.java deleted file mode 100644 index d69d2b19ce..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/function/show/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Showing functions DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.function.show; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/conf/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/conf/package-info.java deleted file mode 100644 index 9983bab740..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/conf/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show Configuration operation. */ -package org.apache.hadoop.hive.ql.ddl.misc.conf; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/flags/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/flags/package-info.java deleted file mode 100644 index 01b9762ebf..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/flags/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Remove the flag from db property if its already present operation. */ -package org.apache.hadoop.hive.ql.ddl.misc.flags; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/hooks/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/hooks/package-info.java deleted file mode 100644 index 7ef660282e..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/hooks/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Insert commit hook DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.misc.hooks; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/metadata/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/metadata/package-info.java deleted file mode 100644 index d40666a81a..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/metadata/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Cache metadata DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.misc.metadata; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/msck/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/msck/package-info.java deleted file mode 100644 index 9371c3e9ca..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/msck/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Msck DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.misc.msck; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/package-info.java deleted file mode 100644 index 9b7f261e59..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/misc/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** DDL operation descriptions and operations which can not be classified elsewhere. */ -package org.apache.hadoop.hive.ql.ddl.misc; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/package-info.java deleted file mode 100644 index 9e79c3678d..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** DDL operations. */ -package org.apache.hadoop.hive.ql.ddl; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/grant/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/grant/package-info.java deleted file mode 100644 index e08339bd68..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/grant/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Granting DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.grant; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/package-info.java deleted file mode 100644 index 596a803704..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Privilege related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.privilege; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/revoke/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/revoke/package-info.java deleted file mode 100644 index 5e37b6951d..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/revoke/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Revoking DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.revoke; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/create/package-info.java deleted file mode 100644 index 6e958d7397..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Role creation DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.role.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/drop/package-info.java deleted file mode 100644 index 37f9eae3c9..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Role dropping DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.role.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/grant/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/grant/package-info.java deleted file mode 100644 index 68b215a7c8..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/grant/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Granting to role DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.role.grant; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/revoke/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/revoke/package-info.java deleted file mode 100644 index 89213a6daa..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/revoke/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Revoking from role DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.role.revoke; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/set/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/set/package-info.java deleted file mode 100644 index 9223f8275e..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/set/package-info.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Setting role DDL operation. - */ -package org.apache.hadoop.hive.ql.ddl.privilege.role.set; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/show/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/show/package-info.java deleted file mode 100644 index cb4f169fe6..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/role/show/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Role showing DDL operations. */ -package org.apache.hadoop.hive.ql.ddl.privilege.role.show; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/grant/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/grant/package-info.java deleted file mode 100644 index e5beecafc8..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/grant/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Grant showing DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.show.grant; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/principals/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/principals/package-info.java deleted file mode 100644 index 0e27d31b5b..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/principals/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Principal showing DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.show.principals; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/rolegrant/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/rolegrant/package-info.java deleted file mode 100644 index ccef832a89..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/privilege/show/rolegrant/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Role grant showing DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.privilege.show.rolegrant; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/process/abort/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/process/abort/package-info.java deleted file mode 100644 index dc78d2cacf..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/process/abort/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Abort Transactions DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.process.abort; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/process/kill/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/process/kill/package-info.java deleted file mode 100644 index 3b4d443280..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/process/kill/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Kill Queries DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.process.kill; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/process/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/process/package-info.java deleted file mode 100644 index 07fbccc2df..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/process/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Process related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.process; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/process/show/compactions/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/process/show/compactions/package-info.java deleted file mode 100644 index 0255f77f3a..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/process/show/compactions/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show Compactions DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.process.show.compactions; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/process/show/transactions/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/process/show/transactions/package-info.java deleted file mode 100644 index 27151e8859..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/process/show/transactions/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show Transactions DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.process.show.transactions; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/add/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/add/package-info.java deleted file mode 100644 index 3c94b36545..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/add/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Add columns DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.column.add; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/change/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/change/package-info.java deleted file mode 100644 index fc08eef57d..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/change/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Change columns DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.column.change; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/replace/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/replace/package-info.java deleted file mode 100644 index dd75ddaf50..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/replace/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Replace columns DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.column.replace; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/show/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/show/package-info.java deleted file mode 100644 index e911352d25..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/show/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show columns DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.column.show; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/update/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/update/package-info.java deleted file mode 100644 index c330aebac5..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/column/update/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Update columns DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.column.update; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/add/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/add/package-info.java deleted file mode 100644 index dda814774d..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/add/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Add constraint DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.constraint.add; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/drop/package-info.java deleted file mode 100644 index 171c41d8ae..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop constraint DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.constraint.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/package-info.java deleted file mode 100644 index 0c663bcb90..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/constraint/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Table constraint related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.table.constraint; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/like/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/like/package-info.java deleted file mode 100644 index fa57c92183..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/like/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Create table like DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.create.like; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/package-info.java deleted file mode 100644 index 6006350daf..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Create table DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/show/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/show/package-info.java deleted file mode 100644 index db74e82671..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/create/show/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show create table DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.create.show; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/drop/package-info.java deleted file mode 100644 index 31c1fef932..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop table DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/package-info.java deleted file mode 100644 index 2b21cd95b8..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Table info related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.table.info; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/lock/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/lock/package-info.java deleted file mode 100644 index 2daf50d4c9..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/lock/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Table locking related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.table.lock; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/misc/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/misc/package-info.java deleted file mode 100644 index 70967b4ec2..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/misc/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Miscellaneous table related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.table.misc; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/package-info.java deleted file mode 100644 index 6fc4730749..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Table related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.table; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/add/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/add/package-info.java deleted file mode 100644 index e117e53752..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/add/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Add partition DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.partition.add; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/alter/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/alter/package-info.java deleted file mode 100644 index 9a108e5770..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/alter/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter partition DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.partition.alter; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/drop/package-info.java deleted file mode 100644 index d713305513..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop partition DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.partition.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/exchange/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/exchange/package-info.java deleted file mode 100644 index 122bbdf614..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/exchange/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Exchange partition DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.partition.exchange; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/package-info.java deleted file mode 100644 index 180e7053ad..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Partition related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.table.partition; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/rename/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/rename/package-info.java deleted file mode 100644 index cebcf9cdf8..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/rename/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Rename partition DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.partition.rename; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/show/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/show/package-info.java deleted file mode 100644 index d49c1e25c2..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/partition/show/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show partition DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.table.partition.show; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/table/storage/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/table/storage/package-info.java deleted file mode 100644 index 082b87d9dd..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/table/storage/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Storage related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.table.storage; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/view/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/view/create/package-info.java deleted file mode 100644 index a80d2cb3c8..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/view/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Create view DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.view.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/view/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/view/drop/package-info.java deleted file mode 100644 index 2664ee679c..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/view/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop view DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.view.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/alter/rebuild/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/alter/rebuild/package-info.java deleted file mode 100644 index a982b10bc6..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/alter/rebuild/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Rebuild materialized view DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.view.materialized.alter.rebuild; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/alter/rewrite/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/alter/rewrite/package-info.java deleted file mode 100644 index 9f996d4105..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/alter/rewrite/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Rewrite materialized view DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.view.materialized.alter.rewrite; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/drop/package-info.java deleted file mode 100644 index 324a8775a1..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop materialized view DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.view.materialized.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/update/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/update/package-info.java deleted file mode 100644 index e2cd516aa7..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/update/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Update materialized view DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.view.materialized.update; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/view/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/view/package-info.java deleted file mode 100644 index 5908b420b2..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/view/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** View related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.view; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/alter/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/alter/package-info.java deleted file mode 100644 index bee2b391ff..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/alter/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter WM Mapping DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.mapping.alter; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/create/package-info.java deleted file mode 100644 index 12c69f67a0..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Create WM Mapping DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.mapping.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/drop/package-info.java deleted file mode 100644 index c10903e227..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop WM Mapping DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.mapping.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/package-info.java deleted file mode 100644 index 2d85cef902..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/mapping/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** WM Mapping DDL operations. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.mapping; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/package-info.java deleted file mode 100644 index 8e314243d0..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Workload Management related DDL operation descriptions and operations. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/alter/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/alter/package-info.java deleted file mode 100644 index 723774b9f2..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/alter/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter Pool DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.pool.alter; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/create/package-info.java deleted file mode 100644 index 5447711758..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Create Pool DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.pool.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/drop/package-info.java deleted file mode 100644 index ca51de30fc..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/pool/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop Pool DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.pool.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/disable/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/disable/package-info.java deleted file mode 100644 index 4397c985a7..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/disable/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Disable Resource Plan DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.alter.disable; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/enable/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/enable/package-info.java deleted file mode 100644 index 6631ad7e1c..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/enable/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Enable Resource Plan DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.alter.enable; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/package-info.java deleted file mode 100644 index 5bb28485d6..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter Resource Plan DDL operations. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.alter; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/rename/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/rename/package-info.java deleted file mode 100644 index 2aeb183dab..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/rename/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter Resource Plan Rename DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.alter.rename; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/replace/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/replace/package-info.java deleted file mode 100644 index 40607f89fc..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/replace/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Replace Resource Plan DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.alter.replace; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/set/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/set/package-info.java deleted file mode 100644 index f1fdebceef..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/set/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter Resource Plan Set DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.alter.set; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/unset/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/unset/package-info.java deleted file mode 100644 index 754f46a265..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/unset/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter Resource Plan Unset DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.alter.unset; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/validate/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/validate/package-info.java deleted file mode 100644 index f998608f2e..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/alter/validate/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter Resource Plan Validate DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.alter.validate; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/create/package-info.java deleted file mode 100644 index 3b4ab0e973..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Create Resource Plan DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/drop/package-info.java deleted file mode 100644 index 48905485fd..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop Resource Plan DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/show/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/show/package-info.java deleted file mode 100644 index 80918f1326..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/resourceplan/show/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Show Resource Plan DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.resourceplan.show; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/alter/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/alter/package-info.java deleted file mode 100644 index 1f39b17e8f..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/alter/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Alter Trigger DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.trigger.alter; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/create/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/create/package-info.java deleted file mode 100644 index 3f72467d5e..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/create/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Create Trigger DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.trigger.create; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/drop/package-info.java deleted file mode 100644 index a8fabfb992..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Create Trigger DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.trigger.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/package-info.java deleted file mode 100644 index 707cfca3da..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Trigger DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.trigger; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/pool/add/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/pool/add/package-info.java deleted file mode 100644 index 66268fe556..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/pool/add/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Add Trigger to Pool DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.trigger.pool.add; diff --git ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/pool/drop/package-info.java ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/pool/drop/package-info.java deleted file mode 100644 index 6a2b6b4ee1..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/ddl/workloadmanagement/trigger/pool/drop/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Drop Trigger from Pool DDL operation. */ -package org.apache.hadoop.hive.ql.ddl.workloadmanagement.trigger.pool.drop; diff --git ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translator/opconventer/package-info.java ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translator/opconventer/package-info.java deleted file mode 100644 index f723698ffa..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translator/opconventer/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Operator converter for the return path. */ -package org.apache.hadoop.hive.ql.optimizer.calcite.translator.opconventer; diff --git ql/src/java/org/apache/hadoop/hive/ql/security/authorization/command/package-info.java ql/src/java/org/apache/hadoop/hive/ql/security/authorization/command/package-info.java deleted file mode 100644 index 144382978a..0000000000 --- ql/src/java/org/apache/hadoop/hive/ql/security/authorization/command/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** Command Authorization codes. */ -package org.apache.hadoop.hive.ql.security.authorization.command; diff --git standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/metatool/package-info.java standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/metatool/package-info.java deleted file mode 100644 index 3b4574f0db..0000000000 --- standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/metatool/package-info.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/** - * This package contains the HiveMetaTool program and the classes used by it. - */ -package org.apache.hadoop.hive.metastore.tools.metatool; -