[jira] [Created] (FLINK-34012) Flink python fails with can't read file '/__w/2/s/flink-python/dev/.conda/lib/python3.10/site-packages//google

2024-01-07 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-34012: --- Summary: Flink python fails with can't read file '/__w/2/s/flink-python/dev/.conda/lib/python3.10/site-packages//google Key: FLINK-34012 URL: https://issues.

[jira] [Created] (FLINK-33915) Workflow: Add nightly build for the dev version (currently called "master")

2023-12-20 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33915: - Summary: Workflow: Add nightly build for the dev version (currently called "master") Key: FLINK-33915 URL: https://issues.apache.org/jira/browse/F

Re: subscribe to dev mailing list

2022-11-25 Thread Martijn Visser
Hi, In order to subscribe to the Dev mailing list, please send an email to dev-subscr...@flink.apache.org This is also explained at https://flink.apache.org/community.html#mailing-lists Best regards, Martijn On Fri, Nov 25, 2022 at 9:03 AM 王汛洪 wrote: >

subscribe to dev mailing list

2022-11-25 Thread 王汛洪

[jira] [Created] (FLINK-29161) Run kubernetes application HA test failed with unable to prepare context: path "dev/test_kubernetes_application_ha-debian" not found

2022-08-31 Thread Xingbo Huang (Jira)
Xingbo Huang created FLINK-29161: Summary: Run kubernetes application HA test failed with unable to prepare context: path "dev/test_kubernetes_application_ha-debian" not found Key: FLINK-29161

[jira] [Created] (FLINK-28839) Incorrect english sentence in docs/content/docs/dev/dataset/iterations.md

2022-08-05 Thread Bisvarup Mukherjee (Jira)
Bisvarup Mukherjee created FLINK-28839: -- Summary: Incorrect english sentence in docs/content/docs/dev/dataset/iterations.md Key: FLINK-28839 URL: https://issues.apache.org/jira/browse/FLINK-28839

Re: [NOTICE] Dev@ ML is not receiving jira issue created notifications

2022-07-04 Thread Jark Wu
, > > I just noticed that the dev@ mailing list is not receiving notifications > for new jira issues being created. The last notification it received was > about 2 days ago, for FLINK-28266, while the latest issue atm is > FLINK-28289. > > I checked out project settings on jira,

[NOTICE] Dev@ ML is not receiving jira issue created notifications

2022-06-28 Thread Xintong Song
Hi devs, I just noticed that the dev@ mailing list is not receiving notifications for new jira issues being created. The last notification it received was about 2 days ago, for FLINK-28266, while the latest issue atm is FLINK-28289. I checked out project settings on jira, which looks fine. Also

[jira] [Created] (FLINK-27278) Fix wrong indentation in doc dev/datastream/operators/windows.md

2022-04-17 Thread Mingliang Liu (Jira)
Mingliang Liu created FLINK-27278: - Summary: Fix wrong indentation in doc dev/datastream/operators/windows.md Key: FLINK-27278 URL: https://issues.apache.org/jira/browse/FLINK-27278 Project: Flink

Re: pyflink on Python 3.9 dev guide

2022-04-06 Thread Xingbo Huang
gt; Hi Martjin and Luan, > > > > As of now, the main reason why PyFlink has not declared to support Python > > 3.9 is that the dependent apache-beam, and the versions of numpy and > > pyarrow that apache-beam depends on do not provide corresponding whl > > packages in Python 3.9. Users need source code installation, but source > > code installation is really difficult to install successfully, especially > > pyarrow. > > If you can successfully install these dependencies on python3.9 through > > source installation, as far as I know, you can successfully run the > pyflink > > job. We are also upgrading the versions of these dependencies[1], and > then > > we can easily provide support for python 3.9 and Mac M1. > > > > [1] https://issues.apache.org/jira/browse/FLINK-25188 > > > > Best, > > Xingbo > > > > Martijn Visser 于2022年4月5日周二 18:50写道: > > > > > Hi Luan, > > > > > > According to the documentation Python 3.9 is currently indeed not > > > supported. I briefly checked the Jira tickets and also couldn't find > one > > > about adding support for this, so I've created > > > https://issues.apache.org/jira/browse/FLINK-27058 for that. > > > > > > @dian0511...@gmail.com @hxbks...@gmail.co > > > m can you let us know your thoughts on this? > > > Especially if it's "just" a matter of upgrading dependencies, since we > > also > > > have another PyFlink ticket for that because it currently can't compile > > on > > > Mac M1 [1] > > > > > > Best regards, > > > > > > Martijn Visser > > > https://twitter.com/MartijnVisser82 > > > https://github.com/MartijnVisser > > > > > > [1] https://issues.apache.org/jira/browse/FLINK-25188 > > > > > > > > > On Tue, 5 Apr 2022 at 11:40, Luan Cooper wrote: > > > > > >> Hi > > >> > > >> currently I'll need to run pyflink udf on python 3.9 which is not > > >> supported > > >> right now > > >> > > >> I tried building > > >> - pyarrow==2.0.0 > > >> - apache-beam==2.27.0 > > >> on python 3.9 and test python jobs but failed > > >> > > >> Is there any discussions/git branch on python 3.9 before? (I didn't > find > > >> any in this dev list) > > >> so I can continue working to fit 3.9 > > >> > > > > > >

