HBase data for HDP 3.1.0 and 3.1.4 based distributions, both are shipped with HBase 2.0 support.
2
Add Support for Amazon EMR v5.28.1
DAP-39877
Datameer now supports Amazon EMR 5.28.1.
3
Add Support for Amazon EMR v5.29.0
DAP-39878
Datameer now supports Amazon EMR 5.29.0
4
Remove superuser related properties from live.properties
DAP-39910
The das.superuser.* properties are now listed in the default properties only (disabled per default).
Bug fixes
1
Property API: Key-up Event for Property Info Input Fields of Property API Not Working
DAP-39015
A key-up event now gets recognized as a proper event and triggers the same actions as a general change event for input fields.
Bug fixed.
2
Hive Export: Drop & Create new tables doesn't work for partitioned tables
DAP-39390
Datameer now validates Hive export definitions for partitioned tables and rejects those for 'Drop and create new table' as not supported(CT - an unsupported) operation.
Bug fixed.
3
Browser Search: Search results don't show correct results when changing the folder
DAP-39556
Datameer now updates the search results for folders if another folder from the file browser gets(CT - is)selected.
Bug fixed.
4
Partition data table should be indexed for efficient group by queries
DAP-39662
To improve application performance and decrease load from Datameer's metadata database, indexes for data_partition.relative_path and data_partition.index_key have been added to the metadata database.
Upgrade scripts persist the changes in Datameer's metadata database accordingly.
Bug fixed.
5
Hive 3.1: Can Not Create Zookeeper Hive JDBC connection
DAP-39947
Hive JDBC connection with Zookeeper can now be created and beused for imports.
Bug fixed.
Section
Datameer 10.0.4
Improvements
1
Workbook: SQL Editor should provide hint for all keyword types
DAP-39583
The autocomplete list now provides a hint if the selected keyword is a SQL statement, SQL function or SQL data type.
Bug fixes
1
Hive datalink to partitioned table with defer sampling shows an empty preview in the workbook
DAP-38816
Including partition columns when editing a datalink shows a preview in a workbook.
Bug fixed.
2
Cannot export Runtime Analytics sheet to Hive
DAP-39472
Runtime Analytic sheets can now beexported to Hive.
Bug fixed.
3
File Browser: Subfolders inside user's home folder also have home folder icon
DAP-39524
Only the user's home folder has the home icon.
Bug fixed.
4
LDAP users with more than 1,500 members in their group are not recognized
DAP-39680
All users within a group ofmore than 1,500 members can now be authenticated.
Bug fixed.
5
Workbook: 'Sheet has no column' error on filtered, sorted, encoding or pivot sheets when renaming column in a source sheet
DAP-39726
Renaming a column does not break the referenced sheet anymore. This affects all transform and data mining sheets.
Bug fixed.
6
'Server error' message in File Browser when selecting the user's home folder
DAP-39767
The aforementioned error message isn't rendered anymore.
Bug fixed.
7
Import or export job run details page should not display 'Production Mode' information
DAP-39786
Import and export job run details pages don't render the 'Production Mode' information, as this is not relevant for these types.
Bug fixed.
8
Changing a formula will add an additional equals sign every time to the formula string
DAP-39830
Changing a formula doesn't add additional characters, like an equals (=) sign, anymore.
Bug fixed.
9
Plug-in Hive-JDBC: Include correct Hive JARs for EMR distributions
DAP-39843
The correct httpclient and httpcore JAR dependencies are now packaged with the plugin hive-jdbc for EMR distributions.