Member since
05-09-2016
421
Posts
54
Kudos Received
32
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2518 | 04-22-2022 11:31 AM | |
2268 | 01-20-2022 11:24 AM | |
2140 | 11-23-2021 12:53 PM | |
2862 | 02-07-2018 12:18 AM | |
4711 | 06-08-2017 09:13 AM |
07-01-2016
12:00 PM
@Roberto Sancho If you have already started zookeeper rest service then by default port will be 9998 on host running rest service. Refer this https://github.com/apache/zookeeper/tree/trunk/src/contrib/rest for installing and starting rest.
... View more
07-01-2016
05:38 AM
@Shihab Can you try deleting the topic test1. Replace localhost with zookeeper host in below command. bin/kafka-topics.sh --zookeeper localhost:2181 --delete --topic test1
... View more
06-30-2016
10:20 AM
2 Kudos
@Saurabh KumarCan you verify that you see same as in below screenshots?
Step 2 Step 3 Step 4
... View more
06-29-2016
12:53 PM
Check this https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_views_guide/content/_setup_WebHCat_proxy_user_pig_view.html
... View more
06-29-2016
12:39 PM
When you boot sandbox it says Press any key to enter menu. Press any key and then start from step 2
... View more
06-29-2016
11:11 AM
@mayki wogno
You need to place <ACL owner="falcon"group="hadoop" permission="0755"/> before <schema location="hcat" provider="hcat"/> Ordering is important.
Also remove <table uri="catalog:falcon_landing_db:summary_table#ds=${YEAR}-${MONTH}"/> from source cluster. It is not required.
... View more
06-29-2016
10:33 AM
1 Kudo
1. Go to grub menu 2. Select line starting with kernel and press e 3. In next screen add s at end of line and press enter. 4. In next screen press b which will log you in as root without password. 5. Change password using passwd.
... View more
06-28-2016
05:18 PM
1 Kudo
In this case below command should work for you. scp /cygdrive/c/Users/rnkumashi/Downloads/sample.txt root@192.168.228.128:/root
... View more
06-28-2016
04:54 PM
Hi @Ravikumar Kumashi Can you check how is your vm network is configured? Ensure that vm network is set to NAT and port forwarding is configured. If your network is configured to host only then you need to give ip instead of localhost and remove -P 2222 from command. Can you paste the output of ifconfig from vm?
... View more
06-28-2016
01:25 PM
1 Kudo
@Ravikumar Kumashi
Try this command instead.
scp -P 2222 C:/Users/rnkumashi/Downloads/sample.txt root@localhost:/root However you need something like cygwin to make scp work from windows machine. You have to run the command from windows, not sandbox. This is a good document to get you started http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
... View more