Member since
02-07-2016
15
Posts
9
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7316 | 02-11-2016 05:04 AM |
02-11-2016
05:04 AM
1 Kudo
thanks @Neeraj Sabharwal, @Artem Ervits, @Geoffrey Shelton Okot and @Benjamin Leonhardi for your valuable replies my problem is solved with the help of your answers. Thank You 🙂 🙂
... View more
02-10-2016
04:13 AM
yes @Artem Ervits sir i already created the required tables for script but still i got same problem.
... View more
02-09-2016
01:01 PM
1 Kudo
thnx sir @Neeraj Sabharwal ok you mean i have to write like this 172.31.1.137 ip-172-31-1-137.ap-northeast-1.compute.internal ambariserver on my windows client in "C:\Windows\System32\drivers\etc\hosts"
... View more
02-09-2016
07:36 AM
sir @Neeraj Sabharwal i found one more issue as i am unable to acess resource manager UI from my ambari When i click on the resource manager ui of my ambari this window opens and this message is shown. Actually my ambari server is installed on 1 different node. i have 2 master nodes 1 node data +master 2 data nodes total =6 nodes master node 1 have :- Master node has..... third node has :...... Other 2 nodes has only clients installed on it. i also set security group for all nodes and give acess from anywhere to all node ports
... View more
02-09-2016
06:32 AM
thnx @Artem Ervits for replying here is my script ; a = LOAD 'geolocation' using org.apache.hive.hcatalog.pig.HCatLoader(); dump a; when i execute the first statement and then execute dump a; it stops at zero percent and never move forward;
... View more
02-09-2016
05:52 AM
sir @Benjamin Leonhardi i found one more issue as i am unable to acess resource manager UI from my ambari When i click on the resource manager ui of my ambari this window opens and this message is shown. Actually my ambari server is installed on 1 different node. i have 2 master nodes 1 node data +master 2 data nodes total =6 nodes master node 1 have :- Master node has..... third node has :...... Other 2 nodes has only clients installed on it. i also set security group for all nodes and give acess from anywhere to all node ports
... View more
02-08-2016
12:24 PM
Thanx @Geoffrey Shelton Okot for replying . I restarted the yarn but problem still persists. if it is java heap size problem then how to solve it . thnx in advance 🙂
... View more
02-08-2016
10:06 AM
2 Kudos
s i am installed hadoop using hdp on ec2 amazon cloud. architecture is : 1 node on which ambari server is installed 2 master nodes 3 data nodes So i have total 6 machines in the cluster. Now when i open the pig view in ambari and run my hello world tutorial script a = LOAD 'geolocation' using org.apache.hive.hcatalog.pig.HCatLoader();
b = filter a by event != 'normal';
c = foreach b generate driverid, event, (int) '1' as occurance;
d = group c by driverid;
e = foreach d generate group as driverid, SUM(c.occurance) as t_occ;
g = LOAD 'drivermileage' using org.apache.hive.hcatalog.pig.HCatLoader();
h = join e by driverid, g by driverid; final_data = foreach h generate $0 as driverid, $1 as events, $3 as totmiles, (float) $3/$1 as riskfactor;
store final_data into 'riskfactor' using org.apache.hive.hcatalog.pig.HCatStorer();
Its status changes to accepted and then changes to running but always remain running for hours Then i try to run this script in grunt shell . Here i create new file with the name "vi riskfactor.pig" and run it using the command " pig -useHCatalog -f riskfactor.pig". This job is submitted but never moves from zero percent . Here i attach the screen shots of my console. here i upload the screenshot of installed components in my cluster
... View more
Labels:
- Labels:
-
Apache Pig
02-07-2016
09:23 AM
thanks @Predrag minovic for replying Here i find one more issue as i unable to login into hive from terminal as ec2-user or root Syntax error is simple text and have no link I also uploaded the hive view settings screenshot here My hdp version is 2.3 and ambari version is 2.1 or 2.2 hive server2 port =10000 hive.server2.transport.mode = binary
... View more
02-07-2016
05:10 AM
1 Kudo
As i am installed hadoop using hdp on ec2 amazon cloud. architecture is : 1 node on which ambari server is installed 2 master nodes 3 data nodes So i have total 6 machines in the cluster. But when i open the hive view on my browser some syntax error is shown and hive default databases were not open. I also configure all the views according to the hortonworks documents. Please help me. I have also attached the screenshot of error.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hive