Re: Related to GSoC'17

2017-02-24 Thread Denis Magda
Hello Kumar,

Excellent, welcome to Ignite community!

If you’re thinking of python library implementation then I suggest to build 
some skills resolving C++ related tasks:
https://issues.apache.org/jira/browse/IGNITE-4597 


https://issues.apache.org/jira/browse/IGNITE-4617?jql=project%20%3D%20IGNITE%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20platforms%20AND%20(text%20~%20%22C%2B%2B%22%20OR%20text%20~%20CPP)%20ORDER%20BY%20updatedDate%20DESC
 


BTW, this is information that might be useful to you as well.

Get familiar with Ignite development process described here:
https://cwiki.apache.org/confluence/display/IGNITE/Development+Process

Instructions on how to contribute can be found here:
https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute

Project setup in Intellij IDEA:
https://cwiki.apache.org/confluence/display/IGNITE/Project+Setup

Once you got familiar and were able to run a few examples, you should pick
a Jira ticket you would like to start on. Send an email to the dev list sharing 
your JIRA id, so we can add you as a contributor in Jira.

—
Denis

> On Feb 23, 2017, at 11:37 PM, krashcan  wrote:
> 
> Hello everyone,
> 
> My name is Kumar Ashish. I am a 2nd year student at IEM kolkata. My primary
> area of interest is backend development and I am willing to participate in
> gsoc this summer.
> 
> I was looking for open source projects to contribute to and I read that
> Apache Ignite will be applying for GSoC 2017.
> 
> I know c++,java and golang and I wish to start contributing. I found this
> link
> https://docs.google.com/document/d/1Efp-gswpjJjL-LGjufHufffFHEh3ZkGpCvMILmlnkn0/edit
> and I feel interested in working for Node.Js client or python library. Any
> beginner issues that I can pick related to these?
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-developers.2346864.n4.nabble.com/Related-to-GSoC-17-tp14904.html
> Sent from the Apache Ignite Developers mailing list archive at Nabble.com.



Re: assigning IGNITE-933

2017-02-24 Thread Denis Magda
> Yes, I have some experience with Hibernate. The issue № IGNITE-1974 is 
> interesting for me. How I can assignee it to me? It is assigning with Mykola 
> Pereyma now. 
> 
> https://issues.apache.org/jira/browse/IGNITE-1794 
> 

Just re-assign it on yourself ;) Hope that Mykola is fine with this because we 
haven’t got a note from him for a while.

—
Denis

> On Feb 24, 2017, at 12:24 PM, Вадим Опольский  wrote:
> 
> Hi Denis,
> 
> OK, I spotted the problem in the code and I will be try to resolve it.
> 
> https://issues.apache.org/jira/browse/IGNITE-933 
> 
> 
> Yes, I have some experience with Hibernate. The issue № IGNITE-1974 is 
> interesting for me. How I can assignee it to me? It is assigning with Mykola 
> Pereyma now.
> 
> https://issues.apache.org/jira/browse/IGNITE-1794 
> 
> 
> Vadim Opolski
> 
> 2017-02-24 5:55 GMT+03:00 Denis Magda  >:
> Hi Vadim,
> 
> Yes, this issue might be still relevant. I can’t guide you through but, 
> basically, you need to reproduce the issue, spot it in the code and propose a 
> fix.
> 
> BTW, do you have any experience with Hibernate? If so, I would be amazing if 
> you pick up this ticket reassigning on yourself:
> https://issues.apache.org/jira/browse/IGNITE-1794 
>  
>  >
> 
> —
> Denis
> 
> > On Feb 23, 2017, at 2:40 AM, Вадим Опольский  > > wrote:
> >
> > Dear sirs !
> >
> > I want to resolve issue IGNITE-933
> >
> > https://issues.apache.org/jira/browse/IGNITE-933 
> > 
> >
> > Is it actual ?
> >
> > In which class and method you want me to make changes ?
> >
> > Vadim Opolski
> 
> 



[jira] [Created] (IGNITE-4752) Hadoop examples fail for hadoop accelerator

2017-02-24 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-4752:
-

 Summary: Hadoop examples fail for hadoop  accelerator
 Key: IGNITE-4752
 URL: https://issues.apache.org/jira/browse/IGNITE-4752
 Project: Ignite
  Issue Type: Bug
Affects Versions: 1.9
Reporter: Sergey Kozlov
Priority: Blocker
 Fix For: 1.9


