[jira] [Reopened] (IMPALA-9007) Impala open source for centos 7

2019-10-09 Thread Amit Sharma (Jira)
[ https://issues.apache.org/jira/browse/IMPALA-9007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Sharma reopened IMPALA-9007: - I see its only supports Ubuntu  [https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala

Re: Driver vs master

2019-10-07 Thread Amit Sharma
mit > > On Mon, Oct 7, 2019 at 18:33 Amit Sharma wrote: > >> Can you please help me understand this. I believe driver programs runs on >> master node > > If we are running 4 spark job and driver memory config is 4g then total 16 >> 6b would be used of master node. >

Driver vs master

2019-10-07 Thread Amit Sharma
Can you please help me understand this. I believe driver programs runs on master node. If we are running 4 spark job and driver memory config is 4g then total 16 6b would be used of master node. So if we will run more jobs then we need more memory on master. Please correct me if I am wrong.

How to setup impala on centos 7 OS

2019-10-04 Thread Amit Sharma
Hi, Please share the steps to setup apache impala on centos 7. Thanks & Regards Amit Sharma

[jira] [Created] (IMPALA-9007) Impala open source for centos 7

2019-10-04 Thread Amit Sharma (Jira)
Amit Sharma created IMPALA-9007: --- Summary: Impala open source for centos 7 Key: IMPALA-9007 URL: https://issues.apache.org/jira/browse/IMPALA-9007 Project: IMPALA Issue Type: Improvement

[jira] [Created] (IMPALA-9007) Impala open source for centos 7

2019-10-04 Thread Amit Sharma (Jira)
Amit Sharma created IMPALA-9007: --- Summary: Impala open source for centos 7 Key: IMPALA-9007 URL: https://issues.apache.org/jira/browse/IMPALA-9007 Project: IMPALA Issue Type: Improvement

Re: Entire Application in Django shuts down with single error

2019-10-03 Thread Amit Sharma
ist - you could of course expand on that as > well. > > > Regards, > > Andréas > > > Den tis 1 okt. 2019 kl 13:13 skrev Amit Sharma >: > >> I am new to Python and django , I worked on C# and php as developer >> earlier. My problem here is Entire Appli

Entire Application in Django shuts down with single error

2019-10-01 Thread Amit Sharma
I am new to Python and django , I worked on C# and php as developer earlier. My problem here is Entire Application in Django shuts down with single error. for example i start my website with "python3 manage.py runserver 0.0.0.0:8000" example:-- i have two pages home and register 1) if i make

Re: Memory Limits error

2019-08-16 Thread Amit Sharma
Increasing your driver memory as 12g. On Thursday, August 15, 2019, Dennis Suhari wrote: > Hi community, > > I am using Spark on Yarn. When submiting a job after a long time I get an > error mesage and retry. > > It happens when I want to store the dataframe to a table. > >

Spark Streaming concurrent calls

2019-08-13 Thread Amit Sharma
I am using kafka spark streming. My UI application send request to streaming through kafka. Problem is streaming handles one request at a time so if multiple users send request at the same time they have to wait till earlier request are done. Is there any way it can handle multiple request.

spark job getting hang

2019-08-05 Thread Amit Sharma
I am running spark job and if i run it sometimes it ran successfully but most of the time getting ERROR Dropping event from queue appStatus. This likely means one of the listeners is too slow and cannot keep up with the rate at which tasks are being started by the scheduler.

Core allocation is scattered

2019-07-25 Thread Amit Sharma
I have cluster with 26 nodes having 16 cores on each. I am running a spark job with 20 cores but i did not understand why my application get 1-2 cores on couple of machines why not it just run on two nodes like node1=16 cores and node 2=4 cores . but cores are allocated like node1=2 node

Re: spark dataset.cache is not thread safe

2019-07-22 Thread Amit Sharma
please update me if any one knows how to handle it. On Sun, Jul 21, 2019 at 7:18 PM Amit Sharma wrote: > Hi , I wrote a code in future block which read data from dataset and cache > it which is used later in the code. I faced a issue that data.cached() data > will be replaced by c

spark dataset.cache is not thread safe

2019-07-21 Thread Amit Sharma
Hi , I wrote a code in future block which read data from dataset and cache it which is used later in the code. I faced a issue that data.cached() data will be replaced by concurrent running thread . Is there any way we can avoid this condition. val dailyData = callDetailsDS.collect.toList val

Re: spark standalone mode problem about executor add and removed again and again!

2019-07-17 Thread Amit Sharma
Do you have dynamic resource allocation enabled? On Wednesday, July 17, 2019, zenglong chen wrote: > Hi,all, > My standalone mode has two slaves.When I submit my job,the > localhost slave is working well,but second slave do add and remove executor > action always!The log are below: >

Dynamic allocation not working

2019-07-08 Thread Amit Sharma
Hi All, i have set the dynamic allocation propertt = true in my script file and also shuffle property in script as well as on all worker nodes spark-env file. I am using spark kafka streaming. I checked that as request comes no of cores allocation increase but even after request is completed no of

Spark-cluster slowness

2019-06-20 Thread Amit Sharma
I have spark cluster on two data centers each. Cluster on spark cluster B is 6 times slower than cluster A. I ran the same job on both cluster and time difference is of 6 times. I used the same config and using spark 2.3.3. I checked that on spark UI it displays the slaves nodes but when i check

Re: [dgplug-users] [SUMMERTRINING] Final reminder for the summer training

2019-06-15 Thread Amit Sharma via Users
Hi, My nick is amitsharma928. -- *Amit* On Fri, Jun 14, 2019, 8:24 PM Kushal Das wrote: > Hi all, > > Please make sure that you have tested your IRC setup > to connect to the freenode server and joining the #dgplug channel > on the same. Feel free to reply to this thread with your registered

Spark Kafka Streaming stopped

2019-06-14 Thread Amit Sharma
we are using spark kafka streaming. We have 6 nodes in kafka cluster if any of the node is getting down we are getting below exception and streaming stopped. ERROR DirectKafkaInputDStream:70 - ArrayBuffer(kafka.common.NotLeaderForPartitionException, kafka.common.NotLeaderForPartitionException,

[ansible-devel] Want to save variable of one role so that can be used again, and not run the compelete ansible again

2019-06-12 Thread Amit sharma
Hi, I have a big Ansible with about 10+ roles in it that takes around 1 hr to run completely . Can some one help me how i can store all variables in a json so that i can trigger a only a failed role.. I am using hostvars[inventory_hostname] but it have a very big json. I even have set

Re: Spark kafka streaming job stopped

2019-06-11 Thread Amit Sharma
Please provide update if any one knows. On Monday, June 10, 2019, Amit Sharma wrote: > > We have spark kafka sreaming job running on standalone spark cluster. We > have below kafka architecture > > 1. Two cluster running on two data centers. > 2. There is LTM on top on each

Fwd: Spark kafka streaming job stopped

2019-06-10 Thread Amit Sharma
We have spark kafka sreaming job running on standalone spark cluster. We have below kafka architecture 1. Two cluster running on two data centers. 2. There is LTM on top on each data center (load balance) 3. There is GSLB on top of LTM. I observed when ever any of the node in kafka cluster is

[ccp4bb] kinetic parameter prediction

2018-05-03 Thread amit sharma
Dear All: I want to generate homology-modelled structures for some proteins(>80% Seq ID), with mutations mainly in the loops. Subsequently, I'd like to use these structural models to predict kinetic parameters(association/dissociation rates) for protein-protein interactions with

Re: [Mifos-developer] Existing Clients Not Appearing as Guarantors

2018-03-19 Thread Amit Sharma
e so kind to initiate a respective ticket on this? > > Regards > Sendoro > > ----- Original Message - > From: "Amit Sharma" <amkrsha...@gmail.com> > To: "dev" <dev@fineract.apache.org>, "mifos-users" <mifos-users@lists. > sourc

Re: [Mifos-developer] Existing Clients Not Appearing as Guarantors

2018-03-18 Thread Amit Sharma
& Regards, Amit Sharma Prashray Foundation for Micro Credit On Sat, Mar 17, 2018 at 12:51 PM, Ed Cable <edca...@mifos.org> wrote: > Amit, > > I'm adding this back onto the list so Nazeer and others can attempt to > respond. > > Ed > > -- Forwarded mes

Re: [Mifos-developer] Existing Clients Not Appearing as Guarantors

2018-03-13 Thread Amit Sharma
://github.com/openMF/community-app/issues/1868 , but somehow we have recently started encountering this issue again. None of our client beyond id#355 are getting fetched as existing client to be marked as guarantors. Please look into and suggest. Regards, Amit Sharma Prashray Foundation for Micro Credit

Re: [Mifos-developer] Existing Clients Not Appearing as Guarantors

2018-03-13 Thread Amit Sharma
://github.com/openMF/community-app/issues/1868 , but somehow we have recently started encountering this issue again. None of our client beyond id#355 are getting fetched as existing client to be marked as guarantors. Please look into and suggest. Regards, Amit Sharma Prashray Foundation for Micro Credit

Re: October status update for Fedora Infrastructure Apprentices

2017-10-15 Thread Amit Sharma
Apologies for delay. 0. Whats your fedora account system login? amitsharma928 1. Have you logged in and used your fi-apprentice membership to look at our machines/setup in the last month? Do you plan to? Yes 2. Has it helped you decide any area you wish to focus on or contribute to more? Yes.

Re: July status update for Fedora Infrastructure Apprentices

2017-07-05 Thread Amit Sharma
0. Whats your fedora account system login? amitsharma928 1. Have you logged in and used your fi-apprentice membership to look at our machines/setup in the last month? Do you plan to? i)No ii) Yes. 2. Has it helped you decide any area you wish to focus on or contribute to more? No. 3. Have you