Re: pyflink on Python 3.9 dev guide

2022-04-05 Thread Luan Cooper
@dian0511...@gmail.com @hxbks...@gmail.co > > m can you let us know your thoughts on this? > > Especially if it's "just" a matter of upgrading dependencies, since we > also > > have another PyFlink ticket for that because it currently can't compile > on > > Mac M1 [1] > > > > Best regards, > > > > Martijn Visser > > https://twitter.com/MartijnVisser82 > > https://github.com/MartijnVisser > > > > [1] https://issues.apache.org/jira/browse/FLINK-25188 > > > > > > On Tue, 5 Apr 2022 at 11:40, Luan Cooper wrote: > > > >> Hi > >> > >> currently I'll need to run pyflink udf on python 3.9 which is not > >> supported > >> right now > >> > >> I tried building > >> - pyarrow==2.0.0 > >> - apache-beam==2.27.0 > >> on python 3.9 and test python jobs but failed > >> > >> Is there any discussions/git branch on python 3.9 before? (I didn't find > >> any in this dev list) > >> so I can continue working to fit 3.9 > >> > > >

Re: pyflink on Python 3.9 dev guide

2022-04-05 Thread Xingbo Huang
d building >> - pyarrow==2.0.0 >> - apache-beam==2.27.0 >> on python 3.9 and test python jobs but failed >> >> Is there any discussions/git branch on python 3.9 before? (I didn't find >> any in this dev list) >> so I can continue working to fit 3.9 >> >

Re: pyflink on Python 3.9 dev guide

2022-04-05 Thread Martijn Visser
arrow==2.0.0 > - apache-beam==2.27.0 > on python 3.9 and test python jobs but failed > > Is there any discussions/git branch on python 3.9 before? (I didn't find > any in this dev list) > so I can continue working to fit 3.9 >

pyflink on Python 3.9 dev guide

2022-04-05 Thread Luan Cooper
Hi currently I'll need to run pyflink udf on python 3.9 which is not supported right now I tried building - pyarrow==2.0.0 - apache-beam==2.27.0 on python 3.9 and test python jobs but failed Is there any discussions/git branch on python 3.9 before? (I didn't find any in this dev list

Re: status of Apple Silicon (M1) as Flink dev platform?

2022-03-09 Thread Dian Fu
9662 > > Best > Yun Tang > > From: David Anderson > Sent: Tuesday, March 8, 2022 16:25 > To: dev > Subject: status of Apple Silicon (M1) as Flink dev platform? > > What's the current status of using the Apple Silicon (M1) platform for > Flink development?

Re: status of Apple Silicon (M1) as Flink dev platform?

2022-03-08 Thread Yun Tang
Anderson Sent: Tuesday, March 8, 2022 16:25 To: dev Subject: status of Apple Silicon (M1) as Flink dev platform? What's the current status of using the Apple Silicon (M1) platform for Flink development? Have we reached the point where everything "just works", or do there r

status of Apple Silicon (M1) as Flink dev platform?

2022-03-08 Thread David Anderson
What's the current status of using the Apple Silicon (M1) platform for Flink development? Have we reached the point where everything "just works", or do there remain lingering annoyances (or worse)? In the past, I've seen reports of issues involving, e.g., RocksDB, nodejs, protobuf, and pyflink. L

Re: [flink-statefun-playground] branch dev updated (dffc594 -> cccd603)

2021-09-16 Thread Fernando DalSotto
Unsubscribe On Thu, Sep 16, 2021, 9:59 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > sjwiesman pushed a change to branch dev > in repository > https://gitbox.apache.org/repos/asf/flink-statefun-playground.git. > > > from dffc594

[jira] [Created] (FLINK-23836) [doc-zh]Translate "/dev/datastream/execution/execution_configuration.md" into Chinese

2021-08-17 Thread wuguihu (Jira)
wuguihu created FLINK-23836: --- Summary: [doc-zh]Translate "/dev/datastream/execution/execution_configuration.md" into Chinese Key: FLINK-23836 URL: https://issues.apache.org/jira/browse/FLINK-23836

[jira] [Created] (FLINK-23632) [DOCS]The link to setup-Pyflink-virtual-env.sh is broken for page dev/python/faq

2021-08-04 Thread wuguihu (Jira)
wuguihu created FLINK-23632: --- Summary: [DOCS]The link to setup-Pyflink-virtual-env.sh is broken for page dev/python/faq Key: FLINK-23632 URL: https://issues.apache.org/jira/browse/FLINK-23632 Project

[jira] [Created] (FLINK-23292) [DOCS]Some links on page docs/content/docs/dev/table/concepts/dynamic_tables is failed and 404 is returned

2021-07-07 Thread wuguihu (Jira)
wuguihu created FLINK-23292: --- Summary: [DOCS]Some links on page docs/content/docs/dev/table/concepts/dynamic_tables is failed and 404 is returned Key: FLINK-23292 URL: https://issues.apache.org/jira/browse/FLINK-23292

[jira] [Created] (FLINK-23285) The link on page docs/dev/datastream/event-time/generating_atermarks/ is failed and 404 is returned

2021-07-06 Thread wuguihu (Jira)
wuguihu created FLINK-23285: --- Summary: The link on page docs/dev/datastream/event-time/generating_atermarks/ is failed and 404 is returned Key: FLINK-23285 URL: https://issues.apache.org/jira/browse/FLINK-23285

[jira] [Created] (FLINK-23268) [DOCS]The link on page docs/dev/table/sql/queries/match_recognize/ is failed and 404 is returned

2021-07-05 Thread wuguihu (Jira)
wuguihu created FLINK-23268: --- Summary: [DOCS]The link on page docs/dev/table/sql/queries/match_recognize/ is failed and 404 is returned Key: FLINK-23268 URL: https://issues.apache.org/jira/browse/FLINK-23268

[jira] [Created] (FLINK-23156) Change the reference of 'docs/dev/table/sql/queries'

2021-06-25 Thread zoucao (Jira)
zoucao created FLINK-23156: -- Summary: Change the reference of 'docs/dev/table/sql/queries' Key: FLINK-23156 URL: https://issues.apache.org/jira/browse/FLINK-23156 Project: Flink

Re: Unsubscribe Dev-Mail

2021-06-16 Thread Till Rohrmann
Hi, you have to send a mail to dev-unsubscr...@flink.apache.org in order to unsubscribe from Flink's dev ML. Cheers, Till On Wed, Jun 16, 2021 at 12:04 PM 雒正林 wrote: > Unsubscribe

Unsubscribe Dev-Mail

2021-06-16 Thread 雒正林
Unsubscribe

[jira] [Created] (FLINK-22550) Flink-docker dev-master works against 1.11-SNAPSHOT

2021-05-03 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-22550: Summary: Flink-docker dev-master works against 1.11-SNAPSHOT Key: FLINK-22550 URL: https://issues.apache.org/jira/browse/FLINK-22550 Project: Flink

Re: Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-09 Thread Arvid Heise
In our nightly build, we run all modules against Java 11. [1] The only reason we do not compile with Java 11 is that we want to specifically test that our finally released jars that are compiled with Java 8 also work with Java 11. So there should be no reason to stick with Java 8; documentation is

Re: Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-09 Thread Till Rohrmann
I think the reason why Java 8 is written as a prerequisite is that not all Flink modules can compile/run with Java 11 if I am not mistaken. I think this affects mostly connectors [1]. [1] https://ci.apache.org/projects/flink/flink-docs-stable/release-notes/flink-1.10.html#java-11-support-flink-107

Re: Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-09 Thread Adam Roberts
Till - thanks! I was on that page and had a notification it had been updated. Scrolled down to see the exact command I needed. This kinda output looks much better (am guessing the other suites *must* run)? [INFO] [INFO] Rea

Re: Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-09 Thread Till Rohrmann
Hi Adam, what works for me to run a single/set of tests is to use mvn verify -pl flink-runtime -Dtest='JobMaster*' -DfailIfNoTests=false -am I will add it to the wiki. Concerning FLINK-21672, I think it would be really great to not use vendor specific classes if possible. If you find a solution

Dev process: testing one suite only (and are our docs suggesting Java 8 accurate?)

2021-04-08 Thread Adam Roberts
Hey everyone, I'm looking to get the full set of unit tests working using AdoptOpenJDK 11 with the OpenJ9 VM and I'm basically seeing problems with the runtime tests (always going OoM creating new threads) and I'd also like to have a go at https://issues.apache.org/jira/browse/FLINK-21672. That be

Re: QUESTION: Local Dev Setup

2021-03-09 Thread Till Rohrmann
Hi Jan, if you run mvn install of your modified Flink, then you can simply use the maven artefacts from the local repository. You should then either specify --no-snapshot-updates or assign a different maven version to your Flink build which you can reference from your test job. Cheers, Till On S

QUESTION: Local Dev Setup

2021-03-06 Thread Jan Brusch
Hi, I've been making some modifications to the flink source code and a connector. Now I would like to test my code by building a job with it and running the job against my modified flink source. There are multiple options, I guess, how to achieve that. So, I wanted to ask here about your set

[jira] [Created] (FLINK-21039) Broken links in "dev/table/legacy_planner.zh.md"

2021-01-19 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-21039: Summary: Broken links in "dev/table/legacy_planner.zh.md" Key: FLINK-21039 URL: https://issues.apache.org/jira/browse/FLINK-21039 Project: Flink

[jira] [Created] (FLINK-20362) Broken Link in dev/table/sourceSinks.zh.md

2020-11-25 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20362: Summary: Broken Link in dev/table/sourceSinks.zh.md Key: FLINK-20362 URL: https://issues.apache.org/jira/browse/FLINK-20362 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20308) Liquid Exception: Could not find document 'dev/table/streaming/time_attributes.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/sql

2020-11-23 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20308: Summary: Liquid Exception: Could not find document 'dev/table/streaming/time_attributes.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/ta

[jira] [Created] (FLINK-20198) Liquid Exception: Could not find document 'dev/table/connectors/formats/index.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/conn

2020-11-17 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20198: Summary: Liquid Exception: Could not find document 'dev/table/connectors/formats/index.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/connector

[jira] [Created] (FLINK-20177) Liquid Exception: Could not find document 'dev/table/connectors/kinesis.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/connector

2020-11-16 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20177: Summary: Liquid Exception: Could not find document 'dev/table/connectors/kinesis.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/co

[jira] [Created] (FLINK-19483) PyFlink Table end-to-end test failed with "FileExistsError: [Errno 17] File exists: '/home/vsts/work/1/s/flink-python/dev/.conda/pkgs/cache'"

2020-09-30 Thread Dian Fu (Jira)
Dian Fu created FLINK-19483: --- Summary: PyFlink Table end-to-end test failed with "FileExistsError: [Errno 17] File exists: '/home/vsts/work/1/s/flink-python/dev/.conda/pkgs/cache'" Key: FLINK-19483

Re: 退订dev

2020-09-06 Thread Xingbo Huang
Hi Please send an email to dev-unsubscr...@flink.apache.org for unsubscribing. You can read more information[1] here [1] https://flink.apache.org/community.html Best, Xingbo 高丽丽 于2020年9月7日周一 上午10:58写道: > > unsubscribe flink apache

退订dev

2020-09-06 Thread 高丽丽
unsubscribe flink apache

[jira] [Created] (FLINK-18922) Add a "Catalogs" link (linked to dev/table/catalogs.md) under the "Python API" -> "User Guide" section

2020-08-12 Thread Wei Zhong (Jira)
Wei Zhong created FLINK-18922: - Summary: Add a "Catalogs" link (linked to dev/table/catalogs.md) under the "Python API" -> "User Guide" section Key: FLINK-18922 URL: https://issues.a

[jira] [Created] (FLINK-18921) Add a "SQL" link (linked to dev/table/sql/index.md) under the "Python API" -> "User Guide" section

2020-08-12 Thread Wei Zhong (Jira)
Wei Zhong created FLINK-18921: - Summary: Add a "SQL" link (linked to dev/table/sql/index.md) under the "Python API" -> "User Guide" section Key: FLINK-18921 URL: https://issues.a

[jira] [Created] (FLINK-18917) Add a "Built-in Functions" link (linked to dev/table/functions/systemFunctions.md) under the "Python API" -> "User Guide" section

2020-08-12 Thread Wei Zhong (Jira)
Wei Zhong created FLINK-18917: - Summary: Add a "Built-in Functions" link (linked to dev/table/functions/systemFunctions.md) under the "Python API" -> "User Guide" section Key: FLINK-

[jira] [Created] (FLINK-18916) Add a "Operations" link(linked to dev/table/tableApi.md) under the "Python API" -> "User Guide" section

2020-08-12 Thread Wei Zhong (Jira)
Wei Zhong created FLINK-18916: - Summary: Add a "Operations" link(linked to dev/table/tableApi.md) under the "Python API" -> "User Guide" section Key: FLINK-18916 URL: https://issues.a

dev

2020-08-03 Thread 牛奶咖啡
| | 朱雄山 | | zhuxiongs...@163.com | 签名由网易邮箱大师定制

Re: subscribe dev mail list

2020-07-20 Thread Leonard Xu
Hi, Jake Just send email to dev-subscr...@flink.apache.org <mailto:dev-subscr...@flink.apache.org> if you want to subscribe the mail from dev@flink.apache.org <mailto:dev@flink.apache.org> , and you can refer[1] for more details. Best, Leonard Xu [1]https://flink.apache.org/co

Re: subscribe dev mail list

2020-07-20 Thread Yangze Guo
Hi Jake, To subscribe, please send an email to dev-subscr...@flink.apache.org. If you have any questions, you can find more detailed instructions in [1]. [1] https://flink.apache.org/community.html#how-to-subscribe-to-a-mailing-list Best, Yangze Guo On Tue, Jul 21, 2020 at 2:49 PM Jake wrote

subscribe dev mail list

2020-07-20 Thread Jake
It is very pleased to write to you! www.myteek.com Jake Zhang ??  

[jira] [Created] (FLINK-18502) Add 'legacySourceSinks.zh.md' into the 'flink/docs/dev/table' directory

2020-07-06 Thread Roc Marshal (Jira)
Roc Marshal created FLINK-18502: --- Summary: Add 'legacySourceSinks.zh.md' into the 'flink/docs/dev/table' directory Key: FLINK-18502 URL: https://issues.apache.org/jira/browse/FLINK-18502

Re: MODERATE for dev@flink.apache.org

2020-06-02 Thread Henry Saputra
Hi, Looks like you have not subscribe to Apache Flink dev@ mailing list. Please subscribe by following instruction here to continue with the discussions and receive followups: https://flink.apache.org/community.html#mailing-lists Thanks, Henry Saputra On behalf of Apache Flink PMC

[jira] [Created] (FLINK-18040) Remove the wrong punctuation in dev/training/index.md

2020-05-30 Thread Yichao Yang (Jira)
Yichao Yang created FLINK-18040: --- Summary: Remove the wrong punctuation in dev/training/index.md Key: FLINK-18040 URL: https://issues.apache.org/jira/browse/FLINK-18040 Project: Flink Issue

Re: MODERATE for dev@flink.apache.org

2020-05-19 Thread Henry Saputra
Hi, Looks like you are trying to send email to Apache Flink dev@ mailing list without subscribing yet. Please subscribe to the dev mailing list [1] to be able to see the reply and follow up with your question. Thanks, Henry On behalf of Apache Flink PMC [1] https://flink.apache.org

Re: Flink dev blog

2020-04-23 Thread Robert Metzger
Hey all, I wanted to remind everybody that we've started this nice initiative with the "Flink Engine Room" / dev blog. It would be great if we could start filling it with more content. In my opinion, the blog posts can be fairly unpolished, as it's more important to share t

Re: [Dev Blog] Migrating Flink's CI Infrastructure from Travis CI to Azure Pipelines

2020-03-26 Thread Till Rohrmann
Thanks Robert for this dev blog post. It's a good read. Cheers, Till On Mon, Mar 23, 2020 at 10:24 PM Arvid Heise wrote: > Thank you Robert! (also thanks for incorporating my feedback so swiftly) > > On Mon, Mar 23, 2020 at 8:54 PM Seth Wiesman wrote: > > > Very intere

Re: [Dev Blog] Migrating Flink's CI Infrastructure from Travis CI to Azure Pipelines

2020-03-23 Thread Arvid Heise
Thank you Robert! (also thanks for incorporating my feedback so swiftly) On Mon, Mar 23, 2020 at 8:54 PM Seth Wiesman wrote: > Very interesting! No questions but thank you for taking the initiative to > put out the first dev blog. > > Seth > > > On Mar 23, 2020, at 5:

Re: [Dev Blog] Migrating Flink's CI Infrastructure from Travis CI to Azure Pipelines

2020-03-23 Thread Seth Wiesman
Very interesting! No questions but thank you for taking the initiative to put out the first dev blog. Seth > On Mar 23, 2020, at 5:14 AM, Robert Metzger wrote: > > Hi all, > > I have just published the first post to the dev blog: > https://cwiki.apache.org/confluence/dis

[Dev Blog] Migrating Flink's CI Infrastructure from Travis CI to Azure Pipelines

2020-03-23 Thread Robert Metzger
Hi all, I have just published the first post to the dev blog: https://cwiki.apache.org/confluence/display/FLINK/2020/03/22/Migrating+Flink%27s+CI+Infrastructure+from+Travis+CI+to+Azure+Pipelines . I'm looking forward to your feedback and questions on the article :) Best, Robert

Re: Flink dev blog

2020-03-09 Thread Yu Li
Room" blog > > > series. > > > > > :-D > > > > > > > > > > -- > > > > > Rong > > > > > > > > > > On Sat, Mar 7, 2020 at 12:08 AM Yu Li wrote: > > > > > > > > > > > +1 to Arvid's proposal, thanks for the efforts! > > > > > > > > > &

Re: Flink dev blog

2020-03-09 Thread tison
! > > > > > > > > > > Best Regards, > > > > > Yu > > > > > > > > > > > > > > > On Thu, 5 Mar 2020 at 23:04, Zhijiang > > > .invalid> > > > > > wrote: > > > > > >

Re: Flink dev blog

2020-03-09 Thread Robert Metzger
gt; > > On Thu, 5 Mar 2020 at 23:04, Zhijiang > > .invalid> > > > > wrote: > > > > > > > > > Thanks for this proposal Arvid! > > > > > +1 and looking forward to the wiki structure and more following > > blogs. > &g

Re: Flink dev blog

2020-03-09 Thread tison
; On Thu, 5 Mar 2020 at 23:04, Zhijiang > .invalid> > > > wrote: > > > > > > > Thanks for this proposal Arvid! > > > > +1 and looking forward to the wiki structure and more following > blogs. > > > > > > > > Best, > > > > Zhijiang > > > >

Re: Flink dev blog

2020-03-09 Thread Arvid Heise
blogs. > > > > > > Best, > > > Zhijiang > > > > > > > > > -- > > > From:Dian Fu > > > Send Time:2020 Mar. 5 (Thu.) 19:08 > > > To:dev > > > Subje

Re: Flink dev blog

2020-03-07 Thread Rong Rong
wrote: > > > Thanks for this proposal Arvid! > > +1 and looking forward to the wiki structure and more following blogs. > > > > Best, > > Zhijiang > > > > > > ------ > > From:Dia

Re: Flink dev blog

2020-03-07 Thread Yu Li
Best, > Zhijiang > > > -- > From:Dian Fu > Send Time:2020 Mar. 5 (Thu.) 19:08 > To:dev > Subject:Re: Flink dev blog > > +1 to Arvid's proposal > > > 在 2020年3月5日,下午6:49,Jark Wu 写道: > > > > +1 to Arvid's proposal. > > >

Re: Flink dev blog

2020-03-05 Thread Zhijiang
Thanks for this proposal Arvid! +1 and looking forward to the wiki structure and more following blogs. Best, Zhijiang -- From:Dian Fu Send Time:2020 Mar. 5 (Thu.) 19:08 To:dev Subject:Re: Flink dev blog +1 to Arvid's pro

Re: Flink dev blog

2020-03-05 Thread Dian Fu
g wrote: >> >>> Thanks a for this proposal. >>> >>> As a new contributor to Flink, it would be very helpful to have such >> blogs >>> for us to understand the future of Flink and get involved >>> >>> BTW, I have a question whethe

Re: Flink dev blog

2020-03-05 Thread Jark Wu
ery helpful to have such > blogs > > for us to understand the future of Flink and get involved > > > > BTW, I have a question whether the dev blog needs a template like FLIP. > > > > Of course, There is no doubt that dev blogs do not need to be as formal > as >

Re: Flink dev blog

2020-03-05 Thread Robert Metzger
+1 to Arvid's proposal. On Thu, Mar 5, 2020 at 4:14 AM Xingbo Huang wrote: > Thanks a for this proposal. > > As a new contributor to Flink, it would be very helpful to have such blogs > for us to understand the future of Flink and get involved > > BTW, I have a questi

Re: Flink dev blog

2020-03-04 Thread Xingbo Huang
Thanks a for this proposal. As a new contributor to Flink, it would be very helpful to have such blogs for us to understand the future of Flink and get involved BTW, I have a question whether the dev blog needs a template like FLIP. Of course, There is no doubt that dev blogs do not need to be

Re: Flink dev blog

2020-03-04 Thread Arvid Heise
reviewed by peers. The draft could be polished in smaller increments including proof-reading by native-level writers. * Second, when the draft converged enough, we would then make an official pull request for the dev blog, which would (hopefully) be merged rather quickly. For the draft, we would

Re: Flink dev blog

2020-03-04 Thread Zhijiang
xie Subject:Re: Flink dev blog Big +1 on adding a dev blog and starting with wiki. And +1 to promote the fully polished articles to blog web with a formal process. The latter one also brings up another good-to-have improvement that adding categories and navigation in our blog so people could easily

Re: Flink dev blog

2020-03-03 Thread Yu Li
Big +1 on adding a dev blog and starting with wiki. And +1 to promote the fully polished articles to blog web with a formal process. The latter one also brings up another good-to-have improvement that adding categories and navigation in our blog so people could easily find different topics like

Re: Flink dev blog

2020-03-03 Thread Xintong Song
rk Wu wrote: > +1 for this. > > Regarding to the place to hold blogs. Personally, I prefer to use existing > blog and separate by tags/categories and title names. > Because, the dev blogs are very good learning materials. I believe many > users will be interested in thes

Re: Flink dev blog

2020-03-03 Thread Jark Wu
+1 for this. Regarding to the place to hold blogs. Personally, I prefer to use existing blog and separate by tags/categories and title names. Because, the dev blogs are very good learning materials. I believe many users will be interested in these posts. It's just like "Technology

Re: Flink dev blog

2020-03-03 Thread Ufuk Celebi
future development. The information described in this post is > not > > >> required to successfully write and deploy Flink applications in > > >> production." > > >> > > >> Seth > > >> > > >> > > >&g

Re: Flink dev blog

2020-03-03 Thread Rong Rong
> production." > >> > >> Seth > >> > >> > >> On Tue, Mar 3, 2020 at 8:29 AM Arvid Heise wrote: > >> > >>> I think there is enough to positive to start setting it up. That begs > the > >>> question: in wh

Re: Flink dev blog

2020-03-03 Thread Dian Fu
n this post is not >> required to successfully write and deploy Flink applications in >> production." >> >> Seth >> >> >> On Tue, Mar 3, 2020 at 8:29 AM Arvid Heise wrote: >> >>> I think there is enough to positive to start setti

Re: Flink dev blog

2020-03-03 Thread Yadong Xie
t; > > Seth > > > On Tue, Mar 3, 2020 at 8:29 AM Arvid Heise wrote: > > > I think there is enough to positive to start setting it up. That begs the > > question: in which format. > > > > Following possibilities exist: > > 1) Use wiki as Robert pointed

Re: Flink dev blog

2020-03-03 Thread Robert Metzger
ink there is enough to positive to start setting it up. That begs the > > question: in which format. > > > > Following possibilities exist: > > 1) Use wiki as Robert pointed out. > > 2) Add new blog. > > 3) Use existing blog and separate by tags #user, #expert

