Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4038 | 08-20-2018 08:26 PM | |
| 1936 | 08-15-2018 01:59 PM | |
| 2369 | 08-13-2018 02:20 PM | |
| 4100 | 07-23-2018 04:37 PM | |
| 5006 | 07-19-2018 12:52 PM |
06-23-2016
03:51 PM
@milind pandit that is straight forward. Simple download the two files from the cluster and place in your nifi cluster.
... View more
06-23-2016
03:42 PM
@milind pandit if you are running nodes in the cloud make sure the ports are accessible by both clusters. You will need to allow both clusters to talk with each other.
... View more
06-23-2016
03:40 PM
1 Kudo
@milind pandit If i understand your ? correct you simply want to write to a HDFS. The HDFS cluster is running on different nodes which is typical. Use the putHDFS processor (info here). In the hadoop configuration resources simply point to core-site.xml and hdfs-site.xml. You can download these files from your target cluster. Now NiFi knows where the cluster is.
... View more
06-23-2016
12:20 PM
I am trying to start ambari and it fails while starting postgres on the sandbox. [root@sandbox ~]# ambari-server restart
Using python /usr/bin/python2
Restarting ambari-server Using python /usr/bin/python2 Stopping ambari-server
Ambari Server is not running
Using python /usr/bin/python2
Starting ambari-server
Ambari Server running with administrator privileges.
Running initdb: This may take upto a minute.
About to start PostgreSQL
ERROR: Exiting with exit code 3.
REASON: Unable to start PostgreSQL server. Status stopped. . Exiting I tried to start postgres [root@sandbox ~]# service postgresql start
Starting postgresql service: [FAILED] Then I ran a postgres status: [root@sandbox ~]# service postgresql status
postmaster is stopped I am not sure how to start postmaster. I tried [root@sandbox ~]# pg_ctl start
pg_ctl: cannot be run as root
Please log in (using, e.g., "su") as the (unprivileged) user that will
own the server process. Any other ideas?
... View more
Labels:
- Labels:
-
Apache Ambari
06-23-2016
04:02 AM
@Saurabh Kumar hortonworks and teradata are partners. They have built documentation on the hdp teradata connector here.
... View more
06-23-2016
03:44 AM
@rahul jain I do not understand your question. Can you specify the use case?
... View more
06-22-2016
01:52 AM
@Vijay Parmar that is good to hear. is this question considered answered or do you need further help?
... View more
06-21-2016
04:11 AM
1 Kudo
@milind pandit Nothing I know of out of the both at this moment will get you this. An option is to enable ranger and plug into rangers audit frame work. more info here. Basically when you enable audit on hdfs you will who did what and when. This will tell you the data sets which are being used. Not much about if the data set which are not being use. This with ranger will need to be inferred. You can also view HDFS space utilization through zeppelin here. Another option is to build a custom job which would be to take the HDFS space utilization report out (above) feed and store into a table. Cross join it with ranger audit logs and store results in phoenix. Run this jobs every hour. run report off end table In summary I am not aware of any out of the box solution.
... View more
06-19-2016
10:23 PM
@lmccay Any performance considerations?
... View more
06-19-2016
02:49 AM
@Ted Yu pointed out the challenge. I hope to test your work around. thank you
... View more