0. Setup Apache Ignite Hadoop accelerator
1. Start 4 nodes {{bin/ignite.sh}}
2. Start a hadoop example, for instance {{pi}}
3. The server nodes print out following:
{noformat}
[23:51:47,364][ERROR][pub-#62%null%][HadoopJobTracker] Failed to submit job: 
f05d867c-a96b-4ea4-be57-0a6002f14870_1
class org.apache.ignite.IgniteCheckedException: null
at 
org.apache.ignite.internal.processors.hadoop.HadoopDefaultJobInfo.createJob(HadoopDefaultJobInfo.java:99)
at 
org.apache.ignite.internal.processors.hadoop.jobtracker.HadoopJobTracker.job(HadoopJobTracker.java:1120)
at 
org.apache.ignite.internal.processors.hadoop.jobtracker.HadoopJobTracker.submit(HadoopJobTracker.java:313)
at 
org.apache.ignite.internal.processors.hadoop.HadoopProcessor.submit(HadoopProcessor.java:173)
at 
org.apache.ignite.internal.processors.hadoop.HadoopImpl.submit(HadoopImpl.java:69)
at 
org.apache.ignite.internal.processors.hadoop.proto.HadoopProtocolSubmitJobTask.run(HadoopProtocolSubmitJobTask.java:50)
at 
org.apache.ignite.internal.processors.hadoop.proto.HadoopProtocolSubmitJobTask.run(HadoopProtocolSubmitJobTask.java:33)
at 
org.apache.ignite.internal.processors.hadoop.proto.HadoopProtocolTaskAdapter$Job.execute(HadoopProtocolTaskAdapter.java:101)
at 
org.apache.ignite.internal.processors.job.GridJobWorker$2.call(GridJobWorker.java:560)
at 
org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:6618)
at 
org.apache.ignite.internal.processors.job.GridJobWorker.execute0(GridJobWorker.java:554)
at 
org.apache.ignite.internal.processors.job.GridJobWorker.body(GridJobWorker.java:483)
at 
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
at 
org.apache.ignite.internal.processors.job.GridJobProcessor.processJobExecuteRequest(GridJobProcessor.java:1180)
at 
org.apache.ignite.internal.processors.job.GridJobProcessor$JobExecutionListener.onMessage(GridJobProcessor.java:1894)
at 
org.apache.ignite.internal.managers.communication.GridIoManager.invokeListener(GridIoManager.java:1216)
at 
org.apache.ignite.internal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:844)
at 
org.apache.ignite.internal.managers.communication.GridIoManager.access$2100(GridIoManager.java:108)
at 
org.apache.ignite.internal.managers.communication.GridIoManager$6.run(GridIoManager.java:783)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at 
org.apache.ignite.internal.processors.hadoop.HadoopDefaultJobInfo.createJob(HadoopDefaultJobInfo.java:93)
... 21 more
Caused by: java.lang.NoClassDefFoundError: com/google/common/base/Preconditions
at 
org.apache.hadoop.conf.Configuration$DeprecationDelta.(Configuration.java:314)
at 
org.apache.hadoop.conf.Configuration$DeprecationDelta.(Configuration.java:327)
at org.apache.hadoop.conf.Configuration.(Configuration.java:409)
at 
org.apache.ignite.internal.processors.hadoop.impl.v2.HadoopV2Job.(HadoopV2Job.java:158)
... 26 more
Caused by: java.lang.ClassNotFoundException: 
com.google.common.base.Preconditions
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 30 more
[23:51:49,788][ERROR][pub-#11%null%][HadoopJobTracker] Failed to submit job: 
6e1713a8-8bbf-480c-8e0b-9045bc55c77d_1
class org.apache.ignite.IgniteCheckedException: null
at 

Re: assigning IGNITE-933

2017-02-24 Thread Вадим Опольский
Hi Denis,

OK, I spotted the problem in the code and I will be try to resolve it.

https://issues.apache.org/jira/browse/IGNITE-933

Yes, I have some experience with Hibernate. The issue № IGNITE-1974 is
interesting for me. How I can assignee it to me? It is assigning with
Mykola Pereyma now.

https://issues.apache.org/jira/browse/IGNITE-1794

Vadim Opolski

2017-02-24 5:55 GMT+03:00 Denis Magda :

> Hi Vadim,
>
> Yes, this issue might be still relevant. I can’t guide you through but,
> basically, you need to reproduce the issue, spot it in the code and propose
> a fix.
>
> BTW, do you have any experience with Hibernate? If so, I would be amazing
> if you pick up this ticket reassigning on yourself:
> https://issues.apache.org/jira/browse/IGNITE-1794 <
> https://issues.apache.org/jira/browse/IGNITE-1794>
>
> —
> Denis
>
> > On Feb 23, 2017, at 2:40 AM, Вадим Опольский 
> wrote:
> >
> > Dear sirs !
> >
> > I want to resolve issue IGNITE-933
> >
> > https://issues.apache.org/jira/browse/IGNITE-933
> >
> > Is it actual ?
> >
> > In which class and method you want me to make changes ?
> >
> > Vadim Opolski
>
>


[jira] [Created] (IGNITE-4751) JVM crash while accessing Offheap entry.

2017-02-24 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-4751:


 Summary: JVM crash while accessing Offheap entry.
 Key: IGNITE-4751
 URL: https://issues.apache.org/jira/browse/IGNITE-4751
 Project: Ignite
  Issue Type: Bug
  Components: general
Affects Versions: 1.8, 1.7
Reporter: Andrew Mashenkov
Priority: Critical


JVM crashed with SIGSEGV error while iterating over offheap entries.
Also similar issue appears while iterating over SQL query offheap rows.

PFA logs attached.



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