Re: Meeting Agenda Item: Introduction Amit Kumar

2017-06-12 Thread Amit Sharma
desktop app. It will be really helpful. Thanks *Best Regards,**Amit Kumar Sharma* On Fri, Jun 9, 2017 at 12:03 AM, Stephen John Smoogen <smo...@gmail.com> wrote: > Welcome Amit > > Thank you for the email to the list. > > On 8 June 2017 at 14:18, Amit Sharma <amitsh

Meeting Agenda Item: Introduction Amit Kumar

2017-06-08 Thread Amit Sharma
Hello Team, Hope you guys are doing good. I am new in Fedora Infrastructure community. Currently I am working as Linux System Engineer in an IT firm with 2 years experience in India. I am using Linux from past 5 years. Below I am sharing details about myself. *Full Name: *Amit Kumar Sharma *IRC

[Bug 1688492] [NEW] ubiquity 2.21.63.3

2017-05-05 Thread Amit Sharma
Public bug reported: ubiquity 2.21.63.3 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.3 ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11 Uname: Linux 4.8.0-36-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 CasperVersion: 1.376.2 Date:

SAP BPC Consultant @St Charles, MO

2017-03-31 Thread 'Amit sharma' via CBE Software Engineer
planning Collaboration Consolidation Intercompany matching/ Reconciliation Intercompany eliminations Management roll-ups Legal consolidation Financial Reporting and Analysis Ad-hoc Driver analysis (Industry, growth, and capacity) Variance analysis *Regards,* *Amit Sharma Sr. Technical Recruiter

