Member since
06-20-2016
488
Posts
433
Kudos Received
118
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3106 | 08-25-2017 03:09 PM | |
1965 | 08-22-2017 06:52 PM | |
3393 | 08-09-2017 01:10 PM | |
8063 | 08-04-2017 02:34 PM | |
8114 | 08-01-2017 11:35 AM |
09-14-2017
08:37 PM
10 Kudos
Source code for windows installation are not available, however you can refer to this document to upgrade HDP windows version manually. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.6-Win/bk_HDP_Install_Upgrade_Win/content/ch_upgrading.html
... View more
08-23-2017
05:27 PM
1 Kudo
@Sina Talebian A little disappointing when the resolution is reinstall, but it works now 🙂 VMs can be fickle.
... View more
02-14-2018
02:40 PM
1 Kudo
@Bryan Bende & @Greg Keys the error seems to persist with HDF 3.0.2. Are there any news on a workaround or a fix?
... View more
01-28-2019
11:09 AM
@Greg Keys I am having the same issue with hdf 3.3.1. I have checked the schema file and the input file as well. I have done what was mentioned by @Sriharsha Chintalapani Schema {
"namespace": "hdf.heaptrace.com",
"type": "record",
"name": "PatientField",
"fields": [
{"name": "Patient_name","type": "string"}
]
} JSON data {"Patient_name":"john"}
Please help !!! I have converted data from json to avro and then back again as well using avro tools.
... View more
08-05-2017
10:10 PM
1 Kudo
This Ranger feature provided in HDP2.6 (Ranger 0.7 and higher) for "macro substitution" supports general-purpose identification of patterns in the resource specification and replacing it during policy evaluation with other strings to derive the name of the resource.Therefore, it is an extensible scheme that is not restricted to replacement of {USER} with current user's name. While we offer {USER} and {OWNER} macros out of the box, this scheme can be customized by advanced Ranger users using interfaces provided: RangerContextEnricher, RangerAccessRequest and RangerConditionEvaluator. The {OWNER} macro is useful for databases and folders for example. To add such macros users would need to provide an implementation of RangerContextEnricher and RangerConditionEvaluator and include it in the service-definition before using this custom "macro" in any policy. For details of this feature and how it can be extended please see Apache Ranger wiki at: https://cwiki.apache.org/confluence/display/RANGER/Support+for+%24username+variable Building such extensions is for advanced Ranger users, therefore, the community has only provided the 2 most common use cases with {USER} and {OWNER} out of the box in Ranger.
... View more
07-28-2017
12:55 PM
One point: if you specify a delimiter that is not the true delimiter in the file ... no error will be thrown. Rather, it will treat the full record (including its true delimiters) as a single field. In this case, the true delims will just be characters in a string.
... View more
07-26-2017
05:51 AM
1 Kudo
@Greg Keys "Hold Containers to Reduce Latency" refers to property "hive.prewarm.enabled" which is launch the Tez application masters at the time of Hive startup. This is set to false as LLAP maintains LLAP daemons to perform the application runs without the need of launching of Tez Application masters.
... View more
04-04-2018
11:46 AM
@Vani Is it possible to make LLAP the default namespace? I want to use a JDBC URL without the zooKeeperNamespace parameter.
... View more
07-14-2017
04:09 PM
Thank you @ccasano It was due to this error handling design and InvokeHTTP not able to establish a connection.
... View more
06-14-2017
12:14 PM
You can follow below steps 1 -- Hi you can do one thing manually move to tmp folder(or any folder) in your VirtualBox/VM and there just create a folder name it as nifi , and again under nifi create another folder named it as input . 2 -- if you have downloade that auto_script.zip then its fine you can proceed with the tutorial. 3 -- If not then manually download the traffic_simulator.zip file inside the input folder, from trafficLocs_data_for_simulator.zip(https://raw.githubusercontent.com/hortonworks/data-tutorials/master/tutorials/hdf/analyze-traffic-pattern-with-apache-nifi/assets/trafficLocs_data_for_simulator.zip). 4 -- Now you can start/run your dataflow.
... View more