Member since
07-24-2019
46
Posts
31
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1584 | 01-30-2017 09:57 PM | |
10137 | 12-17-2016 12:11 AM | |
2886 | 07-06-2016 06:54 PM | |
2692 | 07-05-2016 05:41 PM | |
3339 | 06-16-2016 04:03 PM |
01-30-2017
09:57 PM
1 Kudo
Please try to run this smoke test and provide complete command O/p if any error. http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-installation/content/validate_the_installation_pig.html
... View more
01-27-2017
07:17 PM
1 Kudo
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Transform#LanguageManualTransform-SQLStandardBasedAuthorizationDisallowsTRANSFORM Ref: https://issues.apache.org/jira/browse/HIVE-6415
... View more
01-27-2017
05:01 PM
4 Kudos
I have used above API calls and executed on my cluster it worked below is the procedure I have followed for one hdfs service and one policy. Objective: Export ranger policies from cluster1 to cluster2 variables:
<clustername>=DEVLHDP
<policy_name>=<clustername>_hadoop-1-20160615193010 To download all policies from cluster1 http://ranger1:6080/service/plugins/policies/download/<clustername>_hadoop get service from cluster1 ranger1 curl -iv -u admin:xxxx -H "Content-type:application/json" -X GET http://ranger1:6080/service/public/v2/api/service/name/<clustername>_hadoop copy the json output to ranger-service.json create service in new cluster2 ranger2 curl -iv -u admin:xxxxx -d @ranger-service.json -H "Content-Type: application/json" -X POST http://ranger2:6080/service/public/v2/api/service Getting a sample policy from cluster1 ranger1 curl -iv -u admin:xxxxx -H "Content-type:application/json" -X GET http://ranger1:6080/service/public/v2/api/service/<clustername>_hadoop/policy/<clustername>_hadoop-1-20160615193010 copy the json output to ranger_policy.json create policy in new cluster2 ranger2 curl -iv -u admin:xxxxx -d @ranger_policy.json -H "Content-Type: application/json" -X POST http://ranger2:6080/service/public/v2/api/policy Tested in HDP 2.4.2 which has Apache Ranger 0.5.2 Ref: https://issues.apache.org/jira/browse/RANGER-1214 If this helped, pls vote/accept answer.
... View more
12-17-2016
12:11 AM
The Issue seems like node got blacklisted and its a 1 node cluster.. I would recommend to cleanup the files. Identify the large size file in hdfs using hdfs dfs -ls -R / report.Delete it from /user/<username>(Ex;- hdfs,hive) /.Trash folder too***** Clean up the /tmp space in hdfs layer. Make sure all required services are running ..restart the same. Now monitor the storage space on that node using command "df -h" Verify a smoke test and then execute your application job.
... View more
11-11-2016
06:00 PM
Is there any HDFS Balancer process is running?...
... View more
11-04-2016
04:33 PM
when ever you initiate it will try to get min containers thats the reason it will be in hung up state.
... View more
10-31-2016
01:16 PM
Hi, Please check ambari server log file and also verify the ports are open for MYSQL 3306 on that host.
... View more
08-24-2016
04:12 PM
yarn.resourcemanager.ha.rm-ids- List of logical IDs for the RMs. e.g., "rm1,rm2" Here is the description with examples for each field value http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_hadoop-ha/content/ha-rm-config-failover.html https://hadoop.apache.org/docs/r2.5.2/hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html. Let me know if you need more information.
... View more
08-04-2016
03:01 PM
Can you please verify the BASE URL present in repo files is accessible from all the nodes?.Cross-verify the same in ambari server configuration file.
... View more
07-06-2016
06:54 PM
The problem got fixed instead of passing <java-opts> -Dp1=v1 -Dp2=v2 </java-opts> we did in one-liner <java-opts>-Dp1=v1 -Dp2=v2 </java-opts>
... View more
- « Previous
-
- 1
- 2
- Next »