Sr. .NET Developer (Product Specialist) @Dover, DE

2017-03-31 Thread 'Amit sharma' via CBE Software Engineer
in designing and executing database platform migrations - Experience with Agile delivery process and Scrum methodologies - Experience with Git *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%20

Sr. .NET Developer (Product Specialist) @Dover, DE

2017-03-31 Thread 'Amit sharma' via US_IT.Groups
in designing and executing database platform migrations - Experience with Agile delivery process and Scrum methodologies - Experience with Git *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%20

Java Developer @ Omaha, NE

2017-03-30 Thread 'Amit sharma' via US_IT.Groups
university *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suite # 305, Jersey City, N

Full Stack Java with Angular.Js @ Charlotte, NC

2017-03-28 Thread 'Amit sharma' via US_IT.Groups
esponsible for a module and will work with multiple libraries, be involved in discussions and contribute to solutions. * Requirement: *5-8 years development experience total and at least 2 years of Angular JS experience.* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 20

Full Stack Java with Angular.Js @ Charlotte, NC

2017-03-28 Thread 'Amit sharma' via CBE Software Engineer
esponsible for a module and will work with multiple libraries, be involved in discussions and contribute to solutions. * Requirement: *5-8 years development experience total and at least 2 years of Angular JS experience.* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 20

