[jira] [Updated] (FLINK-2080) Execute Flink with sbt

2015-06-04 Thread Robert Metzger (JIRA)

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

Robert Metzger updated FLINK-2080:
--
Assignee: Christian Wuertz

 Execute Flink with sbt
 --

 Key: FLINK-2080
 URL: https://issues.apache.org/jira/browse/FLINK-2080
 Project: Flink
  Issue Type: Improvement
  Components: Documentation
Affects Versions: 0.8.1
Reporter: Christian Wuertz
Assignee: Christian Wuertz
Priority: Minor
 Attachments: sbt.patch


 I tried to execute some of the flink example applications on my local machine 
 using sbt. To get this running without class loading issues it was important 
 to make sure that Flink is executed in its own JVM and not in the sbt JVM. 
 This can be done very easily, but it would have been nice to know that in 
 advance. So maybe you guys want to add this to the Flink documentation.
 An example can be found here: https://github.com/Teots/flink-sbt
 (The trick was to add fork in run := true to the build.sbt)



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


[jira] [Updated] (FLINK-2080) Execute Flink with sbt

2015-06-03 Thread Christian Wuertz (JIRA)

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

Christian Wuertz updated FLINK-2080:

Attachment: sbt.patch

I added a few lines to the scala quickstart page. I hope the patch file was 
generated correctly. If not or in case this should go to a different place, 
just let me know. 

 Execute Flink with sbt
 --

 Key: FLINK-2080
 URL: https://issues.apache.org/jira/browse/FLINK-2080
 Project: Flink
  Issue Type: Improvement
  Components: Documentation
Affects Versions: 0.8.1
Reporter: Christian Wuertz
Priority: Minor
 Attachments: sbt.patch


 I tried to execute some of the flink example applications on my local machine 
 using sbt. To get this running without class loading issues it was important 
 to make sure that Flink is executed in its own JVM and not in the sbt JVM. 
 This can be done very easily, but it would have been nice to know that in 
 advance. So maybe you guys want to add this to the Flink documentation.
 An example can be found here: https://github.com/Teots/flink-sbt
 (The trick was to add fork in run := true to the build.sbt)



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


[jira] [Updated] (FLINK-2080) Execute Flink with sbt

2015-06-02 Thread Robert Metzger (JIRA)

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

Robert Metzger updated FLINK-2080:
--
Component/s: Documentation

 Execute Flink with sbt
 --

 Key: FLINK-2080
 URL: https://issues.apache.org/jira/browse/FLINK-2080
 Project: Flink
  Issue Type: Improvement
  Components: docs, Documentation
Affects Versions: 0.8.1
Reporter: Christian Wuertz
Priority: Minor

 I tried to execute some of the flink example applications on my local machine 
 using sbt. To get this running without class loading issues it was important 
 to make sure that Flink is executed in its own JVM and not in the sbt JVM. 
 This can be done very easily, but it would have been nice to know that in 
 advance. So maybe you guys want to add this to the Flink documentation.
 An example can be found here: https://github.com/Teots/flink-sbt
 (The trick was to add fork in run := true to the build.sbt)



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