Member since
02-07-2017
7
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3205 | 07-25-2017 03:20 AM | |
5429 | 05-15-2017 03:52 AM |
07-25-2017
03:20 AM
There is some issues with deployment.json file. I removed the replication content from .jso file and then import suceed
... View more
07-24-2017
02:44 AM
I added the -H in curl now it gving diferent error. #curl -H "Content-Type: application/json" --upload-file deploymnet.json -u admin:admin 'http://scmhost:7180/api/v17/cm/deployment?deleteCurrentDeployment=true' { "message" : "Impala metadata replication is supported from CDH versions 5.2.0 to (less than) version 5.12.0" }
... View more
07-21-2017
05:58 AM
I am hitting below error when i try to import the deployment.json. Is anything i missed. And how to overcome? CM Version : 5.12 #curl --upload-file deploymnet.json -u admin:admin 'http://scmhost:7180/api/v17/cm/deployment?deleteCurrentDeployment=true'
{
"message" : "Double-check the URL. Consider adding '\"Content-Type: application/json\"' to your HTTP headers if the URL expects JSON input."
... View more
Labels:
- Labels:
-
Cloudera Manager
-
Cloudera Search
05-15-2017
03:52 AM
We found the problem. It not related to Disk Space. Problem with Directory index full of the directory
... View more
04-27-2017
06:25 AM
What is the advantage of below in Hive Metastore Delegation Token Store and use of it org.apache.hadoop.hive.thrift.MemoryTokenStore org.apache.hadoop.hive.thrift.DBTokenStore org.apache.hadoop.hive.thrift.ZooKeeperTokenStore Thanks,
... View more
Labels:
- Labels:
-
Apache Hive
-
HDFS
03-28-2017
11:44 PM
Sqoop unable to import data into hadoop thorwing error as " No Space Left on Device" on random table. We have plenty of space on both HDFS and Local FS. Not sure why, Please let me know how to fix it. ALTR_DESC WHERE 1=1 WITH UR 2017-03-29 00:32:27 ERROR SqoopThread:165 - Error occurred while importing data HALS.CLOUD_AESC java.lang.RuntimeException: java.io.FileNotFoundException: /apps/data/cloud.log 170329.003227.HALSDBP3.1694.TBA_ALTR_DESC.log (No space left on device) at com.apache.sqoop.log.LogWriter.close(LogWriter.java:137) at com.apache.sqoop.log.LogWriter.flush(LogWriter.java:155) at com.apche.sqoop.log.LogWriter.write(LogWriter.java:41) at com.apache.sqoop.service.SqoopThread.run(SqoopThread.java:100) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.io.FileNotFoundException: /apps/data/cloud.log/170329.003227.HALSDBP3.1694.TBA_ALTR_DESC.log (No space left on device) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:221) at java.io.FileOutputStream.<init>(FileOutputStream.java:142) at java.io.FileWriter.<init>(FileWriter.java:78) at com.apache.sqoop.log.LogWriter.close(LogWriter.java:127)
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Sqoop
-
HDFS