Skip to content
#

impala

Here are 55 public repositories matching this topic...

kszucs
kszucs commented Jan 21, 2019

Along with the tests:

 /ibis/ibis/expr/api.py:318: DeprecationWarning: ibis.nanosecond is deprecated, use ibis.interval(nanoseconds=n) instead
    warnings.warn(msg.format(name), DeprecationWarning)
  /ibis/ibis/expr/api.py:318: DeprecationWarning: ibis.microsecond is deprecated, use ibis.interval(microseconds=n) instead
    warnings.warn(msg.format(name), DeprecationWarning)
  /ibis/i
implyr
ianmcook
ianmcook commented Jul 8, 2017

A useR!2017 attendee asked after the implyr talk about what Impala's limitations for using DISTINCT were. Older versions of Impala (before version 2.0) allowed only one DISTINCT clause per query. Newer versions have removed this limitation. But the current version of Impala does have the limitation that you cannot use DISTINCT in more than one aggrega

This is the final project I had to do to finish my Big Data Expert Program in U-TAD in September 2017. It uses the following technologies: Apache Spark v2.2.0, Python v2.7.3, Jupyter Notebook (PySpark), HDFS, Hive, Cloudera Impala, Cloudera HUE and Tableau.

  • Updated May 4, 2018
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the impala topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the impala topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.