[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-27 Thread stack (JIRA)

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

stack updated HBASE-15708:
--
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0.0
   Status: Resolved  (was: Patch Available)

Pushed. Thanks [~appy] and [~dimaspivak] for review.

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Fix For: 2.0.0
>
> Attachments: HBASE-15708-master-v2.patch, 
> HBASE-15708-master-v3.patch, HBASE-15708-master-v4.patch, 
> HBASE-15708-master-v5.patch, HBASE-15708-master-v6.patch, 
> HBASE-15708-master-v7.patch, HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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


[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-27 Thread Appy (JIRA)

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

Appy updated HBASE-15708:
-
Attachment: HBASE-15708-master-v7.patch

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Attachments: HBASE-15708-master-v2.patch, 
> HBASE-15708-master-v3.patch, HBASE-15708-master-v4.patch, 
> HBASE-15708-master-v5.patch, HBASE-15708-master-v6.patch, 
> HBASE-15708-master-v7.patch, HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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


[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-27 Thread Appy (JIRA)

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

Appy updated HBASE-15708:
-
Attachment: HBASE-15708-master-v6.patch

v6
i guess no harm in having a python-requirements.txt. Adding it.

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Attachments: HBASE-15708-master-v2.patch, 
> HBASE-15708-master-v3.patch, HBASE-15708-master-v4.patch, 
> HBASE-15708-master-v5.patch, HBASE-15708-master-v6.patch, 
> HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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


[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-27 Thread Appy (JIRA)

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

Appy updated HBASE-15708:
-
Attachment: HBASE-15708-master-v5.patch

v5.
Broke up the RUN line.

requirements file seem like something you'd want to do when there are many 
dependencies. Our project doesn't have enough python stuff that we need a 
separate file just to manage dependencies. I'd rather keep {{pip install}} 
unless we have quite a few (em, 5+ ?) python dependencies.

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Attachments: HBASE-15708-master-v2.patch, 
> HBASE-15708-master-v3.patch, HBASE-15708-master-v4.patch, 
> HBASE-15708-master-v5.patch, HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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


[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-27 Thread Appy (JIRA)

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

Appy updated HBASE-15708:
-
Attachment: HBASE-15708-master-v4.patch

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Attachments: HBASE-15708-master-v2.patch, 
> HBASE-15708-master-v3.patch, HBASE-15708-master-v4.patch, 
> HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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


[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-26 Thread Appy (JIRA)

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

Appy updated HBASE-15708:
-
Attachment: HBASE-15708-master-v3.patch

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Attachments: HBASE-15708-master-v2.patch, 
> HBASE-15708-master-v3.patch, HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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


[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-25 Thread Appy (JIRA)

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

Appy updated HBASE-15708:
-
Attachment: HBASE-15708-master-v2.patch

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Attachments: HBASE-15708-master-v2.patch, HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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


[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-25 Thread Appy (JIRA)

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

Appy updated HBASE-15708:
-
Status: Patch Available  (was: Open)

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Attachments: HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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


[jira] [Updated] (HBASE-15708) Docker for dev-support scripts

2016-04-25 Thread Appy (JIRA)

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

Appy updated HBASE-15708:
-
Attachment: HBASE-15708-master.patch

> Docker for dev-support scripts
> --
>
> Key: HBASE-15708
> URL: https://issues.apache.org/jira/browse/HBASE-15708
> Project: HBase
>  Issue Type: Bug
>Reporter: Appy
>Assignee: Appy
> Attachments: HBASE-15708-master.patch
>
>
> Scripts in dev-support are limited in terms of dependencies by what's 
> installed on apache machines. Installing new stuff is not easy. It can be 
> painful even importing simple python libraries like 'requests'. This jira is 
> to add a single docker instance which we can tweak to build the right 
> environment for dev-support scripts.



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