Repository: bahir Updated Branches: refs/heads/master cad277e61 -> 2dfcd08d1
[MINOR] Add package related files Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/9110e56a Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/9110e56a Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/9110e56a Branch: refs/heads/master Commit: 9110e56ae45ee9ba297646e924da3f7a4c83340b Parents: cad277e Author: Luciano Resende <[email protected]> Authored: Sat Jun 18 14:12:01 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Sat Jun 18 14:12:01 2016 -0700 ---------------------------------------------------------------------- .../spark/streaming/akka/package-info.java | 21 ++++++++++++++++++ .../apache/spark/streaming/akka/package.scala | 23 ++++++++++++++++++++ 2 files changed, 44 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/9110e56a/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package-info.java ---------------------------------------------------------------------- diff --git a/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package-info.java b/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package-info.java new file mode 100644 index 0000000..ce72f29 --- /dev/null +++ b/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package-info.java @@ -0,0 +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. + */ + +/** + * MQTT receiver for Spark Streaming. + */ +package org.apache.spark.streaming.akka; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/bahir/blob/9110e56a/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package.scala ---------------------------------------------------------------------- diff --git a/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package.scala b/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package.scala new file mode 100644 index 0000000..c7443ea --- /dev/null +++ b/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package.scala @@ -0,0 +1,23 @@ +/* + * 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.spark.streaming + +/** + * Akka receiver for Spark Streaming. + */ +package object akka
