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

    https://github.com/apache/storm/pull/2108#discussion_r132810804
  
    --- Diff: 
external/storm-solr/src/main/java/org/apache/storm/solr/client/DefaultSolrClientFactory.java
 ---
    @@ -0,0 +1,30 @@
    +/*
    + * DefaultCloudSolrClientFactory.java
    + * Copyright 2017 Qunhe Tech, all rights reserved.
    + * Qunhe PROPRIETARY/CONFIDENTIAL, any form of usage is subject to 
approval.
    + */
    +
    +package org.apache.storm.solr.client;
    +
    +import org.apache.solr.client.solrj.SolrClient;
    +import org.apache.solr.client.solrj.impl.CloudSolrClient;
    +
    +/**
    + * default implementation of {@link SolrClientFactory}, which takes a 
zookeeper host
    + * and produce {@link org.apache.solr.client.solrj.impl.CloudSolrClient} 
with the host.
    + *
    + * @author alei
    --- End diff --
    
    Please remove the author.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to