Member since
12-10-2015
32
Posts
11
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3835 | 07-25-2017 07:28 AM | |
8057 | 12-22-2015 06:40 PM | |
5407 | 12-16-2015 04:42 AM |
03-18-2016
04:04 AM
Hi, I tried upgrading non kerberized HDP 2.3.2 cluster to HDP 2.4. During the upgrade process the Oozie service check failed. Did anyone encounter this? Thanks.
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
12-22-2015
06:40 PM
1 Kudo
@Robert Metzger, I have prepared the Custom HTTPJSONStream reader and here is the attached code. loganalytics.txt-> This is the main Class which fetches the data from the custom source. In our case its JSON via HTTP url. httpjsonstream.txt -> This class implements the SourceFunction and provides a SourceContext of custom-type FlinkJSONObject flinkjsonobject.txt -> This class uses java.net.* and javax.json.* to connect to provided URL and get the content in JSON Object format. The logic can be applied on the JSONObject to get the desired results. Please suggest if any changes can be made.
... View more
12-22-2015
08:00 AM
I agree @Jonas Straub. When we have no other choice, we have make changes in the metastore.
... View more
12-22-2015
06:10 AM
@Blair Vanderlugt Can you please let us know the error that you are getting while restarting the service. If you want to forcefully delete the terminated node, I guess you can delete the host entry in the table "hosts" from the ambari database. I have never tried this. 🙂
... View more
12-22-2015
04:57 AM
@Darpan Patel
Pig
view doesn’t seem to support NN HA. We encountered issues with PIG during our recent upgrade. In order to fix this, We created 2 Pig views, one for each NN.
+@Predrag Minovic
... View more
12-21-2015
08:11 AM
Thanks @Ali Bajwa @Robert Metzger @Stephan Ewen I was trying to read a Web log which is accessible through a HTTP URL. I used a InputStreamReader to read the content from the HttpConnection. As InputStreamReader is not serializable, I got the above exception. Should we prepare a custom SourceFunction to handle HTTP Streams or does Flink provide any methods/objects in order to enable users to read HTTP streams?
... View more
12-21-2015
05:59 AM
Thanks @Neeraj Sabharwal For HTTP, I am in a state where I have to write a custom SourceFunction. Before I try it, I am exploring if there is a possibility to Handle HTTP Requests by using any of the existing StreamExecutionEnvironment functions/objects. I am also trying to handle HTTP Stream for Flink using NiFi Connector as mentioned here I hope either of these will help me in achieving desired results. 🙂
... View more
12-21-2015
04:10 AM
Which methods/objects does Flink provide in order to enable users to read HTTP streams?
... View more
Labels:
- Labels:
-
Apache Flink
12-20-2015
04:31 PM
Below is the expeption - Caused by: java.io.IOException: Failed to deserialize an element from the source. If you are using user-defined serialization (Value and Writable types), check the serialization functions. Serializer is org.apache.flink.api.java.typeutils.runtime.kryo.KryoSerializer@599fcdda at org.apache.flink.streaming.api.functions.source.FromElementsFunction.run(FromElementsFunction.java:121) at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:58) at org.apache.flink.streaming.runtime.tasks.SourceStreamTask.run(SourceStreamTask.java:55) at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:218) at org.apache.flink.runtime.taskmanager.Task.run(Task.java:584) at java.lang.Thread.run(Thread.java:745)
... View more
Labels:
- Labels:
-
Apache Flink
- « Previous
-
- 1
- 2
- Next »