[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-18 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591649#comment-14591649
 ] 

Karl Wright commented on CONNECTORS-1196:
-

Hi [~kishorekumar]]: Since formatting updates were committed to trunk, I've 
created a second branch (branches/CONNECTORS-1196-2) from trunk.  If you can 
selectively pull up your work from branches/CONNECTORS-1196 to this new branch, 
and commit it, then we can go forward in a way that will allow a clean merge 
later.

Please note that you will not be able to just copy the .jsp changes from the 
old branch to the new, because of the differences in formatting.  Instead, 
please make parallel changes in the new branch for those cases.


 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



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


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-18 Thread Kishore Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592142#comment-14592142
 ] 

Kishore Kumar commented on CONNECTORS-1196:
---

Hi [~kwri...@metacarta.com]

I already re-based the branch CONNECTORS-1196, when I committed the formatting 
changes to trunk. I am already working on it and committing the temporary 
change to 
https://github.com/kishorejangid/manifoldcf/commit/60dc7c2eb5cd8d536b919cb54fd563d233665ea4
Just to make sure, I don't disturb the formatting of the code that I am not 
changing, I am doing it in 2 phases.
I you want me to use the other branch CONNECTORS-1196-2, I will commit the 
changes to this branch, once I completed modifying all the JSP.

 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



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


[jira] [Commented] (CONNECTORS-1162) Apache Kafka Output Connector

2015-06-18 Thread Tugba Dogan (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592793#comment-14592793
 ] 

Tugba Dogan commented on CONNECTORS-1162:
-

Here is the commit link
https://github.com/tugbadogan/manifoldcf/commit/94f89ae5de38480e7381a12475b2375b77c85d6e



 Apache Kafka Output Connector
 -

 Key: CONNECTORS-1162
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1162
 Project: ManifoldCF
  Issue Type: Wish
Affects Versions: ManifoldCF 1.8.1, ManifoldCF 2.0.1
Reporter: Rafa Haro
Assignee: Karl Wright
  Labels: gsoc, gsoc2015
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2

 Attachments: 1.JPG, 2.JPG


 Kafka is a distributed, partitioned, replicated commit log service. It 
 provides the functionality of a messaging system, but with a unique design. A 
 single Kafka broker can handle hundreds of megabytes of reads and writes per 
 second from thousands of clients.
 Apache Kafka is being used for a number of uses cases. One of them is to use 
 Kafka as a feeding system for streaming BigData processes, both in Apache 
 Spark or Hadoop environment. A Kafka output connector could be used for 
 streaming or dispatching crawled documents or metadata and put them in a 
 BigData processing pipeline



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


[jira] [Commented] (CONNECTORS-1196) Proposal to update Manifold Crawler UI

2015-06-18 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592172#comment-14592172
 ] 

Karl Wright commented on CONNECTORS-1196:
-

Ok, [~kishorekumar], I just didn't see the commit go by for the branch.  I'll 
get rid of CONNECTORS-1196-2.



 Proposal to update Manifold Crawler UI
 --

 Key: CONNECTORS-1196
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1196
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF next
Reporter: Kishore Kumar
Assignee: Kishore Kumar
 Fix For: ManifoldCF next

 Attachments: Bandwidth Report.png, Index.jsp.png, List 
 Repository.png, Report.png, View.png


 Hi,
 I have been working on a new User Interface for ManifoldCF.
 This UI is based on Bootstrap, jQuery and some other opensource scripts.
 Only the index.jsp will be loaded once and other page are rendered using AJAX 
 call, making it more responsive and modern.
 Please find the attached screenshots.
 *Backward compatibility:*
 Since most of our tab comes from connectors, those tabs will be displayed as 
 it is with no immediate attention required. (see sample screenshot attached)
 *What next?*
 In future we can add Charts to our reports where ever applicable, so that it 
 will be more user friendly  informative for end users.
 Can make use of Web socket to notify exception or error to users as 
 Notifications.
 *Browser compatibility*
 Has been tested with most latest browser and IE10, will try to add support 
 for IE8 with acceptable degradation.
 Any suggestion, concern much appreciated.



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


[jira] [Commented] (CONNECTORS-1162) Apache Kafka Output Connector

2015-06-18 Thread Tugba Dogan (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592750#comment-14592750
 ] 

Tugba Dogan commented on CONNECTORS-1162:
-

Hi Karl,

Kafka output connector will works for Kafka versions 0.8 or later. I added 
required libraries to build and pom files. Learning of build files took some 
time. I spent time for fixing bugs. I implemented connection check function.

 Apache Kafka Output Connector
 -

 Key: CONNECTORS-1162
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1162
 Project: ManifoldCF
  Issue Type: Wish
Affects Versions: ManifoldCF 1.8.1, ManifoldCF 2.0.1
Reporter: Rafa Haro
Assignee: Karl Wright
  Labels: gsoc, gsoc2015
 Fix For: ManifoldCF 1.10, ManifoldCF 2.2

 Attachments: 1.JPG, 2.JPG


 Kafka is a distributed, partitioned, replicated commit log service. It 
 provides the functionality of a messaging system, but with a unique design. A 
 single Kafka broker can handle hundreds of megabytes of reads and writes per 
 second from thousands of clients.
 Apache Kafka is being used for a number of uses cases. One of them is to use 
 Kafka as a feeding system for streaming BigData processes, both in Apache 
 Spark or Hadoop environment. A Kafka output connector could be used for 
 streaming or dispatching crawled documents or metadata and put them in a 
 BigData processing pipeline



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