5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 06:21:11 +08:00

SQOOP-310 Review license headers

start working on build/configuration files

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1155235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-08-09 07:10:53 +00:00
parent 7004515445
commit dfc6fa4e7c
13 changed files with 190 additions and 164 deletions

26
.gitignore vendored
View File

@ -1,17 +1,19 @@
# Licensed to Cloudera, Inc. under one or more # Licensed to the Apache Software Foundation (ASF) under one
# contributor license agreements. See the NOTICE file distributed with # or more contributor license agreements. See the NOTICE file
# this work for additional information regarding copyright ownership. # distributed with this work for additional information
# Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 # regarding copyright ownership. The ASF licenses this file
# (the "License"); you may not use this file except in compliance with # to you under the Apache License, Version 2.0 (the
# the License. You may obtain a copy of the License at # "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 # Unless required by applicable law or agreed to in writing,
# distributed under the License is distributed on an "AS IS" BASIS, # software distributed under the License is distributed on an
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# See the License for the specific language governing permissions and # KIND, either express or implied. See the License for the
# limitations under the License. # specific language governing permissions and limitations
# under the License.
/build /build
*~ *~
.classpath .classpath

View File

@ -4,20 +4,22 @@
This document explains how to compile Sqoop. This document explains how to compile Sqoop.
//// ////
Licensed to Cloudera, Inc. under one or more Licensed to the Apache Software Foundation (ASF) under one
contributor license agreements. See the NOTICE file distributed with or more contributor license agreements. See the NOTICE file
this work for additional information regarding copyright ownership. distributed with this work for additional information
Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 regarding copyright ownership. The ASF licenses this file
(the "License"); you may not use this file except in compliance with to you under the Apache License, Version 2.0 (the
the License. You may obtain a copy of the License at "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 Unless required by applicable law or agreed to in writing,
distributed under the License is distributed on an "AS IS" BASIS, software distributed under the License is distributed on an
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
See the License for the specific language governing permissions and KIND, either express or implied. See the License for the
limitations under the License. specific language governing permissions and limitations
under the License.
//// ////

View File

@ -1,20 +1,22 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- <!--
Licensed to Cloudera, Inc. under one or more Licensed to the Apache Software Foundation (ASF) under one
contributor license agreements. See the NOTICE file distributed with or more contributor license agreements. See the NOTICE file
this work for additional information regarding copyright ownership. distributed with this work for additional information
Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 regarding copyright ownership. The ASF licenses this file
(the "License"); you may not use this file except in compliance with to you under the Apache License, Version 2.0 (the
the License. You may obtain a copy of the License at "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 Unless required by applicable law or agreed to in writing,
distributed under the License is distributed on an "AS IS" BASIS, software distributed under the License is distributed on an
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
See the License for the specific language governing permissions and KIND, either express or implied. See the License for the
limitations under the License. specific language governing permissions and limitations
under the License.
--> -->
<!-- Put Sqoop-specific properties in this file. --> <!-- Put Sqoop-specific properties in this file. -->

30
ivy.xml
View File

@ -1,19 +1,21 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- <!--
Licensed to Cloudera, Inc. under one or more Licensed to the Apache Software Foundation (ASF) under one
contributor license agreements. See the NOTICE file distributed with or more contributor license agreements. See the NOTICE file
this work for additional information regarding copyright ownership. distributed with this work for additional information
Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 regarding copyright ownership. The ASF licenses this file
(the "License"); you may not use this file except in compliance with to you under the Apache License, Version 2.0 (the
the License. You may obtain a copy of the License at "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, Unless required by applicable law or agreed to in writing,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. software distributed under the License is distributed on an
See the License for the specific language governing permissions and "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
limitations under the License. KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--> -->
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

View File

@ -1,20 +1,22 @@
<ivysettings> <ivysettings>
<!-- <!--
Licensed to Cloudera, Inc. under one or more Licensed to the Apache Software Foundation (ASF) under one
contributor license agreements. See the NOTICE file distributed with or more contributor license agreements. See the NOTICE file
this work for additional information regarding copyright ownership. distributed with this work for additional information
Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 regarding copyright ownership. The ASF licenses this file
(the "License"); you may not use this file except in compliance with to you under the Apache License, Version 2.0 (the
the License. You may obtain a copy of the License at "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 Unless required by applicable law or agreed to in writing,
distributed under the License is distributed on an "AS IS" BASIS, software distributed under the License is distributed on an
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
See the License for the specific language governing permissions and KIND, either express or implied. See the License for the
limitations under the License. specific language governing permissions and limitations
under the License.
--> -->
<!-- <!--

View File

@ -1,17 +1,19 @@
# Licensed to Cloudera, Inc. under one or more # Licensed to the Apache Software Foundation (ASF) under one
# contributor license agreements. See the NOTICE file distributed with # or more contributor license agreements. See the NOTICE file
# this work for additional information regarding copyright ownership. # distributed with this work for additional information
# Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 # regarding copyright ownership. The ASF licenses this file
# (the "License"); you may not use this file except in compliance with # to you under the Apache License, Version 2.0 (the
# the License. You may obtain a copy of the License at # "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, # Unless required by applicable law or agreed to in writing,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # software distributed under the License is distributed on an
# See the License for the specific language governing permissions and # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# limitations under the License. # KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# This properties file lists the versions of the various artifacts we use. # This properties file lists the versions of the various artifacts we use.
# It drives ivy and the generation of a maven POM # It drives ivy and the generation of a maven POM

View File

@ -1,19 +1,21 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- <!--
Licensed to Cloudera, Inc. under one or more Licensed to the Apache Software Foundation (ASF) under one
contributor license agreements. See the NOTICE file distributed with or more contributor license agreements. See the NOTICE file
this work for additional information regarding copyright ownership. distributed with this work for additional information
Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 regarding copyright ownership. The ASF licenses this file
(the "License"); you may not use this file except in compliance with to you under the Apache License, Version 2.0 (the
the License. You may obtain a copy of the License at "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, Unless required by applicable law or agreed to in writing,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. software distributed under the License is distributed on an
See the License for the specific language governing permissions and "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
limitations under the License. KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--> -->
<ivy-module version="1.0"> <ivy-module version="1.0">
<info organisation="com.cloudera.sqoop" module="${name}-test"> <info organisation="com.cloudera.sqoop" module="${name}-test">

View File

@ -1,19 +1,21 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- <!--
Licensed to Cloudera, Inc. under one or more Licensed to the Apache Software Foundation (ASF) under one
contributor license agreements. See the NOTICE file distributed with or more contributor license agreements. See the NOTICE file
this work for additional information regarding copyright ownership. distributed with this work for additional information
Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 regarding copyright ownership. The ASF licenses this file
(the "License"); you may not use this file except in compliance with to you under the Apache License, Version 2.0 (the
the License. You may obtain a copy of the License at "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, Unless required by applicable law or agreed to in writing,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. software distributed under the License is distributed on an
See the License for the specific language governing permissions and "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
limitations under the License. KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--> -->
<ivy-module version="1.0"> <ivy-module version="1.0">
<info organisation="com.cloudera.sqoop" module="${name}"> <info organisation="com.cloudera.sqoop" module="${name}">

View File

@ -1,19 +1,21 @@
#!/bin/bash #!/bin/bash
# #
# Licensed to Cloudera, Inc. under one or more # Licensed to the Apache Software Foundation (ASF) under one
# contributor license agreements. See the NOTICE file distributed with # or more contributor license agreements. See the NOTICE file
# this work for additional information regarding copyright ownership. # distributed with this work for additional information
# Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 # regarding copyright ownership. The ASF licenses this file
# (the "License"); you may not use this file except in compliance with # to you under the Apache License, Version 2.0 (the
# the License. You may obtain a copy of the License at # "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 # Unless required by applicable law or agreed to in writing,
# distributed under the License is distributed on an "AS IS" BASIS, # software distributed under the License is distributed on an
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# See the License for the specific language governing permissions and # KIND, either express or implied. See the License for the
# limitations under the License. # specific language governing permissions and limitations
# under the License.
# Arguments to this script: # Arguments to this script:
# The output directory for the result scripts # The output directory for the result scripts

View File

@ -1,19 +1,21 @@
#!/bin/bash #!/bin/bash
# #
# Licensed to Cloudera, Inc. under one or more # Licensed to the Apache Software Foundation (ASF) under one
# contributor license agreements. See the NOTICE file distributed with # or more contributor license agreements. See the NOTICE file
# this work for additional information regarding copyright ownership. # distributed with this work for additional information
# Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 # regarding copyright ownership. The ASF licenses this file
# (the "License"); you may not use this file except in compliance with # to you under the Apache License, Version 2.0 (the
# the License. You may obtain a copy of the License at # "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 # Unless required by applicable law or agreed to in writing,
# distributed under the License is distributed on an "AS IS" BASIS, # software distributed under the License is distributed on an
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# See the License for the specific language governing permissions and # KIND, either express or implied. See the License for the
# limitations under the License. # specific language governing permissions and limitations
# under the License.
# #
# #
# rat-violations.sh # rat-violations.sh

View File

@ -1,19 +1,21 @@
#!/usr/bin/env/python #!/usr/bin/env/python
# #
# Licensed to Cloudera, Inc. under one or more # Licensed to the Apache Software Foundation (ASF) under one
# contributor license agreements. See the NOTICE file distributed with # or more contributor license agreements. See the NOTICE file
# this work for additional information regarding copyright ownership. # distributed with this work for additional information
# Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 # regarding copyright ownership. The ASF licenses this file
# (the "License"); you may not use this file except in compliance with # to you under the Apache License, Version 2.0 (the
# the License. You may obtain a copy of the License at # "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 # Unless required by applicable law or agreed to in writing,
# distributed under the License is distributed on an "AS IS" BASIS, # software distributed under the License is distributed on an
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# See the License for the specific language governing permissions and # KIND, either express or implied. See the License for the
# limitations under the License. # specific language governing permissions and limitations
# under the License.
# #
# #
# #

View File

@ -1,19 +1,21 @@
#!/bin/bash #!/bin/bash
# #
# Licensed to Cloudera, Inc. under one or more # Licensed to the Apache Software Foundation (ASF) under one
# contributor license agreements. See the NOTICE file distributed with # or more contributor license agreements. See the NOTICE file
# this work for additional information regarding copyright ownership. # distributed with this work for additional information
# Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 # regarding copyright ownership. The ASF licenses this file
# (the "License"); you may not use this file except in compliance with # to you under the Apache License, Version 2.0 (the
# the License. You may obtain a copy of the License at # "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 # Unless required by applicable law or agreed to in writing,
# distributed under the License is distributed on an "AS IS" BASIS, # software distributed under the License is distributed on an
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# See the License for the specific language governing permissions and # KIND, either express or implied. See the License for the
# limitations under the License. # specific language governing permissions and limitations
# under the License.
prgm=`readlink -f $0` prgm=`readlink -f $0`
bin=`dirname ${prgm}` bin=`dirname ${prgm}`

View File

@ -1,19 +1,21 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Licensed to Cloudera, Inc. under one or more # Licensed to the Apache Software Foundation (ASF) under one
# contributor license agreements. See the NOTICE file distributed with # or more contributor license agreements. See the NOTICE file
# this work for additional information regarding copyright ownership. # distributed with this work for additional information
# Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 # regarding copyright ownership. The ASF licenses this file
# (the "License"); you may not use this file except in compliance with # to you under the Apache License, Version 2.0 (the
# the License. You may obtain a copy of the License at # "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 # Unless required by applicable law or agreed to in writing,
# distributed under the License is distributed on an "AS IS" BASIS, # software distributed under the License is distributed on an
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# See the License for the specific language governing permissions and # KIND, either express or implied. See the License for the
# limitations under the License. # specific language governing permissions and limitations
# under the License.
# This is a mock "Hive" shell that validates whether various test imports # This is a mock "Hive" shell that validates whether various test imports
# succeeded. It accepts commands of the form 'hive -f scriptname' # succeeded. It accepts commands of the form 'hive -f scriptname'