Re: Flink dev blog

2020-03-03 Thread Seth Wiesman
> I think there is enough to positive to start setting it up. That begs the > question: in which format. > > Following possibilities exist: > 1) Use wiki as Robert pointed out. > 2) Add new blog. > 3) Use existing blog and separate by tags #user, #expert, #dev (can be > mi

Re: Flink dev blog

2020-03-03 Thread Arvid Heise
I think there is enough to positive to start setting it up. That begs the question: in which format. Following possibilities exist: 1) Use wiki as Robert pointed out. 2) Add new blog. 3) Use existing blog and separate by tags #user, #expert, #dev (can be mixed). Start page could filter on #user

Re: Flink dev blog

2020-03-03 Thread Piotr Nowojski
just wanted to note that is a different target audience. I think the dev blogs could cover both of them. At least initially. Later on we can decide to put more emphasis on power users or Flink devs, or split them, or whatever. Piotrek > On 3 Mar 2020, at 12:37, Jingsong Li wrote: > &g

Re: Flink dev blog

2020-03-03 Thread Arvid Heise
> > about > > > > > > > > how > > > > > > > > > much they need to understand to use Flink. Nico's network > > stack > > > > > blog > > > > > > > post > > > > > > > > > does

Re: Flink dev blog

2020-03-03 Thread Jingsong Li
t; > > > blog > > > > > > post > > > > > > > > does this well[1]. > > > > > > > > > > > > > > > > Seth > > > > > > > > > > > > > > > > [1] > > https://flink.ap

