Member since
06-21-2016
9
Posts
0
Kudos Received
0
Solutions
08-02-2017
10:12 AM
Thank you for your answer. This gives more insights ! It's not for a production setup 🙂
... View more
07-31-2017
02:26 PM
Hello, What are the best practices to install Kafka/NiFi ? 1/ Should Kafka brokers be located within the same data
nodes, or should they be on separate nodes? Which way is better in term of
performance ? Is it possible to have Kafka on a datanode when Kafka is
installed using HDF? 2/ Can Kafka and NiFi shares the same zookeeper or should
Kafka have its own ZK used exclusively by Kafka? 3/ Does the installation of NiFi by HDF(ambari) apply the
needed system requirements such as max files handles, max forked processes
...or should theses requirement be done before proceeding to the installation
by ambari? 4/ Is it possible to have a node that belong to both a HDF
and HDP clusters at the same time with same ambari agent running on the node ? Thanks in advance !
... View more
Labels:
- Labels:
-
Apache Kafka
-
Cloudera DataFlow (CDF)
11-08-2016
12:39 PM
Hello, Is it possible to create an internal ORC hive table from an avro hdfs file? I tried something like this: CREATE TABLE orc_table
ROW FORMAT SERDE
'org.apache.hadoop.hive.serde2.avro.AvroSerDe'
STORED as orc
LOCATION '/user/someuser/avro_folder/'
TBLPROPERTIES ('avro.schema.url'='hdfs:///user/someuser/schema.avsc'); but I get this error: Failed with exception java.io.IOException:java.lang.RuntimeException: serious problem Beside a describe formatted command returns: # Storage Information
SerDe Library: org.apache.hadoop.hive.serde2.avro.AvroSerDe
InputFormat: org.apache.hadoop.hive.ql.io.orc.OrcInputFormat
OutputFormat: org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat Thanks in advance.
... View more
Labels:
- Labels:
-
Apache Hive
10-25-2016
01:48 PM
So the number of listeners is equal to the number of cluster nodes, even if we specify only one machine in the syslog agent that sends data to Nifi ?
... View more
10-24-2016
11:38 AM
Thank you for these useful explanations ! Do you know how these listners behave in the case of Nifi Cluster? Is the number of listeners determined by the value of concurrent tasks or do we have as many listeners as the number of the cluster nodes?
... View more
07-28-2016
10:11 AM
Hi Matt, Thank you for your reply, I have created a jira for that : https://issues.apache.org/jira/browse/NIFI-2416 Please tell me if you have any recommendation about it.
... View more
07-27-2016
02:27 PM
Hello, Is there a way to add an option clause like 'OPTION(hash join)' while performing an incremental import using QueryDatabaseTable Nifi Processor ? The goal of this is to optimize the query that will be executed in sql server by Nifi. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache NiFi