Arun Mahadeva Iyer

Results 29 comments of Arun Mahadeva Iyer

Following needs to be fixed. ``` #Below command to update storm version will be called by RE script. Need to remove later. Adding now for convenience update_storm_version_command="$bootstrap_dir/update-storm-version.sh 1.0.2.3.0.0.0-310" ```

I tried exporting and importing a topology with notification sink. During export we save all configurations including the password and during import the same password value is retained. Are you...

Similar behavior is observed while querying with key/value search string. ``` http://ctr-e137-1514896590304-34122-01-000002.hwx.site:8886/solr/hadoop_logs/select? indent=on&wt=json&q=sdi_streamline_event_id:*+AND+ (sdi_streamline_event_fields_and_values:stars%3D4,+OR+sdi_streamline_event_headers:stars%3D4,+ OR+sdi_streamline_event_aux_fields_and_values:stars%3D4,)&fq=type:storm_worker_event&fq=sdi_streamline_topology_id:1&fq=logtime:[2018-01-24T19:36:04.194Z+TO+2018-01- 24T20:06:04.194Z]&sort=logtime+asc&start=0&rows=25 ``` ```json { "responseHeader":{ "status":0, "QTime":12, "params":{ "q":"sdi_streamline_event_id:* AND (sdi_streamline_event_fields_and_values:stars=4, OR sdi_streamline_event_headers:stars=4, OR sdi_streamline_event_aux_fields_and_values:stars=4,)",...

I think it may be a solr/logfeeder issue. Probably we can try to get ambari to fix it. Yes we could also have a deduplication logic based on sdi_streamline_event_id, since...

We can either 1. Keep the registry dependency as SNAPSHOT version in streamline pom.xml and update the build instructions 2. Update the streamline pom.xml to the latest released registry version....

Streamline depends on a few recent changes made in registry which is not available in 0.3.0, so for now SNAPSHOT version is required. We need a new minor release for...

Branch for HDF-3.0.0.0 https://github.com/hortonworks/streamline/tree/HDF-3.0.0.0

The interface is already called StreamlineEvent. Lets retain that else will lead to huge refactoring and maybe backward incompatible. For our internal implementation DefaultStreamlineEvent or StreamlineEventInternal sounds good. We also...

@pgibert , have you set up the streamline DB ? If not you need to provide the necessary database configuration in streamline.yaml (see [here](https://github.com/hortonworks/streamline/blob/master/conf/streamline.mysql.yaml#L39)) and run "./bin/streamline setup". After that...

> We could add TCP source as well as TCP sink to make steps fairly simple. I propose we define a source and sink API in SAM itself and build...