Java Developer @Kansas City, MO

2017-03-27 Thread 'Amit sharma' via US_IT.Groups
+ years Java, Server Side · Senior Java Resource, Core Java, SOAP, WebSphere, MQ, · This resource will be preparing Code to be compatible with *Java 9, Oracle 12.2, MQ 9* · They will be reviewing standards · Communication skills 9+ *Regards,* *Amit Sharma Sr

Salesforce.com Developer @ Hilliard, OH

2017-03-27 Thread 'Amit sharma' via US_IT.Groups
ills/Tools needed: Jenkins, SVN, Eclipse, Dataloader, SQLDeveloper or other SQL development tool *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131

Full Stack Java with Angular.Js @ Charlotte, NC

2017-03-24 Thread 'Amit sharma' via CBE Software Engineer
will work with multiple libraries, be involved in discussions and contribute to solutions. * Requirement: *5-8 years development experience total and at least 2 years of Angular JS experience.* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201

SSIS Developer with strong C# and ETL @ Charlotte, NC

2017-03-24 Thread 'Amit sharma' via US_IT.Groups
independently with less supervision. · Develop new documentation, departmental technical procedures and user guides as required. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext

SSIS Developer with strong C# and ETL @ Charlotte, NC

2017-03-24 Thread 'Amit sharma' via CBE Software Engineer
independently with less supervision. · Develop new documentation, departmental technical procedures and user guides as required. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext

SAP ABAP Developers @ Memphis, TN

2017-03-23 Thread 'Amit sharma' via US_IT.Groups
rocess and have extensive experience with complex ALV reports. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: On

SAP ABAP Developers @ Memphis, TN

2017-03-23 Thread 'Amit sharma' via CBE Software Engineer
rocess and have extensive experience with complex ALV reports. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: On

Please share your consultant profile to my official mail id a...@net2source.com

2017-03-21 Thread 'Amit sharma' via CBE Software Engineer
cation skills - Coordination skills are a plus *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Pl

Today's Requirement on C2C

2017-03-14 Thread 'Amit sharma' via CBE Software Engineer
ed issue. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 * *Address: One Evertrust Plaza, Suite # 305, Jersey City, NJ - 07302 * *Email: a...@net2source.com <a...@net2source

Webfocus Developer @Charlotte, NC

2017-03-10 Thread 'Amit sharma' via US_IT.Groups
WebFOCUS reports *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 * *Address: One Evertrust Plaza, Suite # 305, Jersey City, NJ - 07302 * *Email: a...@net2source.com <a...

Tableau Developer with Claims Data @ Kansas City, MO

2017-03-06 Thread 'Amit sharma' via US_IT.Groups
codes. *Notes:* · *Tableau report design. * *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Ever

Tableau Developer with Claims Data @ Kansas City, MO

2017-03-06 Thread 'Amit sharma' via CBE Software Engineer
codes. *Notes:* · *Tableau report design. * *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Ever

Salesforce Developer/Admin @ Charlotte, NC - (F2F Interview required)

