[jira] [Commented] (FLINK-1379) add RSS feed for the blog

2016-08-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on FLINK-1379:
---

GitHub user lresende opened a pull request:

https://github.com/apache/zeppelin/pull/1370

[FLINK-1379] Flink interpreter is missing scala libraries

### What is this PR for?
On Flink interpreter, remove provided scope from scala libraries to enable 
copying them to interpreter location.

### What type of PR is it?
[Bug Fix]

### What is the Jira issue?
[ZEPPELIN-1379](https://issues.apache.org/jira/browse/ZEPPELIN-1379)


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

$ git pull https://github.com/lresende/incubator-zeppelin flink-dependencies

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

https://github.com/apache/zeppelin/pull/1370.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 #1370


commit 7d39c0d040a29ed92b515a70862bcd7a9e7c0824
Author: Luciano Resende 
Date:   2016-08-26T19:49:19Z

[FLINK-1379] Flink interpreter is missing scala libraries

Remove provided scope from scala libraries to enable copying
them to interpreter location.




> add RSS feed for the blog
> -
>
> Key: FLINK-1379
> URL: https://issues.apache.org/jira/browse/FLINK-1379
> Project: Flink
>  Issue Type: Improvement
>  Components: Project Website
>Reporter: Maximilian Michels
>Assignee: Maximilian Michels
>Priority: Minor
> Attachments: feed.patch
>
>
> I couldn't find an RSS feed for the Flink blog. I think that a feed helps a 
> lot of people to stay up to date with the changes in Flink. 
> [FLINK-391] mentions a RSS feed but it does not seem to exist.



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


[jira] [Commented] (FLINK-1379) add RSS feed for the blog

2016-08-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on FLINK-1379:
---

Github user lresende commented on the issue:

https://github.com/apache/zeppelin/pull/1370
  
After the fix, performed a full build and compared scala libraries from 
flink and ignite

$ cd flink/
$ ls scala*
-rw-r--r--  1 lresende  staff14M Aug 26 12:39 scala-compiler-2.10.5.jar
-rw-r--r--  1 lresende  staff   6.8M Aug 26 12:39 scala-library-2.10.5.jar
-rw-r--r--  1 lresende  staff   3.1M Aug 26 12:39 scala-reflect-2.10.5.jar
$ cd ..
$ cd ignite/
$ ls scala*
-rw-r--r--  1 lresende  staff14M Aug 26 12:39 scala-compiler-2.10.5.jar
-rw-r--r--  1 lresende  staff   6.8M Aug 26 12:39 scala-library-2.10.5.jar
-rw-r--r--  1 lresende  staff   3.1M Aug 26 12:39 scala-reflect-2.10.5.jar


> add RSS feed for the blog
> -
>
> Key: FLINK-1379
> URL: https://issues.apache.org/jira/browse/FLINK-1379
> Project: Flink
>  Issue Type: Improvement
>  Components: Project Website
>Reporter: Maximilian Michels
>Assignee: Maximilian Michels
>Priority: Minor
> Attachments: feed.patch
>
>
> I couldn't find an RSS feed for the Flink blog. I think that a feed helps a 
> lot of people to stay up to date with the changes in Flink. 
> [FLINK-391] mentions a RSS feed but it does not seem to exist.



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


[jira] [Commented] (FLINK-1379) add RSS feed for the blog

2015-01-16 Thread Max Michels (JIRA)

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

Max Michels commented on FLINK-1379:


Thank you for the hint, Robert. I guess I'm too much rooted in the GitHub 
world...

> add RSS feed for the blog
> -
>
> Key: FLINK-1379
> URL: https://issues.apache.org/jira/browse/FLINK-1379
> Project: Flink
>  Issue Type: Improvement
>  Components: Project Website
>Reporter: Max Michels
>Assignee: Max Michels
>Priority: Minor
> Attachments: feed.patch
>
>
> I couldn't find an RSS feed for the Flink blog. I think that a feed helps a 
> lot of people to stay up to date with the changes in Flink. 
> [FLINK-391] mentions a RSS feed but it does not seem to exist.



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


[jira] [Commented] (FLINK-1379) add RSS feed for the blog

2015-01-15 Thread Robert Metzger (JIRA)

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

Robert Metzger commented on FLINK-1379:
---

You can actually attach patches to JIRA issues. There are a lot of Apache 
projects which use exactly that mechanism to bring code to their master.
I'll attach the patch to the JIRA.
I'm probably merging this tomorrow. Thank you!

> add RSS feed for the blog
> -
>
> Key: FLINK-1379
> URL: https://issues.apache.org/jira/browse/FLINK-1379
> Project: Flink
>  Issue Type: Improvement
>  Components: Project Website
>Reporter: Max Michels
>Priority: Minor
>
> I couldn't find an RSS feed for the Flink blog. I think that a feed helps a 
> lot of people to stay up to date with the changes in Flink. 
> [FLINK-391] mentions a RSS feed but it does not seem to exist.



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


[jira] [Commented] (FLINK-1379) add RSS feed for the blog

2015-01-15 Thread Max Michels (JIRA)

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

Max Michels commented on FLINK-1379:


I've created a patch for adding an RSS feed to the current website revision 
r1651731.

https://gist.github.com/mxm/845bb62969f654bc3b25

> add RSS feed for the blog
> -
>
> Key: FLINK-1379
> URL: https://issues.apache.org/jira/browse/FLINK-1379
> Project: Flink
>  Issue Type: Improvement
>  Components: Project Website
>Reporter: Max Michels
>Priority: Minor
>
> I couldn't find an RSS feed for the Flink blog. I think that a feed helps a 
> lot of people to stay up to date with the changes in Flink. 
> [FLINK-391] mentions a RSS feed but it does not seem to exist.



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


[jira] [Commented] (FLINK-1379) add RSS feed for the blog

2015-01-09 Thread Robert Metzger (JIRA)

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

Robert Metzger commented on FLINK-1379:
---

Yes, we once had a feed.

This is roughly how we've done it. I think you can just adopt it to our current 
setup: 
https://github.com/stratosphere/stratosphere.github.io/blob/d4e5e0e7fd66127fd870c2ce8ec5b3e78ec2ad1e/feed.xml

> add RSS feed for the blog
> -
>
> Key: FLINK-1379
> URL: https://issues.apache.org/jira/browse/FLINK-1379
> Project: Flink
>  Issue Type: Improvement
>  Components: Project Website
>Reporter: Max Michels
>Priority: Minor
>
> I couldn't find an RSS feed for the Flink blog. I think that a feed helps a 
> lot of people to stay up to date with the changes in Flink. 
> [FLINK-391] mentions a RSS feed but it does not seem to exist.



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