| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
128 (0.087s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3207] FileUtils.tar does not close input files - Hive - [issue]
|
|
...It should close input files too. I missed this in HIVE-3206. (sorry)...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3207
Author: Navis,
2012-07-02, 08:36
|
|
|
[HIVE-2796] Support auto completion for hive configs in CliDriver - Hive - [issue]
|
|
...It's very cumbersome to memorize hive conf vars....
|
|
|
http://issues.apache.org/jira/browse/HIVE-2796
Author: Navis,
2012-06-29, 20:33
|
|
|
[HIVE-3090] Timestamp type values not having nano-second part breaks row - Hive - [issue]
|
|
...Timestamp values are reading additional one byte if nano-sec part is zero, breaking following columns. >create table timestamp_1 (t timestamp, key string, value string);>insert o...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3090
Author: Navis,
2012-06-13, 22:21
|
|
|
[HIVE-3052] TestHadoop20SAuthBridge always uses the same port - Hive - [issue]
|
|
...Similar to https://issues.apache.org/jira/browse/HIVE-2959TestHadoop20SAuthBridge uses fixed port 10000 (and 10010) for testing which is default port of hive server, making test fail if some...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3052
Author: Navis,
2012-06-01, 05:50
|
|
|
[HIVE-2964] Provide object inspectors of all visible columns for TOK_FUNCTIONSTAR type UDAF - Hive - [issue]
|
|
...Currently, TOK_FUNCTIONSTAR type UDAFs are provided with empty OI at init time and is sufficient for sum, the only UDAF accepts START as a parameter. But for some UDAFs, it is needed to know...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2964
Author: Navis,
2012-05-29, 14:02
|
|
|
[HIVE-3054] Simple reconnection support for JDBC - Hive - [issue]
|
|
...Somehow when hive server is down, JDBC connections should be re-established by hand and it's not clean to implement on the outside of JDBC code.Session recovery could be also implemented if ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3054
Author: Navis,
2012-05-29, 13:58
|
|
|
[HIVE-3050] JDBC should provide metadata for columns whether a column is a partition column or not - Hive - [issue]
|
|
...Trivial request from UI developers. DatabaseMetaData databaseMetaData = connection.getMetaData();ResultSet rs = databaseMetaData.getColumns(null, null, "tableName", null);....boolean partiti...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3050
Author: Navis,
2012-05-24, 02:14
|
|
|
[HIVE-2573] Create per-session function registry - Hive - [issue]
|
|
...Currently the function registry is shared resource and could be overrided by other users when using HiveServer. If per-session function registry is provided, this situation could be prevente...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2573
Author: Navis,
2012-05-15, 01:56
|
|
|
[HIVE-2956] [hive] Provide error message when using UDAF in the place of UDF instead of throwing NPE - Hive - [issue]
|
|
...For example, hive> select distinct deptno, sum(deptno) from emp;FAILED: Hive Internal Error: java.lang.NullPointerException(null)java.lang.NullPointerException at org.apache.hadoop.hive.q...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2956
Author: Navis,
2012-05-10, 02:00
|
|
|
[HIVE-2684] Provide compile + run method for HiveServer interface - Hive - [issue]
|
|
...In our use cases, we need to access query plan in early time (before execution). 1. compile2. get query plan3. setup configuration (callback, etc.)4. run the queryAdditional methods are need...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2684
Author: Navis,
2012-05-02, 04:18
|
|
|
|