[ 
https://issues.apache.org/jira/browse/METRON-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253809#comment-16253809
 ] 

ASF GitHub Bot commented on METRON-1302:
----------------------------------------

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

    https://github.com/apache/metron/pull/831#discussion_r151190365
  
    --- Diff: 
metron-platform/metron-indexing/src/main/scripts/start_hdfs_topology.sh ---
    @@ -0,0 +1,22 @@
    +#!/bin/bash
    +# 
    +# 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.
    +#
    +METRON_VERSION=${project.version}
    +METRON_HOME=/usr/metron/$METRON_VERSION
    +TOPOLOGY_JAR=metron-elasticsearch-$METRON_VERSION-uber.jar
    +storm jar $METRON_HOME/lib/$TOPOLOGY_JAR org.apache.storm.flux.Flux 
--remote $METRON_HOME/flux/indexing/batch/remote.yaml --filter 
$METRON_HOME/config/hdfs.properties
    --- End diff --
    
    Yeah, I prefer to keep the scripts `hdfs` and `elasticsearch`


> Split up Indexing Topology into batch and random access sections
> ----------------------------------------------------------------
>
>                 Key: METRON-1302
>                 URL: https://issues.apache.org/jira/browse/METRON-1302
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Casey Stella
>
> Currently we have the indexing topology handle writing to both random access 
> indices (e.g. elasticsearch) as well as batch write indices (e.g. hdfs).  We 
> should split these up and configure them separately.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to