Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 28 (0.143s).
Loading phrases to help you
refine your search...
[HIVE-4210] output of "show create table" shoud contain a Semicolon at the end of the query string - Hive - [issue]
...Before: hive (default)> SHOW CREATE TABLE v1              > ;[2013-03-21 11:31:57]: Compile Start [2013-03-21 11:31:59]: Compile...
http://issues.apache.org/jira/browse/HIVE-4210    Author: caofangkun, 2013-03-21, 05:50
[HIVE-3914] use Chinese in hive column comment and table comment - Hive - [issue]
...use Chinese in hive column comment and table comment,and the metadata in Mysql is regular,the charset of 'COMMENT' column in 'columns_v2' table and 'PARAM_VALUE' column in 'table_params' tab...
http://issues.apache.org/jira/browse/HIVE-3914    Author: caofangkun, 2013-03-20, 07:05
[HIVE-4135] When using PostgreSQL as  stats database ,there's  a type cast  bug - Hive - [issue]
...When using PostgreSQL as  stats database ,there's a type cast bug.tasktrack log :2013-03-01 16:03:08,973 INFO org.apache.hadoop.hive.ql.exec.TableScanOperator: 0 forwarded 17598 rows201...
http://issues.apache.org/jira/browse/HIVE-4135    Author: caofangkun, 2013-03-07, 08:23
[HIVE-3945] union all datatype do not match may result wrong result - Hive - [issue]
...hive (default)> desc src;key string value string select key, value FROM ( select 'key' as key, 'value' as value         – datatype: string, string  fro...
http://issues.apache.org/jira/browse/HIVE-3945    Author: caofangkun, 2013-02-25, 15:59
[HIVE-3961] provide new method for get all sorted tables by table create time - Hive - [issue]
... /**   * @param dbName @param sorted if true then sort by createTime ASC else sort by createTime DESC @return @throws HiveException   */  public List<St...
http://issues.apache.org/jira/browse/HIVE-3961    Author: caofangkun, 2013-01-30, 04:02
[HIVE-3941] Implement The Schema Search Path Feature - Hive - [issue]
...The Schema Search Pathhttp://www.postgresql.org/docs/current/static/ddl-schemas.htmlhive(myschema)> SET search_path TO myschema,default; – set Schema Search Pathhive(myschema)> S...
http://issues.apache.org/jira/browse/HIVE-3941    Author: caofangkun, 2013-01-29, 02:37
[HIVE-3905] Add the option --version  in hive cli to show the version info  of hive client - Hive - [issue]
...Hadoop provide a way to check the version of Hadoop Client $HADOOP_HOME/bin/hadoop version See: https://issues.apache.org/jira/browse/HADOOP-567Hive should'd better privode such Feature too ...
http://issues.apache.org/jira/browse/HIVE-3905    Author: caofangkun, 2013-01-25, 07:16
[HIVE-3942] Add UDF month_add and month_sub - Hive - [issue]
...hive (default)> desc function extended month_add;month_add(start_date, num_months) - Returns the date that is num_months after start_date.Synonyms: month_substart_date is a string in the ...
http://issues.apache.org/jira/browse/HIVE-3942    Author: caofangkun, 2013-01-25, 06:55
[HIVE-3928] import data to local files shoud keep the same sort  order as the SELECT statement - Hive - [issue]
...Step one:hive (default)> select * from src; 3548 100 100Step two: outpt data is sorted by src.key DESChive (default)> SELECT src.key, sum(substr(src.value,5))  FROM src GROUP BY s...
http://issues.apache.org/jira/browse/HIVE-3928    Author: caofangkun, 2013-01-23, 05:16
[HIVE-3883] user defined partition info does not match the actual partition info defined in the table schema - Hive - [issue]
...create table src_part (key string, value string) partitioned by (dt string, hr string);load data local inpath './in1.txt' overwrite into table src_part partition (dt='20121230',hr='11');load...
http://issues.apache.org/jira/browse/HIVE-3883    Author: caofangkun, 2013-01-10, 07:39
Sort:
project
Hive (28)
type
issue (28)
date
last 7 days (2)
last 30 days (7)
last 90 days (14)
last 6 months (21)
last 9 months (28)
author
Namit Jain (802)
Edward Capriolo (632)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
caofangkun