Re: Flink dev blog

2020-03-03 Thread Flavio Pompermaier
at 10:39 AM Ufuk Celebi > > > wrote: > > > > > > > > > > > > > > > I'd be happy to read such a blog. Big +1 as a potential > reader. > > > ;-) > > > > > > > > > > > > > >

Re: Flink dev blog

2020-03-03 Thread Jeff Zhang
t; > > > > > I'd be happy to read such a blog. Big +1 as a potential reader. > > ;-) > > > > > > > > > > > > > > – Ufuk > > > > > > > > > > > > > > > > > > > > > O

Re: Flink dev blog

2020-03-03 Thread Till Rohrmann
> I'd be happy to read such a blog. Big +1 as a potential reader. > ;-) > > > > > > > > > > > > – Ufuk > > > > > > > > > > > > > > > > > > On Mon, Mar 2, 2020 at 11:53 AM Arvid Heise > > >

Re: Flink dev blog

2020-03-02 Thread Xintong Song
t; > > > > > > On Mon, Mar 2, 2020 at 11:53 AM Arvid Heise > > > wrote: > > > > > > > > > > > Dear devs, > > > > > > > > > > > > development speed of Flink has steadily increased. Lots of new > > > concepts >

Re: Flink dev blog

2020-03-02 Thread Benchao Li
gt; > > > > introduced and technical debt removed. However, it's hard to keep > > track > > > > of > > > > > these things if you are not directly involved. Especially for new > > > > > contributors, it's often

