Member since
05-16-2016
785
Posts
114
Kudos Received
39
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2326 | 06-12-2019 09:27 AM | |
| 3570 | 05-27-2019 08:29 AM | |
| 5721 | 05-27-2018 08:49 AM | |
| 5239 | 05-05-2018 10:47 PM | |
| 3113 | 05-05-2018 07:32 AM |
06-18-2017
07:36 AM
06-18-2017
07:25 AM
Based on the eror that you have , the jar file is clearing missing a .class file (GoogleHadoopFileSystem) you can extract the jar using 7 zip any tool to inspect . .class file path that it is missing . com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem Solution is to download a fresh required jar , extra and check if it is having the all the .class file and add that to the path . this should resolve the error.
... View more
06-16-2017
06:20 PM
@Geek007 in other words in SQL We say “what” is to be accomplished in Pig, we mention “how” a task is to be performed. when to go for Pig - When we want to process larget set of unorganized, unstructured and decentralized data Pig doesnt need to have a schema , it will consume unstructured data with delimiters . please look in to this example . https://martin.atlassian.net/wiki/pages/viewpage.action?pageId=23494745 let me know if this suffice
... View more
06-16-2017
06:10 PM
If you can start the datanode in node 2 , I am sorry where are you having issue ?
... View more
06-16-2017
06:07 PM
are you using vm ? what error are u getting when you try to hit cloduera manager ?
... View more
06-15-2017
05:36 AM
if you want to change the hostname then do either one of the following sudo nano /etc/hostname or sudo vi /etc/hostname then restart the machine to check your hostname after restart - open the terminal and type hostname To configure IP address do the following sudo nano /etc/hosts
... View more
06-15-2017
01:51 AM
which operating system are you using ? if you are using ubuntu it should be /etc/network/,
/etc/network/interfaces if you are using Centos do an ls command - below directory /etc/sysconfig/ you should see one as network .
... View more
06-15-2017
01:46 AM
@mbigelowThanks for the information , will follow the same and adher the standards.
... View more
06-14-2017
02:49 AM
are you trying to configure single node cluster or multi node cluster. did you trying starting the newly added data node in that node ? /hadoop-daemon.sh start datanode could you check in your node 2 to see if you have /home/student/Installations/hadoop-1.2.1/libexec/
/home/student/Installations/hadoop-1.2.1/bin/hadoop-daemon.sh:
... View more
06-13-2017
06:44 PM
Could you let me know the CDH version you are using . because it is forcing you to upgrade sqoop 2 version . ?
... View more