Member since
10-27-2016
122
Posts
13
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1535 | 01-08-2017 07:14 PM | |
6240 | 12-07-2016 06:17 PM | |
4495 | 11-08-2016 08:49 PM |
01-08-2017
07:14 PM
Got it. 1. ssh-keygen -t rsa
Press enter for each line
2. cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
3. chmod og-wx ~/.ssh/authorized_keys
... View more
01-08-2017
06:25 PM
Hi, i have just installed HDF on Ubuntu 14. When attempting to add hosts it fails with the error below.I have changed permissions of the .ssh folder and the id_rsa.pub file. I am attempting to add the machine that the ambari-server is installed on as a host. Thanks INFO:root:BootStrapping hosts ['master.hadoop.com'] using /usr/lib/python2.6/site-packages/ambari_server cluster primary OS: ubuntu14 with user 'root'with ssh Port '22' sshKey File /var/run/ambari-server/bootstrap/8/sshKey password File null using tmp dir /var/run/ambari-server/bootstrap/8 ambari: master.hadoop.com; server_port: 8080; ambari version: 2.4.2.0; user_run_as: root
INFO:root:Executing parallel bootstrap
ERROR:root:ERROR: Bootstrap of host master.hadoop.com fails because previous action finished with non-zero exit code (255)
ERROR MESSAGE: Permission denied (publickey,password). If i was to install the agent manually, where can i get the package?, i can only find links to install hdp agents
... View more
Labels:
- Labels:
-
Cloudera DataFlow (CDF)
12-21-2016
11:46 AM
Hi, i was trying that template yesterday but didnt fully understand what it was doing by replacing, extracting and replacing text. It worked on the headers of the csv, but it didnt convert the rows of integers under the headers. I am trying to extract a row, the header which will be text and then the rows under that header which will be integers
... View more
12-21-2016
10:32 AM
1 Kudo
Hi, i am very new to NiFi and following some tutorials, but most deal with json and xml. Can NiFi extract rows of data from files such as csv etc. For example if i wanted to extract row 2 which has a header longitude and row 3 with a header latitude. Thank You.
... View more
Labels:
- Labels:
-
Apache NiFi
12-20-2016
06:08 PM
Hi, i have NiFi running on my host windows laptop and want to use the puthdfs processor. Do i need to copy the core-site.xml and hdfs-site.xml files from the sandbox and place them on my host machine? And if so, where are those files in the sandbox. Thank you
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache NiFi
12-16-2016
12:26 PM
Thank you for the reply, much appreciated.
... View more
12-14-2016
01:28 PM
ok thank you.
... View more
12-14-2016
12:40 PM
1 Kudo
Hi, i have been looking at some tutorials of Minifi. I am a little confused as to how the NiFi server knows where the data is coming from if you have multiple minifi agents sending data to the same remote process group. On the server, the input port is ingesting data from these devices, how does it tell which data came from a particular device? Thanks
... View more
Labels:
- Labels:
-
Apache MiNiFi
-
Apache NiFi
12-09-2016
07:44 PM
Hi @Kirk Haslbeck i have tried some of the demo packages you mentioned below but keep having issues with connecting to nifi servlet etc, are the demos compatible with 2.5? And i also get the following error. "An internal system exception occurred: Could not find service for component, componentName=NIFI_MASTER, clusterName=Sandbox, stackInfo=HDP-2.5" Am i missing something? thanks
... View more