Re: Flink dev blog

2020-03-02 Thread Robert Metzger
it's hard to keep > track > > > of > > > > these things if you are not directly involved. Especially for new > > > > contributors, it's often not easy to know what the best practices are > > or > > > if > > > > there are related wo

Re: Flink dev blog

2020-03-02 Thread Stephan Ewen
, it's often not easy to know what the best practices are > or > > if > > > there are related work streams going on. > > > > > > In the runtime team, we had the idea to set up a dev blog where we > could > > > introduce newest developments. The

Re: Flink dev blog

2020-03-02 Thread Seth Wiesman
easy to know what the best practices are or > if > > there are related work streams going on. > > > > In the runtime team, we had the idea to set up a dev blog where we could > > introduce newest developments. The scope should be expert users that > > co

Re: Flink dev blog

2020-03-02 Thread Ufuk Celebi
7;s hard to keep track of > these things if you are not directly involved. Especially for new > contributors, it's often not easy to know what the best practices are or if > there are related work streams going on. > > In the runtime team, we had the idea to set up a dev blog wher

Flink dev blog

2020-03-02 Thread Arvid Heise
ctices are or if there are related work streams going on. In the runtime team, we had the idea to set up a dev blog where we could introduce newest developments. The scope should be expert users that contribute to the project. Of course, some articles may have a broader scope and even be linked fr

