Member since
08-10-2018
21
Posts
0
Kudos Received
0
Solutions
05-20-2019
11:01 AM
@fnu rasool 1.Try to run the Sqoop job as a non-root user. 2.Check if your JDK is properly installed on the host and your JAVA_HOME is set properly. 3.Check if you have granted the right permissions to the Databases you're using. i think there must be a configuration error !
... View more
02-07-2019
07:42 AM
Check your snapshot details
hdfs dfs -ls $DIR/.snapshot/
hdfs dfs -setrep -w 2 -R / then restart hdfs services
... View more
02-07-2019
06:45 AM
Refer this link for more information https://community.hortonworks.com/questions/212100/timeline-service-v20-reader-not-starting.html
... View more
02-07-2019
06:36 AM
@ram sriram Changing replication will only apply to new files you need to run this Command to change replication factor
for files that already exist
hdfs dfs -setrep -w 1 -R /
... View more
02-06-2019
04:33 AM
@Siva A
@Geoffrey Shelton Okot
--fields-terminated-by "\020" is solved this issue and i shared this details under idea.find the link below! https://community.hortonworks.com/content/idea/236981/how-to-avoid-null-values-and-extra-columns-during.html
... View more
01-29-2019
07:55 AM
@Geoffrey Shelton Okot tried your answers --null-string and --null-non-string Still Facing Same Issues. we are using oracle11g type DB and tables as source to hive as destination .Is there any Datatype kinds of issue is there?
... View more
01-25-2019
04:02 AM
@Siva A Thankyou field delimiter (--fields-terminated-by | ) and field delimiter (--fields-terminated-by ~) used '\020' Solved my issue
... View more
01-24-2019
09:21 AM
Dear All,
I am using this sqoop command for importing Oracle Table into Hive Table
sqoop import --connect jdbc:oracle:thin:@123.123.123.112:1500:COL --username admin -P --table db.table1 --hive-import --hive-overwrite --create-hive-table --hive-database hive_db --hive-table table1 --split-by primary_Key
After Importing from oracle to Hive
Some rows and columns are entirely Showing 'NULL' .
ORACLE TABLE
HIVE TABLE -ISSUE
1. PRIMARY_KEY (NOT NULL COLUMN) 2. There is 0 'NULL' Value
1. SOME ROWS AND COLUMNS ARE NULL 2. 35 NULL (ROWS and COLUMS)
How to clear it?
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Sqoop
12-07-2018
09:56 AM
@Saurav Ranjit Steps!!!! 1.Need to enable ACID Property 2. table need to be in ORC format and bucket enabled. Check table definition using "SHOW CREATE TABLE", to know if it satisfies above conditions. then delete.
... View more
09-28-2018
05:30 AM
hdfs Avro formatted file insert into HiveORC formatted table
... View more
Labels:
- Labels:
-
Apache NiFi