diff --git hcatalog/src/test/e2e/hcatalog/drivers/TestDriverHiveCmdLine.pm hcatalog/src/test/e2e/hcatalog/drivers/TestDriverHiveCmdLine.pm index 72980d0..6154475 100644 --- hcatalog/src/test/e2e/hcatalog/drivers/TestDriverHiveCmdLine.pm +++ hcatalog/src/test/e2e/hcatalog/drivers/TestDriverHiveCmdLine.pm @@ -1,26 +1,30 @@ -package TestDriverHiveCmdLine; - -############################################################################ -# 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 +#!/usr/bin/env perl + +# 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 +# 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. +# 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. + +################################################################################ + -############################################################################### # Test driver for hive nightly tests. # # +package TestDriverHiveCmdLine; use TestDriverHive; use IPC::Run; # don't do qw(run), it screws up TestDriver which also has a run method use Util; diff --git hcatalog/src/test/e2e/hcatalog/tests/hive_cmdline.conf hcatalog/src/test/e2e/hcatalog/tests/hive_cmdline.conf index 474250e..91c0786 100644 --- hcatalog/src/test/e2e/hcatalog/tests/hive_cmdline.conf +++ hcatalog/src/test/e2e/hcatalog/tests/hive_cmdline.conf @@ -1,25 +1,24 @@ #!/usr/bin/env perl -############################################################################ -# 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 +# 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 +# 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. +# 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. + +################################################################################ -############################################################################### -# Nightly tests for hive. -# -# $cfg = { 'driver' => 'HiveCmdLine', diff --git hcatalog/src/test/e2e/hcatalog/tests/hive_nightly.conf hcatalog/src/test/e2e/hcatalog/tests/hive_nightly.conf index f4c5162..d026872 100644 --- hcatalog/src/test/e2e/hcatalog/tests/hive_nightly.conf +++ hcatalog/src/test/e2e/hcatalog/tests/hive_nightly.conf @@ -1,25 +1,23 @@ #!/usr/bin/env perl -############################################################################ -# 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 +# 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 +# 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. +# 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. -############################################################################### -# Nightly tests for hive. -# -# +################################################################################ $cfg = { 'driver' => 'Hive',