[jira] [Created] (FLINK-14650) Thread safety issue in the piece of code example of dev/stream/testing document

2019-11-06 Thread Zhenghua Gao (Jira)
Zhenghua Gao created FLINK-14650: Summary: Thread safety issue in the piece of code example of dev/stream/testing document Key: FLINK-14650 URL: https://issues.apache.org/jira/browse/FLINK-14650

[jira] [Created] (FLINK-14638) move functions related docs to a new single, unified dir /dev/table/functions

2019-11-06 Thread Bowen Li (Jira)
Bowen Li created FLINK-14638: Summary: move functions related docs to a new single, unified dir /dev/table/functions Key: FLINK-14638 URL: https://issues.apache.org/jira/browse/FLINK-14638 Project: Flink

Re:confirm subscribe to dev@flink.apache.org

2019-07-26 Thread lyz
confirmed At 2019-07-26 16:45:20, dev-h...@flink.apache.org wrote: >Hi! This is the ezmlm program. I'm managing the >dev@flink.apache.org mailing list. > >I'm working for my owner, who can be reached >at dev-ow...@flink.apache.org. > >To confirm that you woul

Re: subscribe flink dev mail list

2019-07-18 Thread Aljoscha Krettek
Hi, To subscribe to the dev mailing list you have to send an email to dev-subscr...@flink.apache.org Aljoscha > On 18. Jul 2019, at 10:58, venn wrote: > > I'am glad to subscribe the dev mail list >

  1   2   >