[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-12 Thread Xu Mingmin (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16047295#comment-16047295
 ] 

Xu Mingmin commented on BEAM-2375:
--

[~xumingming] can you close this task?

> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16041037#comment-16041037
 ] 

ASF GitHub Bot commented on BEAM-2375:
--

Github user jbonofre closed the pull request at:

https://github.com/apache/beam/pull/3287


> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-06 Thread Kenneth Knowles (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16040056#comment-16040056
 ] 

Kenneth Knowles commented on BEAM-2375:
---

I think during development, you don't need to use versions to avoid the impact 
of the changes in the master branch. Instead, merges from `master` to `DSL_SQL` 
are the natural place to handle those impacts. They should be very minor, for a 
DSL, now that we have a stable release.

In all cases, you need to inherit from the parent pom and have dependencies for 
the same version or you can have confusing breakage. You can do this easily by 
only setting the parent pom version and otherwise leaving all dependency 
versions to be managed by the root.

> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16038234#comment-16038234
 ] 

Jean-Baptiste Onofré commented on BEAM-2375:


I'm cherry-pick to update the {{DSL_SQL}} branch.

> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16038206#comment-16038206
 ] 

Jean-Baptiste Onofré commented on BEAM-2375:


It's already addressed in my Pull Request (rebase branch).

> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-05 Thread Xu Mingmin (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16038197#comment-16038197
 ] 

Xu Mingmin commented on BEAM-2375:
--

The 0.6.0/0.7.0-SNAPSHOT version is an old story. It's set to a released 
version to avoid impact of changes in master branch, and sync-up periodically. 
As 2.0.0 has been released, I think it's time to upgrade to 2.0.0 core SDK.

[~kenn] Does it work to inherit from 2.1.0-SNAPSHOT, and depends on 2.0.0 core 
SDKs in IntelliJ? If not we may keep both as 2.0.0.  --IMO would upgrade to 
2.1.0-SNAPSHOT only when we're ready to merge back to master.

> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-05 Thread Kenneth Knowles (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16038048#comment-16038048
 ] 

Kenneth Knowles commented on BEAM-2375:
---

The different {{pom.xml}} files on the branch should be altered to use the 
{{project.version}} propery so that they stay up to date with the project.

Currently the branch _inherits_ from 0.7.0-SNAPSHOT (which was never released 
because it becamse 2.0.0) but _depends_ on 0.6.0 of the core SDK.

This can cause trouble with IntelliJ, which will compile according to the spec, 
but the classpath will include HEAD of all modules.

> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16035558#comment-16035558
 ] 

ASF GitHub Bot commented on BEAM-2375:
--

Github user xumingming closed the pull request at:

https://github.com/apache/beam/pull/3254


> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16034970#comment-16034970
 ] 

ASF GitHub Bot commented on BEAM-2375:
--

GitHub user jbonofre opened a pull request:

https://github.com/apache/beam/pull/3287

[BEAM-2375] Rebase SQL DSL branch with master

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [X] Make sure the PR title is formatted like:
   `[BEAM-] Description of pull request`
 - [X] Make sure tests pass via `mvn clean verify`.
 - [X] Replace `` in the title with the actual Jira issue
   number, if there is one.
 - [X] If this contribution is large, please file an Apache
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf).

---


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jbonofre/beam SQL_REBASE

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/beam/pull/3287.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3287






> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-06-02 Thread JIRA

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16034898#comment-16034898
 ] 

Jean-Baptiste Onofré commented on BEAM-2375:


I'm proposing a PR with a complete rebase, including code change.

> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: Jean-Baptiste Onofré
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-2375) upgrade beam-version to 2.0.0

2017-05-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16028013#comment-16028013
 ] 

ASF GitHub Bot commented on BEAM-2375:
--

GitHub user xumingming opened a pull request:

https://github.com/apache/beam/pull/3254

[BEAM-2375] upgrade beam-version to 2.0.0

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the PR title is formatted like:
   `[BEAM-] Description of pull request`
 - [ ] Make sure tests pass via `mvn clean verify`.
 - [ ] Replace `` in the title with the actual Jira issue
   number, if there is one.
 - [ ] If this contribution is large, please file an Apache
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf).

---


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/xumingming/beam DSL_SQL

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/beam/pull/3254.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3254


commit 4313eede78a541b5739f2bdd1588776213dfcf9f
Author: James Xu 
Date:   2017-05-29T03:11:34Z

[BEAM-2375] upgrade beam-version to 2.0.0




> upgrade beam-version to 2.0.0
> -
>
> Key: BEAM-2375
> URL: https://issues.apache.org/jira/browse/BEAM-2375
> Project: Beam
>  Issue Type: Bug
>  Components: dsl-sql
>Reporter: James Xu
>Assignee: James Xu
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)