Skip to content

Commit

Permalink
MINOR: cleanup apache license in python files
Browse files Browse the repository at this point in the history
ijuma
As discussed in apache#1645, this patch removes an extraneous line from several __init__.py files, and a few others as well

Author: Geoff Anderson <[email protected]>

Reviewers: Ismael Juma <[email protected]>

Closes apache#1659 from granders/minor-cleanup-init-files
  • Loading branch information
Geoff Anderson authored and ijuma committed Jul 26, 2016
1 parent d154696 commit 801fee8
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 26 deletions.
1 change: 1 addition & 0 deletions config/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# 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.

# see kafka.server.KafkaConfig for additional details and defaults

############################# Server Basics #############################
Expand Down
1 change: 0 additions & 1 deletion tests/kafkatest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

# This determines the version of kafkatest that can be published to PyPi and installed with pip
#
Expand Down
1 change: 0 additions & 1 deletion tests/kafkatest/benchmarks/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults
1 change: 0 additions & 1 deletion tests/kafkatest/benchmarks/streams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults
1 change: 0 additions & 1 deletion tests/kafkatest/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults
5 changes: 0 additions & 5 deletions tests/kafkatest/services/kafka/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,3 @@ def render(self):
s += "%s=%s\n" % (k, str(self[k]))
return s






3 changes: 1 addition & 2 deletions tests/kafkatest/services/kafka/templates/kafka.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults


# see kafka.server.KafkaConfig for additional details and defaults
advertised.host.name={{ node.account.hostname }}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

group.id={{ group_id|default('test-consumer-group') }}

Expand Down
3 changes: 1 addition & 2 deletions tests/kafkatest/services/templates/zookeeper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

dataDir=/mnt/zookeeper
clientPort=2181
Expand All @@ -22,4 +21,4 @@ syncLimit=2
quorumListenOnAllIPs=true
{% for node in nodes %}
server.{{ loop.index }}={{ node.account.hostname }}:2888:3888
{% endfor %}
{% endfor %}
1 change: 0 additions & 1 deletion tests/kafkatest/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults
1 change: 0 additions & 1 deletion tests/kafkatest/tests/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults
1 change: 0 additions & 1 deletion tests/kafkatest/tests/connect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults
1 change: 0 additions & 1 deletion tests/kafkatest/tests/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults
1 change: 0 additions & 1 deletion tests/kafkatest/tests/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults
1 change: 0 additions & 1 deletion tests/kafkatest/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

from util import kafkatest_version, is_version, is_int, is_int_with_prefix
1 change: 0 additions & 1 deletion tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

import re
import sys
Expand Down
1 change: 0 additions & 1 deletion vagrant/aws/aws-access-keys-commands
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

if [ -z "$AWS_IAM" ];then
echo "Warning: AWS_IAM is not set"
Expand Down
1 change: 0 additions & 1 deletion vagrant/aws/aws-example-Vagrantfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

# Use this template Vagrantfile.local for running system tests on aws
# To use it, move it to the base kafka directory and rename
Expand Down
1 change: 0 additions & 1 deletion vagrant/aws/aws-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

# This script can be used to set up a driver machine on aws from which you will run tests
# or bring up your mini Kafka cluster.
Expand Down
3 changes: 1 addition & 2 deletions vagrant/system-test-Vagrantfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# 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.
# see kafka.server.KafkaConfig for additional details and defaults

# Use this example Vagrantfile.local for running system tests
# To use it, move it to the base kafka directory and rename
Expand All @@ -24,4 +23,4 @@ base_box = "kafkatest-worker"


# System tests use hostnames for each worker that need to be defined in /etc/hosts on the host running ducktape
enable_dns = true
enable_dns = true

0 comments on commit 801fee8

Please sign in to comment.