Re: Questions regarding committing code to Malhar

2015-12-29 Thread Sandeep Deshmukh
You should not be checking in your credentials into the repository. A user, if needs to run this, will need to create his/her credentials and use the application. If your code is in malhar-contrib, it will be automatically skipped from unit testing cycle. Regards, Sandeep On Wed, Dec 30, 2015 at

Re: [malhar-users] Loading the properties file at run time in DT Application.

2015-12-30 Thread Sandeep Deshmukh
For 3, handleIdleTime() is not the right thing for this requirement. This function call is not guaranteed. You can use beginWindow or endWindow for such purpose. Regards, Sandeep On Wed, Dec 30, 2015 at 6:02 PM, Yogi Devendra wrote: > 1. Web UI has facility to manually change the operator prope

Re: What-if analysis with apex

2016-01-28 Thread Sandeep Deshmukh
Hi Amit, Your concern is that change of one cell is going to trigger update for large number of cells and you are interested in doing this in parallel to get real-time response. This can be very well achieved using Apex. I think we are still not very clear on your use case and hence what we have

Re: What-if analysis with apex

2016-01-28 Thread Sandeep Deshmukh
alues for unmodified cells > 2. Determine the cells (or operators) that are to be recalculated. For > e.g. if the cell with identifier as table1, row 1, column 1 is updated, the > application would determine that 2 cell values are to be updated. > 3. Execute the cells in parallel (if pos

Three day Apache Hadoop and Apache Apex workshop in Pune (for students only)

2016-02-12 Thread Sandeep Deshmukh
Dear Apex Users, We are organizing three day Apache Hadoop and Apache Apex workshop (for students only) at Pune Institute of Computer Technology (PICT), Pune. Open for all Day 1 (2/12/16) 1.30pm to 2.00pm Registration 2.00om to 2.15pm Apache & Open Source Overview 2.15pm to 5.00pm Introduction t

Re: resources @ incubator website

2016-03-07 Thread Sandeep Deshmukh
+1 Regards, Sandeep On Tue, Mar 8, 2016 at 9:58 AM, Pradeep Dalvi wrote: > +1 > > On Tue, Mar 8, 2016 at 9:58 AM, Shubham Pathak > wrote: > >> +1 >> >> Thanks, >> Shubham >> >> On Tue, Mar 8, 2016 at 9:52 AM, Thomas Weise >> wrote: >> >>> +1 >>> >>> >>> On Mon, Mar 7, 2016 at 8:21 PM, Amol Ke

Re: Facebook app for Apex

2016-03-07 Thread Sandeep Deshmukh
Dear Sairam, There is no such app as of now. You are most welcome to build one. Regards Sandeep Regards, Sandeep On Tue, Mar 8, 2016 at 11:55 AM, Sairam Kannan wrote: > Hi Apex Developer Community, > I am planning to build a facebook application for Apex. > Is there any face

Re: AWS EMR: Container is running beyond virtual memory limits

2016-03-11 Thread Sandeep Deshmukh
What is the memory allocated to the container? On 11-Mar-2016 8:34 pm, "Pradeep A. Dalvi" wrote: > We are facing following error message while starting any containers on AWS > EMR. > > Container [pid=8107,containerID=container_1457702160744_0001_01_07] is > running beyond virtual memory limi

Re: Best practises to specify the Application

2016-04-29 Thread Sandeep Deshmukh
Apex needs Java 1.7 min. What is the Java version you are using? Regards, Sandeep On Fri, Apr 29, 2016 at 1:50 PM, Ananth Gundabattula < agundabatt...@gmail.com> wrote: > I had a look at the dtgateway.log and observed the following stacktrace : > I guess the root cause might be Apex running on a

Re: Containers getting killed by application master

2016-05-17 Thread Sandeep Deshmukh
Dear Ananth, Could you please check the STRAM logs for any details of these containers. The first guess would be container going out of memory . Regards, Sandeep On Wed, May 18, 2016 at 10:05 AM, Ananth Gundabattula < agundabatt...@gmail.com> wrote: > Hello All, > > I was wondering what would b