Download esProc SPL
Make sure you have read esProc SPL Editions and Services before you download the program.
The trial for commecial editions requires a serial number; you can get it from the official download page
Community Edition
Standard Edition
- esProc for Windows
- esProc for Linux ( deb installation directions / rpm installation directions)
- esProc for Mac
Enterprise Edition
- esProc for Windows
- esProc for Linux ( deb installation directions / rpm installation directions)
- esProc for Mac
Peripheral and temporary update packages
- esproc-bin.jar was updated on 2024-10-29
- esproc-bin.jar was updated on 2024-10-10
- esproc-ext.jar was updated on 2024-10-29
- esproc-ext.jar was updated on 2024-10-10
- esproc-ent.jar was updated on 2024-10-29
- esproc-ent.jar was updated on 2024-10-10
- esProc External Library was updated on 2024-10-09
- ODBC driver was updated on 2023-07-25
20240926 Community Edition Update record
- Help Documentation updated;
- New functionality: Dynamic parameters;
- New option: eval@s(), which does not compute the specified expression after the expression is dynamically parsed;
- New option: pos@w()/replace@w(), which only searches for/replaces the substring with the same number of characters during string search and replacement;
- Improvement: s.split() function supports matching Chinese parentheses when splitting a string by the separator;
- New option: htmlparse@0()and htmlparse@p(), which respectively retain null values and parse text as corresponding type when retrieving data from an HTML file;
- New option: xml@b(), which does not automatically convert data type when parsing XML strings;
- Improvement: Upgrade poi/http/json-related jars.
20240926 Standard Edition Update record
- Help Documentation updated.
20240926 Enterprise Edition Update record
- Help Documentation updated;
- Add “New”, “Save as”, “Insert/Delete row”, “Insert/Delete column”, “Edit Parameter” functionalities for RSRV WEB script debugging.
20241009 External Library Guide Update record
1.New feature for Hive external library:Obtain a list of Hive databases; corresponding function is hive_db();
2.New feature for Hive external library:Obtain a list of certain table names in the specified Hive database and locations of the corresponding HDFS files; corresponding function is hive_table();
3.New feature for Hive external library:Retrieve ORC/Parquet data; corresponding function is hdfs_import().