[jira] [Created] (EAGLE-1034) IndexOutOfBoundsException when application "MR Metrics Aggregation" is RUNNING

2017-06-06 Thread Alexandre (JIRA)
Alexandre created EAGLE-1034:


 Summary: IndexOutOfBoundsException when application "MR Metrics 
Aggregation" is RUNNING
 Key: EAGLE-1034
 URL: https://issues.apache.org/jira/browse/EAGLE-1034
 Project: Eagle
  Issue Type: Bug
Affects Versions: v0.5.0
 Environment: Cent 0S 6.8
MySQL Community Server (GPL) 5.7.18
x86_64 for linux
eagle 0.5
hadoop 2.6.4 
Reporter: Alexandre


Hello,

while the application "MR Metrics Aggregation" is RUNNING the following 
Exception is thrown dozens of times (in eagle-server.log):

WARN  [2017-06-06 10:15:19,743] 
org.apache.eagle.jpm.aggregation.mr.MRMetricsAggregateContainer: {}
! java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
! at java.util.LinkedList.checkElementIndex(LinkedList.java:555) ~[na:1.8.0_31]
! at java.util.LinkedList.get(LinkedList.java:476) ~[na:1.8.0_31]
! at 
org.apache.eagle.jpm.aggregation.mr.MRMetricsAggregateContainer.fetchLatestJobProcessTime(MRMetricsAggregateContainer.java:75)
 ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
