Member since
01-01-2016
54
Posts
26
Kudos Received
0
Solutions
02-15-2016
06:29 PM
@Neeraj Sabharwal Neeraj: Links you have given are for HDPCD exam. I have seen them. My question is about HDPCD:Java. I have seen links for HDPCD:Java also. My question is - do we get only one task in the test?
... View more
02-15-2016
06:08 PM
1 Kudo
I looked at the practice test for HDPCD:Java. It has only one task. Do we get only one task even in main test? Or am I missing something?
... View more
02-08-2016
03:10 AM
to be more clear...a)create table b)insert rows into table c) update rows in the table d) delete rows from table
... View more
02-08-2016
03:07 AM
1 Kudo
@Neeraj Sabharwal Sorry Neeraj..new to the forum.. takes time to get used. Now I clicked accepted... Thanks.
... View more
02-08-2016
03:05 AM
1 Kudo
@rich In the HDPCD exam, a task has sub tasks. For example, create table, insert table, update table and delete table. Suppose say, if some tasks are successful and some failed. How do you give score for this task?
... View more
02-07-2016
02:00 AM
1 Kudo
what is the hive version used in HDPCD exam? Do we need to set tblproperties('transactional'='true')?
... View more
Labels:
- Labels:
-
Apache Hive
02-05-2016
11:11 PM
@rich Thanks rich. your solution worked out. I accept this answer.
... View more
02-03-2016
10:42 PM
@rich I ran the sqoop command. I get the following error msg. Please look at the screen shot. Thanks. sqoop.png
... View more
02-03-2016
08:18 PM
1 Kudo
@rich During the HDPCD exam, do we have to do this initial set up like - set up user, grant access etc. before we use sqoop commands? Or are these already taken care and we just run sqoop commands? If some access is not working can we ask the proctor to stop the clock and set up the required environment?
... View more
02-03-2016
07:34 PM
1 Kudo
@Artem Ervits During the HDPCD exam, do we have to do this initial set up like - set up user, grant access etc. before we use sqoop commands? Or are these already taken care and we just run sqoop commands? If some access is not working can we ask the proctor to stop the clock and set up the required environment?
... View more
01-28-2016
12:49 AM
1 Kudo
To run Hive query file from Linux Terminal $hive -f query1.txt How to run using Tez execution engine?
... View more
Labels:
- Labels:
-
Apache Hive
01-16-2016
04:53 PM
@de I have added jar files and connection details. Connection failed. Please suggest. ,@Deepesh Thanks Deepesh. Please find screen shots below. I have added JAR files and database connection details. connection failed. Please help
... View more
01-16-2016
04:12 AM
I have installed VNC server on Ambari(HDP Sandbox). From Eclipse on VNC Client, I want to query Hive database. What is the JDBC string I should use? I looked at other posts. Its very confusing. I am using HDP 2.3.2. Please help.
... View more
Labels:
- Labels:
-
Apache Hive
01-15-2016
09:58 PM
1 Kudo
@Benjamin Leonhardi What is HDP_INSTALLATION in the above steps? I downloaded HDP_2.3.2_vmware and opened in VM Ware workstation. How do I know this HDP_INSTALLATION? Pls. help.
... View more
01-15-2016
08:30 PM
How can I write Pig or Hive UDFs in Eclipse and get them executed against Hortonworks Sandbox? Could anyone provide step by step guidence please. I am new bee.
... View more
Labels:
01-14-2016
09:03 PM
I am practicing on AWS instance for HDPCD test. I have taken m3.xlarge instance. Hadoop services are not started by default. I just executed start-all-services.sh. It is taking very long time. I waited for more than 15 mins. It is still going on. Is the speed of m3.xlarge instance enough? Or should I go for higher? Response on the terminal is fine.
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Certification
01-13-2016
01:20 AM
In one terminal, I started the agent. I opened a new terminal in sandbox. when I give telnet it is giving error: command not found. $ telnet localhost 44444
... View more
01-13-2016
12:50 AM
@Deepesh Can you give sequence of commands step by step. Plz. I am new bee.
... View more
01-13-2016
12:17 AM
Can anybody help me to test the flume on sandbox. I did the following 3 steps. Please help on next steps to test this. Like: telnet and input the data. A. I have installed flume on HDP sandbox the Hortonworks documentation (yum install flume; yum install flume-agent). B. I have used the sample agent given; shown below. ============================= Configuration File ============================== # example.conf: A single-node Flume configuration # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink
a1.sinks.k1.type = logger # Use a channel that buffers events in memory a1.channels.c1.type = memory a1.channels.c1.capacity = 1000 a1.channels.c1.transactionCapacity = 100 # Bind the source and sink to the channel a1.sources.r1.channels = c1 a1.sinks.k1.channel = c1 C. Started the agent: flume-ng agent -n <agent-name> -f <configuration file name>
... View more
Labels:
- Labels:
-
Apache Flume
01-07-2016
04:17 AM
1 Kudo
@Kuldeep Kulkarni Thanks Kuldeep. With the above grep command, I got the following: Sqoop Command: I am getting following error. Please suggest.
... View more
01-06-2016
04:02 AM
@Kuldeep Kulkarni what is the value for <MySQL-server> on practice instance?
... View more
01-06-2016
04:00 AM
what is the value for <MySQL-server> on practice instance?
... View more
01-06-2016
03:57 AM
1 Kudo
I am working on HDPCD practice test instance. Can anybody let me know - a) Is there anything I should do before issue sqoop command on AWS practice instance. b) what is the parameter I should use for --connect jdbc:?????
... View more
Labels:
- Labels:
-
Apache Sqoop