2017-03-02 Thread 'Amit sharma' via US_IT.Groups
apps) into Salesforce. JMS and experience to subscribing to and posting messages to an anchor application. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (2

Salesforce Developer/Admin @ Charlotte, NC - (F2F Interview required)

2017-03-02 Thread 'Amit sharma' via CBE Software Engineer
apps) into Salesforce. JMS and experience to subscribing to and posting messages to an anchor application. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (2

Mobile QA Analyst and QA Test Analyst with Hadoop Requirement

2017-03-01 Thread 'Amit sharma' via US_IT.Groups
experience – Scrum certification desired • *7-10 years of applicable experience of a pure tester-* not a ba or developer turned tester. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.:

Mobile QA Analyst and QA Test Analyst with Hadoop Requirement

2017-03-01 Thread 'Amit sharma' via CBE Software Engineer
experience – Scrum certification desired • *7-10 years of applicable experience of a pure tester-* not a ba or developer turned tester. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.:

Today's Corp2Corp requirement

2017-02-28 Thread 'Amit sharma' via US_IT.Groups
Please share your consultant profile to my official mail id a...@net2source.com *REQ:-1* *Job Title: Informatica Developer* *Location: Northbrook, IL* *Interview: Phone and Skype* *Visa status required: USC,GC,EAD-GC* *Required Qualifications * · Minimum 8

Salesforce Developer/Administrator @ Minneapolis, MN

2017-02-28 Thread 'Amit sharma' via CBE Software Engineer
of Salesforce development/administration experience.* - *Total 10+ years of IT/Enterprise experience.* - Experience in integration of external systems. - Salesforce Developer and Administration Certifications. - Has worked in an entrepreneurial environment. *Regards,* *Amit Sharma Sr. Technical

QA Test Analyst with Hadoop @ Charlotte, NC

2017-02-27 Thread 'Amit sharma' via CBE Software Engineer
pure tester-* not a ba or developer turned tester. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 * *Address: One Evertrust Plaza, Suite # 305, Jersey City, NJ - 07302

QA Test Analyst with Hadoop @ Charlotte, NC

2017-02-27 Thread 'Amit sharma' via US_IT.Groups
pure tester-* not a ba or developer turned tester. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 * *Address: One Evertrust Plaza, Suite # 305, Jersey City, NJ -

Today's Corp2Corp Requirement

2017-02-23 Thread 'Amit sharma' via CBE Software Engineer
*Please share your consultant profile to my official mail id a...@net2source.com * *Requirement:1* *Senior .NET Developer* *Chicago, IL* *6 Months* *Interview method - * 1. *Skype technical screening with a current contractor who works in this group – required *

Mid level .Net developer @West Sacramento, CA 95605

2017-02-22 Thread 'Amit sharma' via CBE Software Engineer
*Please share your consultant profile to my official mail id a...@net2source.com * *Title: Mid level .Net developer* *Work location:** West Sacramento, CA 95605* *Duration: 1 year* *Phone Interviews* *Start Date: Immediate need.* *Looking consultant which is local or

[android-developers] About Application publish and unpublish

2017-01-09 Thread Amit Sharma
Hi, I had unpublish my app eDiary(Gazipur) on my console account but on play store showing my application. Plz give me suggestion about this problem. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

Java Angular/Node JS Developer @ Dallas, TX

2016-11-11 Thread Amit sharma
nation *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suite # 305, Jersey City, NJ - 07302 * *Em

QlikView Developer @ Midtown, NY

2016-11-10 Thread Amit sharma
ERP ER 12 Suite *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suite # 305, Jers

QlikView Developer @ Midtown, NY

2016-11-10 Thread Amit sharma
ERP ER 12 Suite *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suite # 305, Jers

Senior ATG Developer @ Columbus OH

2016-11-07 Thread Amit sharma
me without any major technical issues • Primarily work on Checkout, Browse, and Assortment Planning part of client application which includes changes that are part of Home page, category page, department page, Gallery/search page, product pages *Regards,* *Amit Sharma Sr. Technical Recruiter

Senior ATG Developer @ Columbus OH

2016-11-07 Thread Amit sharma
me without any major technical issues • Primarily work on Checkout, Browse, and Assortment Planning part of client application which includes changes that are part of Home page, category page, department page, Gallery/search page, product pages *Regards,* *Amit Sharma Sr. Technical Recruiter

Sr. Quality Assurance Automation Analyst @ Atlanta (Midtown),GA ------ Phone and In Person

2016-11-07 Thread Amit sharma
ations · Transportation and Logistics experience · Ability to facilitate large meetings with all management levels in attendance · Excellent leadership and people skills · *Mobile application testing* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Boar

Sr. Quality Assurance Automation Analyst @ Atlanta (Midtown),GA ------ Phone and In Person

2016-11-07 Thread Amit sharma
ations · Transportation and Logistics experience · Ability to facilitate large meetings with all management levels in attendance · Excellent leadership and people skills · *Mobile application testing* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Boar

SSAS developer with Tabular exp. @ Omaha, NE

2016-11-04 Thread Amit sharma
*Job description:* Consultant need to have a minimum of 5 years of SSAS and Tabular experience. • Skype technical screen this evening or Sunday is required. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <

AIX/SAN Admin @ Atlanta, GA

2016-11-03 Thread Amit sharma
and going from an older system running 7 Mode to a newer system that will be All-Flash and running. With storage, ability to create/partition workloads and ability to know FlexClone, FlexVol, Snap Manager, SnapMirror, etc. is helpful. *Regards,* *Amit Sharma Sr. Technical Recruiter

AIX/SAN Admin @ Atlanta, GA

2016-11-03 Thread Amit sharma
and going from an older system running 7 Mode to a newer system that will be All-Flash and running. With storage, ability to create/partition workloads and ability to know FlexClone, FlexVol, Snap Manager, SnapMirror, etc. is helpful. *Regards,* *Amit Sharma Sr. Technical Recruiter

NetApp Storage Engineer @ Chicago, IL

2016-11-03 Thread Amit sharma
experience in Snapshot, Snaprestore, Snapmirror, Snapvault for replication and backup support. Knowledge on 7 mode transition tool (7MTT) to migrate from 7 Mode to Clustered Data Ontap. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203

Sharepoint Developer @ West Chester, PA ---- Phone screen; F2F

2016-11-02 Thread Amit sharma
fined by GRO. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: **201 479 3125* <201%20479%203125>*, **(201) 340 8700* <%28201%29%20340%208700>* Ext.: 458 | Fax: **(201) 221-8131* <%28201%29%20221-8131> *Address: One Evertrust Plaza, Suite # 305, Je

Sharepoint Developer @ West Chester, PA ---- Phone screen; F2F

2016-11-02 Thread Amit sharma
fined by GRO. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: **201 479 3125* <201%20479%203125>*, **(201) 340 8700* <%28201%29%20340%208700>* Ext.: 458 | Fax: **(201) 221-8131* <%28201%29%20221-8131> *Address: One Evertrust Plaza, Suite # 305, Je

Teradata DBA @ Columbus, GA

2016-11-02 Thread Amit sharma
rt DBA background Confirmed. • Need Previous Teradata Employment or Contractor experience! • Minimum 8 year DBA experience confirmed! • Must be able to clearly communicate in English! • Professional APPEARANCE! • Some TD Performance Skills are a plus. • Must have environment setup skills. *Regards,*

Teradata DBA @ Columbus, GA

2016-11-02 Thread Amit sharma
rt DBA background Confirmed. • Need Previous Teradata Employment or Contractor experience! • Minimum 8 year DBA experience confirmed! • Must be able to clearly communicate in English! • Professional APPEARANCE! • Some TD Performance Skills are a plus. • Must have environment setup skills. *Regards,*

Sr. Storage Administrators- @Sterling, VA

2016-11-01 Thread Amit sharma
orking in a healthcare enterprise* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suit

Sr. Storage Administrators- @Sterling, VA

2016-11-01 Thread Amit sharma
orking in a healthcare enterprise* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suit

Sr. Application Packager @ Grapevine TX

2016-10-31 Thread Amit sharma
nagers. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suite # 305, Jersey C

Sr. Application Packager @ Grapevine TX

2016-10-31 Thread Amit sharma
nagers. *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suite # 305, Jersey C

Technical Writer @ Albany, NY

2016-10-28 Thread Amit sharma
*Technical Writer* *Albany, NY* *6+ Months* *All visa are acceptable.* *Max rate is $6400 per day on c2c(all inc.)* *Consultant must have experience from healthcare domain,Claims,Policy,Compliance.* *Job description:* The candidate that will work, should have healthcare, insurance, claims

Technical Writer @ Albany, NY

2016-10-28 Thread Amit sharma
*Technical Writer* *Albany, NY* *6+ Months* *All visa are acceptable.* *Max rate is $6400 per day on c2c(all inc.)* *Consultant must have experience from healthcare domain,Claims,Policy,Compliance.* *Job description:* The candidate that will work, should have healthcare, insurance, claims

Technical Writer @ Albany, NY

2016-10-28 Thread Amit sharma
*Technical Writer* *Albany, NY* *6+ Months* *All visa are acceptable.* *Max rate is $6400 per day on c2c(all inc.)* *Consultant must have experience from healthcare domain,Claims,Policy,Compliance.* *Job description:* The candidate that will work, should have healthcare, insurance, claims

Sr DB2 Database Administrator @ St. Louis, MO

2016-10-26 Thread Amit sharma
th DB2 Administration - Database design experiences - Ability/willingness to work some weekends and nights - Strong communication skills - Works well with others *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340

Sr DB2 Database Administrator @ St. Louis, MO

2016-10-26 Thread Amit sharma
th DB2 Administration - Database design experiences - Ability/willingness to work some weekends and nights - Strong communication skills - Works well with others *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340

BI developer @ Minneapolis, MN

2016-10-26 Thread Amit sharma
<a...@net2source.com>* *Job description:* Looking for a Sr. Business Intelligence Developer with at least 5 years of experience developing in Qlikview. Healthcare background. Qlikview is a MUST have. Local preferred *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 2

BI developer @ Minneapolis, MN

2016-10-26 Thread Amit sharma
<a...@net2source.com>* *Job description:* Looking for a Sr. Business Intelligence Developer with at least 5 years of experience developing in Qlikview. Healthcare background. Qlikview is a MUST have. Local preferred *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 2

[Bug 1636742] [NEW] package tomcat7 7.0.68-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-10-26 Thread Amit Sharma
Public bug reported: Whenever I try to install a new program through apt, it throws me this error message: E: Sub-process /usr/bin/dpkg returned an error code (1) I've tried troubleshooting this error message out and a couple of times I was successful but it keeps on poping up again and again

PeopleSoft Financials Developer @ Grand Rapids, MI

2016-10-25 Thread Amit sharma
leSoft applications *Preferred Skills* - * Experienced working with PeopleSoft Billing* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <

PeopleSoft Financials Developer @ Grand Rapids, MI

2016-10-25 Thread Amit sharma
leSoft applications *Preferred Skills* - * Experienced working with PeopleSoft Billing* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <

Tableau Developer @ NYC,NY

2016-10-25 Thread Amit sharma
icient in SQL Programming - Excellent inter personal (verbal and written) communication skills to support working in a project environment - Ability to train and mentor BI Analyst and End users - Knowledge of Microsoft SQL Server Reporting Services (SSRS) a plus *Regards,*

Tableau Developer @ NYC,NY

2016-10-25 Thread Amit sharma
icient in SQL Programming - Excellent inter personal (verbal and written) communication skills to support working in a project environment - Ability to train and mentor BI Analyst and End users - Knowledge of Microsoft SQL Server Reporting Services (SSRS) a plus *Regards,*

Sr. Storage Administrators @ Sterling, VA

2016-10-24 Thread Amit sharma
ence working in a healthcare enterprise *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza

Sr. Storage Administrators @ Sterling, VA

2016-10-24 Thread Amit sharma
ence working in a healthcare enterprise *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza

Today's Requirement ----UI Developer/ Herndon, VA ------ .Net Developers ------- Minneapolis, MN

2016-10-24 Thread Amit sharma
to create (not just run) SSIS packages · Will be developing and supporting web apps *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%2

Today's Requirement ----UI Developer/ Herndon, VA ------ .Net Developers ------- Minneapolis, MN

2016-10-24 Thread Amit sharma
to create (not just run) SSIS packages · Will be developing and supporting web apps *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%2

SFDC integration developers @ Burbank, CA

2016-10-21 Thread Amit sharma
m/>experience · Follow Apex design patterns and object-oriented programming best practices · *Strong experience in web service development* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%2

SFDC integration developers @ Burbank, CA

2016-10-21 Thread Amit sharma
m/>experience · Follow Apex design patterns and object-oriented programming best practices · *Strong experience in web service development* *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%2

Mid-Level UI Developer @ Herndon, VA

2016-10-19 Thread Amit sharma
ract *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suite # 305, Jersey City, NJ - 07302 * *Emai

Mid-Level UI Developer @ Herndon, VA

2016-10-19 Thread Amit sharma
ract *Regards,* *Amit Sharma Sr. Technical Recruiter Net2Source Inc., * *Board: 201 479 3125 <201%20479%203125>, (201) 340 8700 <%28201%29%20340%208700> Ext.: 458 | Fax: (201) 221-8131 <%28201%29%20221-8131>* *Address: One Evertrust Plaza, Suite # 305, Jersey City, NJ - 07302 * *Emai

<    1   2   3   4   5   6   7   8   9   10   >