Skip to content

Instantly share code, notes, and snippets.

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
2017-02-17 11:35:56,345 [user:*admin] [pipeline:kudu bluecoat_access streaming RabbitMQ bueno] [thread:ProductionPipelineRunnable-kudu bluecoat_access streaming RabbitMQ bueno] INFO ProductionPipelineRunnable - Changing state of pipeline 'kudu bluecoat_access streaming RabbitMQ bueno', '0' to 'DISCONNECTED'
2017-02-17 11:35:56,385 [user:admin] [pipeline:kudu bluecoat_access streaming RabbitMQ bueno] [thread:Main.shutdownHook] INFO ProductionPipelineRunnable - Pipeline is in terminal state
2017-02-17 11:35:56,385 [user:] [pipeline:] [thread:Main.shutdownHook] INFO StandaloneAndClusterPipelineManager - Stopped Production Pipeline Manager
2017-02-17 11:35:56,404 [user:*?] [pipeline:-] [thread:WebSocket-pool-6-thread-1] WARN SharedBlockingCallback - Blocker not complete Blocker@7b744242{null}
2017-02-17 11:35:56,404 [user:*?] [pipeline:-] [thread:WebSocket-pool-6-thread-1] WARN SDCWebSocketServlet - Failed to send WebSocket message: java.io.InterruptedIOException
java.io.InterruptedIOException
at org
[2017-02-10 18:01:58,136] WARN [console-consumer-27843_levante.akainix.local-1486760513998-4b888027-leader-finder-thread], Failed to find leader for Set([telegraf,0]) (kafka.consumer.ConsumerFetcherManager$LeaderFinderThread)
kafka.common.KafkaException: fetching topic metadata for topics [Set(telegraf)] from broker [ArrayBuffer(BrokerEndPoint(186,192.168.70.5:9092,9092))] failed
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:73)
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:94)
at kafka.consumer.ConsumerFetcherManager$LeaderFinderThread.doWork(ConsumerFetcherManager.scala:66)
at kafka.utils.ShutdownableThread.run(ShutdownableThread.scala:63)
Caused by: java.nio.channels.ClosedChannelException
at kafka.network.BlockingChannel.send(BlockingChannel.scala:110)
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:80)
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:79)
status = error
name = LogstashPropertiesConfig
appender.rolling.type = RollingFile
appender.rolling.name = plain_rolling
appender.rolling.fileName = ${sys:ls.logs}/logstash-${sys:ls.log.format}.log
appender.rolling.filePattern = ${sys:ls.logs}/logstash-${sys:ls.log.format}-%d{yyyy-MM-dd}.log
appender.rolling.policies.type = Policies
appender.rolling.policies.time.type = TimeBasedTriggeringPolicy
appender.rolling.policies.time.interval = 1
/*
* Copyright (C) Zoomdata, Inc. 2012-2016. All rights reserved.
*/
/* global controller */
//Works with Grouped variables (remove if using UnGrouped)
controller.createAxisLabel({
picks: 'Multi Group By', // Variable Name
orientation: 'horizontal',
position: 'bottom',
#option 1: good
SIZE=`curl -k -H 'Content-Type:application/json' -H "Authorization:Bearer $token" -X GET 'URL' | jq '.size'`
#option 2: got parse error
line=`curl -k -H 'Content-Type:application/json' -H "Authorization:Bearer $token" -X GET 'URL'`
SIZE=`${line} | jq '.size'`
2017-02-01 17:04:52,116 [user:*admin] [pipeline:kudu sep optimizado streaming] [thread:ProductionPipelineRunnable-kudu sep optimizado streaming] WARN ProductionPipeline - Error while running: com.streamsets.pipeline.api.StageException: KUDU_03 - Errors while writing to Kudu: At least one of the Deferreds failed, first exception:
com.streamsets.pipeline.api.StageException: KUDU_03 - Errors while writing to Kudu: At least one of the Deferreds failed, first exception:
at com.streamsets.pipeline.stage.destination.kudu.KuduTarget.writeBatch(KuduTarget.java:410)
at com.streamsets.pipeline.stage.destination.kudu.KuduTarget.write(KuduTarget.java:285)
at com.streamsets.pipeline.configurablestage.DTarget.write(DTarget.java:38)
at com.streamsets.datacollector.runner.StageRuntime$2.call(StageRuntime.java:177)
at com.streamsets.datacollector.runner.StageRuntime$2.call(StageRuntime.java:161)
at com.streamsets.datacollector.runner.StageRuntime.execute(StageRuntime.java:150)
<div class="widgetContent medium" data-scoped-css="rs038x3" data-visid="58875e69e4b08a088b01afe3"><div class="chart-container" _echarts_instance_="1485352958532" style="width: 100%; height: 100%; -webkit-tap-highlight-color: transparent; user-select: none; cursor: default; background-color: rgba(0, 0, 0, 0);"><div style="position: relative; overflow: hidden; width: 420px; height: 662px;"><div data-zr-dom-id="bg" class="zr-element" style="position: absolute; left: 0px; top: 0px; width: 524px; height: 734px; user-select: none;"></div><canvas width="420" height="662" data-zr-dom-id="0" class="zr-element" style="position: absolute; left: 0px; top: 0px; width: 420px; height: 662px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></canvas><canvas width="420" height="662" data-zr-dom-id="1" class="zr-element" style="position: absolute; left: 0px; top: 0px; width: 420px; height: 662px; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></canvas><canvas width="420" height="662" data-
public class CLASS {
protected Father bar;
public Father bar()
{
return this.bar;
}
}
public class Father {
...
}
IncidentDetailType detail = fields.getIncident();
System.out.println(detail.getClass().getName());
result:
com.vontu.v2011.enforce.webservice.incident.schema.EndpointClipboardIncidentDetail