[jira] [Commented] (FLUME-2437) S3 Source

2015-06-11 Thread Ashish Paliwal (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582693#comment-14582693 ] Ashish Paliwal commented on FLUME-2437: --- I am tied up with my relocation. Would be g

[jira] [Updated] (FLUME-2610) Remove usage of CounterGroup class from org.apache.flume.source.thriftLegacy.ThriftLegacySource

2015-06-11 Thread Krishnan Chandra (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishnan Chandra updated FLUME-2610: Attachment: FLUME-2610.patch > Remove usage of CounterGroup class from > org.apache.flume.s

[jira] [Updated] (FLUME-2599) Remove usage of CounterGroup from AvroLegacySource

2015-06-11 Thread Krishnan Chandra (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishnan Chandra updated FLUME-2599: Attachment: FLUME-2599.patch > Remove usage of CounterGroup from AvroLegacySource >

RE: HBaseSink for Flume

2015-06-11 Thread Hari Shreedharan
No, you need to include HBase’s classpath into your own app’s so that HBase Client API has all the classes it requires to start up. Also required in your classpath is hbase-site.xml, which contains the config used to connect to HBase.  Thanks, Hari On Thu, Jun 11, 2015 at 9:00 AM, Tinte gar

RE: HBaseSink for Flume

2015-06-11 Thread Tinte garcia, Miguel Angel
Could you please specify a bit more what you mean? Is it including HBASE_PATH as an environment variable into java war? -Original Message- From: Hari Shreedharan [mailto:hshreedha...@cloudera.com] Sent: Thursday, June 11, 2015 5:47 PM To: dev@flume.apache.org Cc: dev@flume.apache.org Subj

RE: HBaseSink for Flume

2015-06-11 Thread Hari Shreedharan
Did you add the hbase class path to your own and also the hbase config to your class path? Thanks, Hari On Thu, Jun 11, 2015 at 1:36 AM, Tinte garcia, Miguel Angel wrote: > Thanks for your comments Hari, > I think the problem is at the time of accessing Hbase tables: > org.apache.flume.Flu

[jira] [Updated] (FLUME-2717) Add commons-io dependency into hadoop-2 profile to enable Flume 1.5 to support Hadoop 2.7

2015-06-11 Thread sam liu (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sam liu updated FLUME-2717: --- Attachment: FLUME-2717-001.patch > Add commons-io dependency into hadoop-2 profile to enable Flume 1.5 to > s

[jira] [Updated] (FLUME-2717) Add commons-io dependency into hadoop-2 profile to enable Flume 1.5 to support Hadoop 2.7

2015-06-11 Thread sam liu (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sam liu updated FLUME-2717: --- Attachment: (was: FLUME-2717.patch) > Add commons-io dependency into hadoop-2 profile to enable Flume 1.5

[jira] [Updated] (FLUME-2717) Add commons-io dependency into hadoop-2 profile to enable Flume 1.5 to support Hadoop 2.7

2015-06-11 Thread sam liu (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sam liu updated FLUME-2717: --- Attachment: (was: FLUME-2717.patch) > Add commons-io dependency into hadoop-2 profile to enable Flume 1.5

[jira] [Updated] (FLUME-2717) Add commons-io dependency into hadoop-2 profile to enable Flume 1.5 to support Hadoop 2.7

2015-06-11 Thread sam liu (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sam liu updated FLUME-2717: --- Attachment: FLUME-2717.patch > Add commons-io dependency into hadoop-2 profile to enable Flume 1.5 to > suppo

RE: HBaseSink for Flume

2015-06-11 Thread Tinte garcia, Miguel Angel
Hi Roshan, I've been discussing about this with Hari Shreedharan in thread. Basically, I have already changed that point to allow HBASE sink and I've recompiled the flume-ng-embedded jar. Also, I've included flume-ng-auth library and executed the Embedded agent. At this moment, I've detected som

RE: HBaseSink for Flume

2015-06-11 Thread Tinte garcia, Miguel Angel
Thanks for your comments Hari, I think the problem is at the time of accessing Hbase tables: org.apache.flume.FlumeException: Could not load table, Models from Hbase As it can't check tablename and ColumnFamilies configuration, agent can't start. I've trying different configurations unsuccessful