Member since
08-16-2016
642
Posts
131
Kudos Received
68
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3976 | 10-13-2017 09:42 PM | |
| 7474 | 09-14-2017 11:15 AM | |
| 3798 | 09-13-2017 10:35 PM | |
| 6033 | 09-13-2017 10:25 PM | |
| 6600 | 09-13-2017 10:05 PM |
07-25-2017
08:09 AM
1 Kudo
hi do you have a step by step detail for the Wildcarding of DNS? I am stuck at that point. I have an AWS EC2 instance on which I have installed the workbench. However i am unable to open the URL.
... View more
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-22-2017
08:45 AM
Thanks mbigelow, following your suggestions I solved the massive error logging issue. I've processed in a Json validator the specific log file referenced in the Java stack trace: /user/spark/applicationHistory/application_1494352758818_0117_1 But the format was correct, according to the validator. So I just moved it away in a temporary directory. As soon as I did it, the error messages stopped clogging the system logs. So it was probably corrupted in a very subtle way... But it was definitely corrupted That Json file has been indeed generated by the Spark Action that is giving me problems, but it was an OLD file. New instances of that Spark Action are generating new Json logs, but they are not giving any troubles to the History Server (stopped having tons of exceptions logged as I just said) Unfortunately, the Spark job itself is still failing and it's needing further investigation on my side, so apparently this is not related to that specific error message. But I've solved an annoying problem, and at the same time I have cleared out the possibility of the Spark Action issue being related to that java exception Thanks!
... View more
07-21-2017
02:39 PM
@Fawze I don't collect specific metric, yet. I make an api call to get all Hive jobs between this time and that time (same for Impala) from... This data is then crunched to provide usage analysis for these specific types of jobs. /clusters/{clusterName}/services/{serviceName}/yarnApplications /clusters/{clusterName}/services/{serviceName}/impalaQueries
... View more
07-21-2017
02:35 PM
I would say Cloudera support if you have that for your cluster. They can then vet it against existing bug and patches backported to your version. They can also tell you if a bug exist, when it will be available and which version. And failing all of that they can open a new JIRA. You can open a JIRA account and create a ticket yourself, providing the CDH version and ask the community how to proceed. They should have some guidelines as well although I do not know them or have them handy.
... View more
07-21-2017
02:17 PM
1 Kudo
@MilesYao That may be. On that topic, I don't think anytime soon as Cloudera does not support many features that it does for Spark 1.6. I suspect that sometime post CDH 6 we will see Spark 2.x supplant Spark 1.x as the only version of Spark in CDH. Ah, I checked out HDP and see what you are getting at. It is really trivial on the difference. Cloudera asks you to put a file on the CM host and configure a separate parcel while HDP includes both Spark1 and Spark2 packages in the same repo.
... View more
07-21-2017
10:30 AM
Hello! I tracked the missing blocks and fortunately they belonged to a decommisioned DN so I decided to remove them. That's it! Thanks for your help! Guido.
... View more
07-17-2017
09:49 PM
1 Kudo
/user/spark directory was missing. I created it manually and it worked fine.
... View more
07-15-2017
10:31 AM
I think you are suffering from https://issues.apache.org/jira/browse/HIVE-16949. I am suffering from it on my dev cluster. Since I upgrade it CDH 5.11.1 the thread count has climbed steadily. Just got reports today of HS2 slowing down on partition operations as well as throwing exceptions about concurrency issues. I have added the workaround and will report on the status of it later. The patch that introduced this leak, https://issues.apache.org/jira/browse/HIVE-15546, was added to CDH 5.11.0.
... View more