Repository: storm Updated Branches: refs/heads/master 041fbe349 -> 1059735f7
add missing apache license to two files; Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c661e981 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c661e981 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c661e981 Branch: refs/heads/master Commit: c661e981d1d69d625c2b399882e564bbcc69216e Parents: a55b050 Author: Chuck Burgess <[email protected]> Authored: Wed Dec 2 08:58:19 2015 -0600 Committer: Chuck Burgess <[email protected]> Committed: Wed Dec 2 08:58:19 2015 -0600 ---------------------------------------------------------------------- .../storm/cassandra/query/ContextQuery.java | 18 ++++++++++++++++++ .../storm-cassandra/src/test/resources/schema.cql | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/c661e981/external/storm-cassandra/src/main/java/org/apache/storm/cassandra/query/ContextQuery.java ---------------------------------------------------------------------- diff --git a/external/storm-cassandra/src/main/java/org/apache/storm/cassandra/query/ContextQuery.java b/external/storm-cassandra/src/main/java/org/apache/storm/cassandra/query/ContextQuery.java index 4cc4c49..d0a5491 100644 --- a/external/storm-cassandra/src/main/java/org/apache/storm/cassandra/query/ContextQuery.java +++ b/external/storm-cassandra/src/main/java/org/apache/storm/cassandra/query/ContextQuery.java @@ -1,3 +1,21 @@ +/** + * 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 org.apache.storm.cassandra.query; import backtype.storm.tuple.ITuple; http://git-wip-us.apache.org/repos/asf/storm/blob/c661e981/external/storm-cassandra/src/test/resources/schema.cql ---------------------------------------------------------------------- diff --git a/external/storm-cassandra/src/test/resources/schema.cql b/external/storm-cassandra/src/test/resources/schema.cql index 061cd5a..04f8c45 100644 --- a/external/storm-cassandra/src/test/resources/schema.cql +++ b/external/storm-cassandra/src/test/resources/schema.cql @@ -1,3 +1,20 @@ +/* + 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 temperature ( weatherstation_id TEXT, event_time TIMEUUID,
