[jira] [Commented] (KUDU-1511) Register Kudu tables created via the Java client with Impala

2016-10-22 Thread Andrew Stevenson (JIRA)

[ 
https://issues.apache.org/jira/browse/KUDU-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15597884#comment-15597884
 ] 

Andrew Stevenson commented on KUDU-1511:


[~jdcryans] 

We have built a Kafka Connector for Kudu, the connector can automatically 
create and alter the target table kudu tables based on the payload in the Kafka 
topic. I'd like to be able to update the metastore to have Impala automatically 
pick it up. I can do this via the Hive client or Impala Jdbc but I feel having 
the Java Kudu client handle this is more elegant.

> Register Kudu tables created via the Java client with Impala
> 
>
> Key: KUDU-1511
> URL: https://issues.apache.org/jira/browse/KUDU-1511
> Project: Kudu
>  Issue Type: Improvement
>  Components: client, impala
>Affects Versions: 0.9.0
>Reporter: Andrew Stevenson
>
> Give the option to register any tables created and altered via the Java 
> clients with Impala rather than having to go to Impala for this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KUDU-1723) [Python] - Enable setting of default values

2016-10-22 Thread Jordan Birdsell (JIRA)
Jordan Birdsell created KUDU-1723:
-

 Summary: [Python] - Enable setting of default values
 Key: KUDU-1723
 URL: https://issues.apache.org/jira/browse/KUDU-1723
 Project: Kudu
  Issue Type: New Feature
  Components: python
Affects Versions: 1.0.1
Reporter: Jordan Birdsell
Assignee: Jordan Birdsell


The python client currently is unable to set column default values.  Some of 
the KuduValue logic has been implemented for Predicates, however, this should 
be separated so that KuduValues can be used for default values.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KUDU-1638) Python - Add Alter Table Support

2016-10-22 Thread Jordan Birdsell (JIRA)

[ 
https://issues.apache.org/jira/browse/KUDU-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15598163#comment-15598163
 ] 

Jordan Birdsell commented on KUDU-1638:
---

This fix depends upon the ability of the python client to set default values 
since KuduTableAlterer::AddColumn requires a default value to be set.

> Python - Add Alter Table Support
> 
>
> Key: KUDU-1638
> URL: https://issues.apache.org/jira/browse/KUDU-1638
> Project: Kudu
>  Issue Type: Improvement
>  Components: python
>Reporter: Jordan Birdsell
>Assignee: Jordan Birdsell
>Priority: Minor
>
> The Python client doesn't currently provide the ability to alter tables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KUDU-78) Fix pb_util functions which return bool to return Status

2016-10-22 Thread Smyatkin Maxim (JIRA)

 [ 
https://issues.apache.org/jira/browse/KUDU-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Smyatkin Maxim reassigned KUDU-78:
--

Assignee: Smyatkin Maxim

> Fix pb_util functions which return bool to return Status
> 
>
> Key: KUDU-78
> URL: https://issues.apache.org/jira/browse/KUDU-78
> Project: Kudu
>  Issue Type: Improvement
>  Components: util
>Affects Versions: M4
>Reporter: Todd Lipcon
>Assignee: Smyatkin Maxim
>Priority: Minor
>  Labels: newbie
>
> Various functions currently return false to indicate an error. This doesn't 
> give a good indication of what the error was. Would be nice to make them 
> return Status instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KUDU-1634) TS should delete tmp metadata files on startup

2016-10-22 Thread Smyatkin Maxim (JIRA)

 [ 
https://issues.apache.org/jira/browse/KUDU-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Smyatkin Maxim reassigned KUDU-1634:


Assignee: Smyatkin Maxim

> TS should delete tmp metadata files on startup
> --
>
> Key: KUDU-1634
> URL: https://issues.apache.org/jira/browse/KUDU-1634
> Project: Kudu
>  Issue Type: Bug
>  Components: tserver
>Affects Versions: 1.0.0
>Reporter: Todd Lipcon
>Assignee: Smyatkin Maxim
>  Labels: newbie
>
> I just looked at a test cluster which has lots of tablets, and found that 
> there are 11,000 "tmp" metadata files in the consensus-meta directory, but 
> only about 1500 live tablets on the box. The others are leftover from 
> previous times that the server crashed, I suppose.
> It's likely this is exacerbated in a test cluster environment, but regardless 
> we should remove '*.tmp.*' files at startup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)