Github user smarthi commented on a diff in the pull request:

    https://github.com/apache/bigtop/pull/93#discussion_r54367200
  
    --- Diff: bigtop-packages/src/rpm/flink/SPECS/flink.spec ---
    @@ -0,0 +1,78 @@
    +# 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.
    +
    +%define flink_name flink
    +%define lib_flink /usr/lib/%{flink_name}
    +%define bin_flink /usr/bin
    +%define etc_flink /etc/%{flink_name}
    +%define config_flink %{etc_flink}/conf
    +%define man_dir %{_mandir}
    +
    +%if  %{!?suse_version:1}0
    +%define doc_flink %{_docdir}/%{flink_name}-%{flink_version}
    +%define alternatives_cmd alternatives
    +%define build_flink 
%{_builddir}/%{flink_name}-%{flink_version}/flink-dist/target/%{flink_name}-%{flink_version}-bin/%{flink_name}-%{flink_version}/
    +
    +%else
    +%define doc_flink %{_docdir}/%{flink_name}-%{flink_version}
    +%define alternatives_cmd update-alternatives
    +%endif
    +
    +Name: %{flink_name}
    +Version: %{flink_version}
    +Release: %{flink_release}
    +Summary: Apache flink is unified stream and batch processing
    +License: ASL 2.0
    +URL: http://flink.apache.org/
    +Group: Development/Libraries
    +Buildroot: %{_topdir}/INSTALL/%{name}-%{version}
    +BuildArch: noarch
    +Source0: flink-%{flink_base_version}.tar.gz
    +Source1: do-component-build
    +Source2: install_flink.sh
    +Source3: bigtop.bom
    +Requires: hadoop-client, bigtop-utils >= 0.7
    +
    +%description
    +Apache flink is a free, open source implementation for unified stream and 
batch processing.
    +
    +Apache flink includes following key features:
    + * Event processing guarantees
    + * In-memory performance & scalability
    + * Fault tolerance and state management
    + * Native rolling and tumbling window support
    + * Hadoop-native YARN & HDFS implementation
    +
    --- End diff --
    
    Add 'Complete Event Processing (CEP)' ,   Table API for SQL,  Gelly - Graph 
Processing Framework


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to