! at 
org.apache.eagle.jpm.aggregation.storm.AggregationSpout.nextTuple(AggregationSpout.java:75)
 [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
! at 
backtype.storm.daemon.executor$fn__3373$fn__3388$fn__3417.invoke(executor.clj:565)
 [storm-core-0.9.3.jar:0.9.3]
! at backtype.storm.util$async_loop$fn__464.invoke(util.clj:463) 
[storm-core-0.9.3.jar:0.9.3]
! at clojure.lang.AFn.run(AFn.java:24) 
[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
! at java.lang.Thread.run(Thread.java:745) [na:1.8.0_31]

i don't know why this List is empty..

thanks in advance for your help!



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (EAGLE-1033) Help button not usable in web UI

2017-06-06 Thread Alexandre (JIRA)

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

Alexandre updated EAGLE-1033:
-
Summary: Help button not usable in web UI  (was: help button not usable in 
web UI)

> Help button not usable in web UI
> 
>
> Key: EAGLE-1033
> URL: https://issues.apache.org/jira/browse/EAGLE-1033
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
> Environment: Cent 0S 6.8
> MySQL Community Server (GPL) 5.7.18
> x86_64 for linux
> eagle 0.5
> hadoop 2.6.4 
>Reporter: Alexandre
> Fix For: v0.5.0
>
>
> Hello,
> in the web UI of eagle when i click on the help button (in the top right 
> corner), the help menu is displayed ("How to start using eagle", "How to 
> register new site", "How to install application", "How to manage 
> application", "how to develop application", "Preview eagle metric"). But 
> nothing happen when i click on one of them.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (EAGLE-1033) help button not usable in web UI

2017-06-06 Thread Alexandre (JIRA)
Alexandre created EAGLE-1033:


 Summary: help button not usable in web UI
 Key: EAGLE-1033
 URL: https://issues.apache.org/jira/browse/EAGLE-1033
 Project: Eagle
  Issue Type: Bug
Affects Versions: v0.5.0
 Environment: Cent 0S 6.8
MySQL Community Server (GPL) 5.7.18
x86_64 for linux
eagle 0.5
hadoop 2.6.4 
Reporter: Alexandre
 Fix For: v0.5.0


Hello,
in the web UI of eagle when i click on the help button (in the top right 
corner), the help menu is displayed ("How to start using eagle", "How to 
register new site", "How to install application", "How to manage application", 
"how to develop application", "Preview eagle metric"). But nothing happen when 
i click on one of them.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (EAGLE-1030) Unknown column 'eaglejpa_process_process.site' in 'field list' - using JDBC

2017-06-06 Thread Alexandre (JIRA)

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

Alexandre resolved EAGLE-1030.
--
Resolution: Fixed

> Unknown column 'eaglejpa_process_process.site' in 'field list' - using JDBC
> ---
>
> Key: EAGLE-1030
> URL: https://issues.apache.org/jira/browse/EAGLE-1030
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
> Environment: Cent 0S 6.8
> MySQL Community Server (GPL) 5.7.18
> x86_64 for linux
> eagle 0.5
> hadoop 2.6.4
>Reporter: Alexandre
>
> Hi,
> I'm using JDBC for apache eagle and i have this exception in 
> "log/eagle-server.log": 
> ERROR [2017-06-02 08:02:45,403] org.apache.eagle.storage.jdbc.JdbcStorage: 
> Failed to query by: SELECT max(eaglejpa_process_process.currentTimeStamp), 
> eaglejpa_process_process.site FROM eaglejpa_process_process WHERE 
> (eaglejpa_process_process.timestamp>=? AND 
> eaglejpa_process_process.timestamp GROUP BY eaglejpa_process_process.site LIMIT 10 Replacements: 
> [1493798565000,1496390565000,site1]
> ! com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 
> 'eaglejpa_process_process.site' in 'field list'
> ! at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
> ~[na:1.8.0_31]
> ! at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  ~[na:1.8.0_31]
> ! at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  ~[na:1.8.0_31]
> ! at java.lang.reflect.Constructor.newInstance(Constructor.java:408) 
> ~[na:1.8.0_31]
> ! at com.mysql.jdbc.Util.handleNewInstance(Util.java:377) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.Util.getInstance(Util.java:360) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2530) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1907) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2030) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1535) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! ... 61 common frames omitted
> ! Causing: org.apache.torque.TorqueException: 
> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 
> 'eaglejpa_process_process.site' in 'field list'
> ! at 
> org.apache.torque.util.ExceptionMapperImpl.toTorqueException(ExceptionMapperImpl.java:59)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1608) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1152) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.storage.jdbc.entity.impl.JdbcEntityReaderImpl.query(JdbcEntityReaderImpl.java:75)
>  ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! ... 59 common frames omitted
> ! Causing: java.io.IOException: Failed to query by: SELECT 
> max(eaglejpa_process_process.currentTimeStamp), eaglejpa_process_process.site 
> FROM eaglejpa_process_process WHERE (eaglejpa_process_process.timestamp>=? 
> AND eaglejpa_process_process.timestamp GROUP BY eaglejpa_process_process.site LIMIT 10 Replacements: 
> [1493798565000,1496390565000,site1]
> ! at 
> org.apache.eagle.storage.jdbc.entity.impl.JdbcEntityReaderImpl.query(JdbcEntityReaderImpl.java:82)
>  ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at org.apache.eagle.storage.jdbc.JdbcStorage.query(JdbcStorage.java:161) 
> ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at 
> org.apache.eagle.storage.operation.QueryStatement.execute(QueryStatement.java:47)
>  [eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> 

[jira] [Commented] (EAGLE-1030) Unknown column 'eaglejpa_process_process.site' in 'field list' - using JDBC

2017-06-06 Thread Alexandre (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16038332#comment-16038332
 ] 

Alexandre commented on EAGLE-1030:
--

It's maybe not the best way to fix this issue but It seems that it works.
There is no more "Unknown column" in the logs.

> Unknown column 'eaglejpa_process_process.site' in 'field list' - using JDBC
> ---
>
> Key: EAGLE-1030
> URL: https://issues.apache.org/jira/browse/EAGLE-1030
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
> Environment: Cent 0S 6.8
> MySQL Community Server (GPL) 5.7.18
> x86_64 for linux
> eagle 0.5
> hadoop 2.6.4
>Reporter: Alexandre
>
> Hi,
> I'm using JDBC for apache eagle and i have this exception in 
> "log/eagle-server.log": 
> ERROR [2017-06-02 08:02:45,403] org.apache.eagle.storage.jdbc.JdbcStorage: 
> Failed to query by: SELECT max(eaglejpa_process_process.currentTimeStamp), 
> eaglejpa_process_process.site FROM eaglejpa_process_process WHERE 
> (eaglejpa_process_process.timestamp>=? AND 
> eaglejpa_process_process.timestamp GROUP BY eaglejpa_process_process.site LIMIT 10 Replacements: 
> [1493798565000,1496390565000,site1]
> ! com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 
> 'eaglejpa_process_process.site' in 'field list'
> ! at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
> ~[na:1.8.0_31]
> ! at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  ~[na:1.8.0_31]
> ! at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  ~[na:1.8.0_31]
> ! at java.lang.reflect.Constructor.newInstance(Constructor.java:408) 
> ~[na:1.8.0_31]
> ! at com.mysql.jdbc.Util.handleNewInstance(Util.java:377) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.Util.getInstance(Util.java:360) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2530) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1907) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2030) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1535) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! ... 61 common frames omitted
> ! Causing: org.apache.torque.TorqueException: 
> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 
> 'eaglejpa_process_process.site' in 'field list'
> ! at 
> org.apache.torque.util.ExceptionMapperImpl.toTorqueException(ExceptionMapperImpl.java:59)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1608) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1152) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.storage.jdbc.entity.impl.JdbcEntityReaderImpl.query(JdbcEntityReaderImpl.java:75)
>  ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! ... 59 common frames omitted
> ! Causing: java.io.IOException: Failed to query by: SELECT 
> max(eaglejpa_process_process.currentTimeStamp), eaglejpa_process_process.site 
> FROM eaglejpa_process_process WHERE (eaglejpa_process_process.timestamp>=? 
> AND eaglejpa_process_process.timestamp GROUP BY eaglejpa_process_process.site LIMIT 10 Replacements: 
> [1493798565000,1496390565000,site1]
> ! at 
> org.apache.eagle.storage.jdbc.entity.impl.JdbcEntityReaderImpl.query(JdbcEntityReaderImpl.java:82)
>  ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at org.apache.eagle.storage.jdbc.JdbcStorage.query(JdbcStorage.java:161) 
> ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at 
> org.apache.eagle.storage.operation.QueryStatement.execute(QueryStatement.java:47)
> 

[jira] [Updated] (EAGLE-1030) Unknown column 'eaglejpa_process_process.site' in 'field list' - using JDBC

2017-06-02 Thread Alexandre (JIRA)

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

Alexandre updated EAGLE-1030:
-
Summary: Unknown column 'eaglejpa_process_process.site' in 'field list' - 
using JDBC  (was: Unknown column 'eaglejpa_process_process.site' in 'field 
list')

> Unknown column 'eaglejpa_process_process.site' in 'field list' - using JDBC
> ---
>
> Key: EAGLE-1030
> URL: https://issues.apache.org/jira/browse/EAGLE-1030
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
> Environment: Cent 0S 6.8
> MySQL Community Server (GPL) 5.7.18
> x86_64 for linux
> eagle 0.5
> hadoop 2.6.4
>Reporter: Alexandre
>
> Hi,
> I'm using JDBC for apache eagle and i have this exception in 
> "log/eagle-server.log": 
> ERROR [2017-06-02 08:02:45,403] org.apache.eagle.storage.jdbc.JdbcStorage: 
> Failed to query by: SELECT max(eaglejpa_process_process.currentTimeStamp), 
> eaglejpa_process_process.site FROM eaglejpa_process_process WHERE 
> (eaglejpa_process_process.timestamp>=? AND 
> eaglejpa_process_process.timestamp GROUP BY eaglejpa_process_process.site LIMIT 10 Replacements: 
> [1493798565000,1496390565000,site1]
> ! com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 
> 'eaglejpa_process_process.site' in 'field list'
> ! at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
> ~[na:1.8.0_31]
> ! at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  ~[na:1.8.0_31]
> ! at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  ~[na:1.8.0_31]
> ! at java.lang.reflect.Constructor.newInstance(Constructor.java:408) 
> ~[na:1.8.0_31]
> ! at com.mysql.jdbc.Util.handleNewInstance(Util.java:377) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.Util.getInstance(Util.java:360) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2530) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1907) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2030) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1535) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! ... 61 common frames omitted
> ! Causing: org.apache.torque.TorqueException: 
> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 
> 'eaglejpa_process_process.site' in 'field list'
> ! at 
> org.apache.torque.util.ExceptionMapperImpl.toTorqueException(ExceptionMapperImpl.java:59)
>  ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1608) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1152) 
> ~[eagle-topology-0.5.0-SNAPSHOT-assembly.jar:na]
> ! at 
> org.apache.eagle.storage.jdbc.entity.impl.JdbcEntityReaderImpl.query(JdbcEntityReaderImpl.java:75)
>  ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! ... 59 common frames omitted
> ! Causing: java.io.IOException: Failed to query by: SELECT 
> max(eaglejpa_process_process.currentTimeStamp), eaglejpa_process_process.site 
> FROM eaglejpa_process_process WHERE (eaglejpa_process_process.timestamp>=? 
> AND eaglejpa_process_process.timestamp GROUP BY eaglejpa_process_process.site LIMIT 10 Replacements: 
> [1493798565000,1496390565000,site1]
> ! at 
> org.apache.eagle.storage.jdbc.entity.impl.JdbcEntityReaderImpl.query(JdbcEntityReaderImpl.java:82)
>  ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at org.apache.eagle.storage.jdbc.JdbcStorage.query(JdbcStorage.java:161) 
> ~[eagle-storage-jdbc-0.5.0-SNAPSHOT.jar:0.5.0-SNAPSHOT]
> ! at 
> org.apache.eagle.storage.operation.QueryStatement.execute(QueryStatement.java:47)
> 

[jira] [Created] (EAGLE-1030) Unknown column 'eaglejpa_process_process.site' in 'field list'

2017-06-02 Thread Alexandre (JIRA)
Alexandre created EAGLE-1030:


 Summary: Unknown column 'eaglejpa_process_process.site' in 'field 
list'
 Key: EAGLE-1030
 URL: https://issues.apache.org/jira/browse/EAGLE-1030
 Project: Eagle
  Issue Type: Bug
Affects Versions: v0.5.0
 Environment: Cent 0S 6.8
MySQL Community Server (GPL) 5.7.18
x86_64 for linux
eagle 0.5
hadoop 2.6.4

Reporter: Alexandre


Hi,
I'm using JDBC for apache eagle and i have this exception in 
"log/eagle-server.log": 

ERROR [2017-06-02 08:02:45,403] org.apache.eagle.storage.jdbc.JdbcStorage: 
Failed to query by: SELECT max(eaglejpa_process_process.currentTimeStamp), 
eaglejpa_process_process.site FROM eaglejpa_process_process WHERE 
(eaglejpa_process_process.timestamp>=? AND eaglejpa_process_process.timestamp=? AND 
eaglejpa_process_process.timestamp

[jira] [Resolved] (EAGLE-1028) Using mysql instead of hbase for Apache Eagle

2017-06-02 Thread Alexandre (JIRA)

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

Alexandre resolved EAGLE-1028.
--
   Resolution: Fixed
Fix Version/s: v0.5.0

> Using mysql instead of hbase for Apache Eagle
> -
>
> Key: EAGLE-1028
> URL: https://issues.apache.org/jira/browse/EAGLE-1028
> Project: Eagle
>  Issue Type: Bug
>  Components: Project Infrastructure
>Affects Versions: v0.5.0
> Environment: Cent 0S 6.8
> MySQL Community Server (GPL) 5.7.18
> x86_64 for linux
> eagle 0.5
> hadoop 2.6.4
>Reporter: Alexandre
>Priority: Critical
>  Labels: beginner, starter
> Fix For: v0.5.0
>
>
> Hello,
> After successfully building eagle with "mvn clean package -DskipTests", i try 
> to connect to "localhost:9090" -> after around 60 seconds (a timeout i 
> think), web UI starts at page "Welcome for using Apache Eagle!" but my 
> database is not created.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-1028) Using mysql instead of hbase for Apache Eagle

2017-06-01 Thread Alexandre (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16032862#comment-16032862
 ] 

Alexandre commented on EAGLE-1028:
--

Hi,
I found a way to solve this issue:
You just need to set the proxy configuration in your web browser

> Using mysql instead of hbase for Apache Eagle
> -
>
> Key: EAGLE-1028
> URL: https://issues.apache.org/jira/browse/EAGLE-1028
> Project: Eagle
>  Issue Type: Bug
>  Components: Project Infrastructure
>Affects Versions: v0.5.0
> Environment: Cent 0S 6.8
> MySQL Community Server (GPL) 5.7.18
> x86_64 for linux
> eagle 0.5
> hadoop 2.6.4
>Reporter: Alexandre
>Priority: Critical
>  Labels: beginner, starter
>
> Hello,
> After successfully building eagle with "mvn clean package -DskipTests", i try 
> to connect to "localhost:9090" -> after around 60 seconds (a timeout i 
> think), web UI starts at page "Welcome for using Apache Eagle!" but my 
> database is not created.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (EAGLE-1028) Using mysql instead of hbase for Apache Eagle

2017-05-30 Thread Alexandre (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16028819#comment-16028819
 ] 

Alexandre edited comment on EAGLE-1028 at 5/30/17 7:50 AM:
---

Hi,
this commit 'fix keyword "group" conflict in JDBC storage' helped me for the 
creation of my database -> it edited "eagle.conf" and set the "Eagle Deep 
Storage Configuration" part with JDBC. But i still having the timeout issue: 
when i start web UI or when i refresh any page of the web UI i have to wait 
around 60 seconds.
If you have any idea...
Thanks in advance...


was (Author: alexandre32):
Hi,
this commit '[EAGLE-1016] fix keyword "group" conflict in JDBC storage' helped 
me for the creation of my database -> it edited "eagle.conf" and set the "Eagle 
Deep Storage Configuration" part with JDBC. But i still having the timeout 
issue: when i start web UI or when i refresh any page of the web UI i have to 
wait around 60 seconds.
If you have any idea...
Thanks in advance...

> Using mysql instead of hbase for Apache Eagle
> -
>
> Key: EAGLE-1028
> URL: https://issues.apache.org/jira/browse/EAGLE-1028
> Project: Eagle
>  Issue Type: Bug
>  Components: Project Infrastructure
>Affects Versions: v0.5.0
> Environment: Cent 0S 6.8
> MySQL Community Server (GPL) 5.7.18
> x86_64 for linux
> eagle 0.5
> hadoop 2.6.4
>Reporter: Alexandre
>Priority: Critical
>  Labels: beginner, starter
>
> Hello,
> After successfully building eagle with "mvn clean package -DskipTests", i try 
> to connect to "localhost:9090" -> after around 60 seconds (a timeout i 
> think), web UI starts at page "Welcome for using Apache Eagle!" but my 
> database is not created.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-1028) Using mysql instead of hbase for Apache Eagle

