Member since
06-25-2019
12
Posts
0
Kudos Received
0
Solutions
02-11-2020
10:34 PM
@venkatsambathIt's working thank you.
... View more
02-11-2020
05:30 AM
@venkatsambathevery thing i ok in table but still i am facing the same problem. I am load my data from local to hive.
... View more
02-10-2020
11:23 PM
@venkatsambath We are not using CDH. We have configured Hadoop ecosystem separately in Ubuntu 18.04 (Hadoop 2.6.0, Hive 2.1.1). When using the select query without using insert line and run the query i am getting same problem in hive.
... View more
02-10-2020
10:14 PM
2020-02-10 16:28:56 Starting to launch local task to process map join; maximum memory = 477626368
SELECT n.Id, t.job_id, t.job_title, n.Name, n.Email, n.Mobile_Number, n.Education, n.Total_Experiance, n.project_id, ((count(n.new_skills)*100)/s.skill_count) Average FROM rmt_demo.resume_convert n JOIN rmt_demo.job_description_convert t ON n.new_skills = t.skills and n.job_position = t.job_title JOIN rmt_demo.skill_count s ON n.job_position = s.job_title JOIN rmt_demo.education e ON n.education = e.education GROUP BY n.Id,t.job_id,t.job_title, n.Name, n.Email, n.Mobile_Number, n.Education, n.Total_Experiance,n.project_id,s.skill_count;
... View more
Labels:
- Labels:
-
Apache Hive