Member since
03-21-2017
197
Posts
6
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4028 | 07-02-2018 11:25 AM | |
1899 | 05-29-2018 07:20 AM | |
5524 | 05-09-2018 10:18 AM |
04-18-2018
08:03 AM
Hello, I am trying to add new user to the ldap. following is my user.ldif file for new user: user.ldif dn: uid=abc,ou=users,dc=hadoop,dc=com
objectClass: top
objectClass: account
objectClass: posixAccount
objectClass: shadowAccount
cn: abc
uid: abc
uidNumber: 550
gidNumber: 505
homeDirectory: /home/abc
loginShell: /bin/bash
gecos: abc
userPassword: {cryst}x
shadowLastChange: 0
shadowMax: 0
shadowWarning: 0
when I execute following command it asks for LDAP Password ldapadd -x -W -D "cn=abc,dc=hadoop,dc=com" -f user.ldif and when i enter the password it throws error : ldap_bind: Invalid credentials (49) error Below command also asks for LDAP password and when I enter the password it works fine. ldapsearch -D cn="Manager,dc=hadoop,dc=com" -W -b "dc=hadoop,dc=com" objectClass=* It only throws error when i execute ldapadd command to create new user. Thanks.
... View more
Labels:
- Labels:
-
Apache Hadoop
03-31-2018
07:25 AM
@Aditya Sirna In Howmany days the result of exam is being declared ?
... View more
03-22-2018
11:05 AM
Hello, I have following concerns related to Hortonworks Certification: 1. My company wants me to appear for HDPCD certification exam, I will appear for this exam through company domain ID, if I cleared this certification, and after 6 month I left my current company, Is this certificate will no longer beneficial to me or I can use this anytime ? 2. Is There any time limit for certification validity or lifetime ? 3. To appear for HDPCD certification, is it compulsory to first clear HCA ?
... View more
Labels:
- Labels:
-
Certification
03-22-2018
07:49 AM
log1.txt Hi, I have some sever logs. I want to perform this log analysis using PIG and HIVE. I am attaching sample log file. It would be great if someone help me to discover different patterns from the logs. Thank You.
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Pig
02-01-2018
07:44 AM
Hello, I want to use hortnworks in AWS. please provide me document that I can follow step by step. Thanks.
... View more
01-29-2018
07:10 AM
Hi, I want to create hadoop cluster. how should I decide the cluster size and its configuration ? on what basis we decide cluster configuration like :
Number of nodes we need RAM on each node how many master and slaves we need Is there some formula to calculate ?
... View more
Labels:
- Labels:
-
Apache Hadoop
06-22-2017
05:31 AM
hello, i want to perform sentiment analysis to twitter tweets. i am not a programmer and i am new to spark. i think we can write code in zeppelin for spark, correct me if i am wrong. can anyone provide me a demo or code to fetch tweets and classify them ? thank you
... View more
Labels:
- Labels:
-
Apache Spark
05-29-2017
05:57 AM
Sqoop, Flume and Kafka all are use to import data from legacy system to the Hadoop. what is the difference between them ? and how to select which component to use in which situation ?
... View more
Labels:
05-02-2017
06:01 AM
cat test/script/test1-2017-05-02_11-14-06_999.pig This works good. but exec comman didn't worked. exec /test/script/test1-2017-05-02_11-14-06_999.pig it shows following error: 2017-05-02 05:59:55,487 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1000: Error during parsing. File not found: /test/script/test1-2017-05-02_11-14-06_999.pig
Details at logfile: /home/sshuser/pig_1493704766712.log
... View more
05-01-2017
10:00 AM
hello, i am new to hadoop. i want to execute my pig script file from grunt shell.
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Pig