Member since
09-20-2014
39
Posts
5
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
10998 | 09-07-2016 03:18 AM | |
8006 | 02-01-2016 03:08 AM | |
2980 | 07-23-2015 09:35 AM | |
3060 | 12-18-2014 08:09 AM | |
8882 | 09-21-2014 07:50 AM |
06-12-2017
08:47 AM
Hi Guys, is there is an alternative to the --jars option of spark-submit in the spark notebook in Hue?
... View more
09-07-2016
03:18 AM
1 Kudo
So we have found the problem, sorry for early post, but maybe for somebody else it can be helpful: For all the aliases stored in keystores must be used the same password, as said here: http://www.cloudera.com/documentation/enterprise/5-7-x/topics/cm_sg_tls_browser.html Set -keypass to the same value as -storepass. Cloudera Manager assumes that the same password is used to access both the key and the keystore, and therefore, does not support separate values for -keypass and -storepass. We changed these passwords so they are the same now, changed the passwords also in our external MySQL database and then restart the Cloudera Manager server and it worked fine.
... View more
02-11-2016
01:30 PM
Indexing Hue is only provided for creating tiny indexes, if you want to put more data, you would need to use the command line and other indexing techniques like explained on the doc http://www.cloudera.com/documentation/archive/search/1-3-0/Cloudera-Search-User-Guide/csug_mapreduce_batch_index_ref.html Romain
... View more
07-23-2015
11:16 AM
I am happy to see you solved your issue. Thank you for sharing the solution.
... View more
12-18-2014
08:09 AM
So I figured it out by myself, I had to first specify the Table column names in a Sqoop job like this: filename,calling_number,calling_IMSI,called_number,calling_first_cell_id,calling_last_cell_id,starttime,endtime,duration,cause_for_termination,call_type and then, in the data, I had to wrap all the strings by ' like this: 'WWWWWWW','EEEEEEEE','FFFFFFF','DDDDDDDDD','VVVVVVVVV','CCCCCCCCCCC','XXXXXXXXXX','YYYYYYYYYY','AAAAAAAAAAAA','RRRRRRRRRRR','SSSSSSS' so probably the exporter would recognize that it is a string and not a number...
... View more
09-21-2014
07:50 AM
1 Kudo
I solved the problem. cloudera-scm user did not have access to a parent folder: /pkg/moip/mo10755/work/mzpl which caused that the cloudera-scm user could not run any scripts from parcel subfolders. I changed the permissions and now it works 🙂 Thank you very much for your help!
... View more