Member since
09-02-2016
523
Posts
89
Kudos Received
42
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2353 | 08-28-2018 02:00 AM | |
2212 | 07-31-2018 06:55 AM | |
5139 | 07-26-2018 03:02 AM | |
2503 | 07-19-2018 02:30 AM | |
5958 | 05-21-2018 03:42 AM |
08-03-2017
09:58 AM
I realized today, after browsing many google results, that it is illicit to use a "null" value as a parameter of a where clause. Because null is considered to be unknown, two null values compared to each other are not considered to be equal. In expressions using arithmetic operators, if any of the operands is null, the result is null as well. Details can be found here : https://stackoverflow.com/questions/36992184/sqlcommand-createparameter-value-dbnull-value-not-returning-results So it was obvious that my simple C# sample would not work and it had actually nothing to do with the Cloudera ODBC driver.
... View more
07-30-2017
10:00 PM
Thanks for your answer. I have tested both a and b successfully but the point is I am not using CM(CDH) and I have compiled Hue itself and ran it. I did run my Hive on Spark query via Beeswax successfully, but when I save my document and design a job my job will run in MR mode(hive.execution.engine property is set both in my document and by job.properties). How can I do that? Thanks, Mobin
... View more
07-28-2017
10:00 AM
1 Kudo
@alexe yes, you can login with pyspark (or) spark-shell and run your commands one by one to get the result. All they need is your result and code that you have used to generate the result. So it is not necessary to create .jar from your code and execute (also it will take additional time)
... View more
07-26-2017
10:41 AM
I am going to repost this as an HBASE SNAPSHOT question.
... View more
07-25-2017
01:45 PM
2 Kudos
@ponypony No, it will not support. The below doc refers to CDH 5.11.x, also it refers to the features from relational databases or Hive are not available in Impala. In which Indexing is one among them https://www.cloudera.com/documentation/enterprise/5-11-x/topics/impala_faq.html#faq_features__faq_unsupported
... View more
07-24-2017
08:05 PM
It is very wierd that I rebooted the system, started the cloudera-management-services, and then started others services individually. It is working now. I am not sure why it happened. It was really a nightmare, and I am really surprised what should I do in such scenarios (without rebooting system).
... 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-17-2017
09:49 PM
1 Kudo
/user/spark directory was missing. I created it manually and it worked fine.
... View more