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
08-23-2019
01:48 AM
I solved this issue by replacing the below line hive-site.xml <name>hive.downloaded.resources.dir</name> <value>/tmp/hive/${hive.session.id}_resources</value> </property> <property> <name>hive.scratch.dir.permission</name> <value>777</value>
... View more
08-22-2019
06:18 AM
Labels:
- Labels:
-
Apache Hive
06-26-2019
09:29 AM
@Geoffrey Shelton Okot No same jar problem exits when i run sqoop job.
... View more
06-26-2019
09:18 AM
@Jay Kumar SenSharma I have created a directory and added all sqoop jar to hdfs://localhost:54310/usr/local/sqoop/lib/ and Sqoop 1.4.7 jar to it at last it worked But getting this error can you help thanks for your kindly reply
... View more
06-26-2019
06:26 AM
Is this method correct and thanks for kindly reply Geoffrey Shelton Okot
... View more
06-25-2019
01:26 PM
I'm getting this error please help me ERROR tool.ImportTool: Import failed: java.io.FileNotFoundException: File does not exist: hdfs://localhost:54310/usr/local/sqoop/lib/parquet-hadoop-1.6.0.jar
... View more
Labels:
- Labels:
-
Apache Sqoop