2017-05-30 Thread Alexandre (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16028819#comment-16028819
 ] 

Alexandre commented on EAGLE-1028:
--

Hi,
this commit '[EAGLE-1016] fix keyword "group" conflict in JDBC storage' helped 
me for the creation of my database -> it edited "eagle.conf" and set the "Eagle 
Deep Storage Configuration" part with JDBC. But i still having the timeout 
issue: when i start web UI or when i refresh any page of the web UI i have to 
wait around 60 seconds.
If you have any idea...
Thanks in advance...

> Using mysql instead of hbase for Apache Eagle
> -
>
> Key: EAGLE-1028
> URL: https://issues.apache.org/jira/browse/EAGLE-1028
> Project: Eagle
>  Issue Type: Bug
>  Components: Project Infrastructure
>Affects Versions: v0.5.0
> Environment: Cent 0S 6.8
> MySQL Community Server (GPL) 5.7.18
> x86_64 for linux
> eagle 0.5
> hadoop 2.6.4
>Reporter: Alexandre
>Priority: Critical
>  Labels: beginner, starter
>
> Hello,
> After successfully building eagle with "mvn clean package -DskipTests", i try 
> to connect to "localhost:9090" -> after around 60 seconds (a timeout i 
> think), web UI starts at page "Welcome for using Apache Eagle!" but my 
> database is not created.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (EAGLE-1028) using mysql instead of hbase for Apache Eagle

2017-05-22 Thread Alexandre (JIRA)
Alexandre created EAGLE-1028:


 Summary: using mysql instead of hbase for Apache Eagle
 Key: EAGLE-1028
 URL: https://issues.apache.org/jira/browse/EAGLE-1028
 Project: Eagle
  Issue Type: Bug
  Components: Project Infrastructure
Affects Versions: v0.5.0
 Environment: Cent 0S 6.8
MySQL Community Server (GPL) 5.7.18
x86_64 for linux
eagle 0.5
hadoop 2.6.4

Reporter: Alexandre
Priority: Critical


Hello,
After successfully building eagle with "mvn clean package -DskipTests", i try 
to connect to "localhost:9090" -> after around 60 seconds (a timeout i think), 
web UI starts at page "Welcome for using Apache Eagle!" but my database is not 
created.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)