Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    977 mapreduce jobs found, pricing in USD

    Familiarity with Hadoop ecosystem and its components: obviously, a must! Ability to write reliable, manageable, and high-performance code Expertise knowledge of Hadoop HDFS, Hive, Pig, Flume and Sqoop. Working experience in HQL Experience of writing Pig Latin and MapReduce jobs Good knowledge of the concepts of Hadoop. Analytical and problem-solving skills; the implementation of these skills in Big Data domain Understanding of data loading tools such as Flume, Sqoop etc Good knowledge of database principles, practices, structures, and theories

    $613 (Avg Bid)
    $613 Avg Bid
    2 bids

    Using ansible, harvest twitter data with geo coordinates using twitter API and put into a couchDB. The CouchDB setup may be a single node or based on a cluster setup. The cloud based solution should use 4 VMs with 8 virtual CPUs and 500Gb of volume storage. The data is then combined with other useful geographic data to produce some visualization summary results using MapReduce.

    $101 (Avg Bid)
    $101 Avg Bid
    8 bids

    Write a MapReduce program to analyze the income data extracted from the 1990 U.S. Census data and determine whether most Americans make more than $50,000 or $50,000 or less a year in 1990. Provide the number of people who made more than $50,000 and the number of people who made $50,000 or less. Download data from http://archive.ics.uci.edu/ml/datasets/Census+Income

    $162 (Avg Bid)
    Urgent
    $162 Avg Bid
    7 bids

    1 Explain the concept of Big Data and its importance in a modern economy 2 Explain the core architecture and algorithms underpinning big data processing 3 Analyse and visualize large data sets using a range of statistical and big data technologies 4 Critically evaluate, select and employ appropriate tools and technologies for the development of big data applications

    $18 - $153
    Sealed NDA
    $18 - $153
    2 bids

    Big Data task with the use of python and hadoop using mapreduce techniques

    $14 (Avg Bid)
    $14 Avg Bid
    6 bids

    Hadoop, Implementation of MapReduce application

    $15 (Avg Bid)
    $15 Avg Bid
    6 bids

    Parsing, Cleaning, and Profiling of the attached file by removing hashtags, emoticons, or any redundant data which is not useful for analysis. And MapReduce output will be on HDFS like the image attached named "Output" but should be clean. Tasks: Dataset: Programming: MapReduce with Java Data profiling: Write MapReduce java code to characterize (profile) the data in each column. Data cleaning: Cleaning and Profiling the tweets by removing hashtags, emoticons, or any redundant data which is not useful for analysis. Write MapReduce java code to ETL (extract, transform, load) data source. Drop some unimportant columns, Normalize data in a column, and Detect badly formatted rows.

    $20 (Avg Bid)
    $20 Avg Bid
    1 bids

    ...con l’architettura utilizzata in tutta l’azienda. Competenze richieste - Laurea in Informatica, Information Technology o equivalente esperienza tecnica. - Almeno 3 anni di esperienza professionale. - Profonda conoscenza ed esperienza in statistica. - Previa esperienza in programmazione, preferibilmente in Python, Kafka o Java e volontà di apprende nuovi linguaggi. - Competenze su Hadoop v2, MapReduce, HDFS. - Buona conoscenza dei Big Data querying tools. - Esperienza con Spark. -Esperienza nel processare grandi quantità di dati, sia strutturati che non, inclusa l’integrazione di dati che provengono da fonti diverse. - Esperienza con NoSQL databases, come Cassandra o MongoDB. - Esperienza con vari sistemi di messagistica, come Kafka o RabbitMQ Du...

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    6 bids

    I need some help with a small task completing some beginning steps in Hadoop with python. Come to the chat and I can explain more. It will not take long, the only thing you need is virtualbox and some som python & Hadoop knowledge.

    $21 (Avg Bid)
    $21 Avg Bid
    4 bids

    Cleaning and Profiling the tweets by removing hashtags, emoticons, or any redundant data which is not useful for analysis. Organize the use... or any redundant data which is not useful for analysis. Organize the user_location column in a common standard format. Dataset has been attached. Or you can get it from the link below: Tasks: Data profiling: Write MapReduce java code to characterize (profile) the data in each column. Data cleaning: Cleaning and Profiling the tweets by removing hashtags, emoticons, or any redundant data which is not useful for analysis. Write MapReduce java code to ETL (extract, transform, load) data source. Drop some unimportant columns, Normalize data in a column, and Detect badly formatted rows.

    $24 (Avg Bid)
    $24 Avg Bid
    2 bids

    Detailed summary must contain the main theme of the paper, the approach considered for the work, limitation, current trend in this area and your own judgement on the weakness of the paper. The article is attached separately with this assignment. Summary must include the following: - Understand the contribution of the paper - Understand the technologies - Analyse the current Trend with respect to each paper - Identify the drawback of the paper - Any alternative improvement - Follow IEEE reference style Must be: Excellent in explanation of problem understanding, explanation of Technologies, explanation of Scope of the work, explanation of limitation of the work, explanation of improvements

    $24 (Avg Bid)
    $24 Avg Bid
    16 bids

    Configure hadoop and perform word count on an input file by using mapreduce on multiple nodes (for example - 1 master and 2 slave nodes).Compare the results obtained by changing the block size each time.

    $76 (Avg Bid)
    $76 Avg Bid
    3 bids

    I need help with Hadoop, map reduce and spark. deadline is 24 hrs. please see attached files.

    $10 - $30
    $10 - $30
    0 bids

    ...be used for the application created. The approach involves identifying trading signals in financial time series and capturing the risk associated to these. Such an assessment might support a subsequent evaluation of a trading strategy. Requirements: You must use: (i) Google App Engine, (ii) AWS Lambda, and (iii) one of the other scalable services in AWS: Elastic Compute Cloud (EC2), Elastic MapReduce (EMR) or – should you wish to explore – EC2 Container Service (ECS). Subsequent mentions of scalable services in this document mean Lambda plus your choice of (EC2 or EMR or ECS). ii. Your system must offer a persistent front-end through which the user will initialise (create or ‘warm up’, as necessary) and terminate (as necessary to remove any possible conti...

    $774 (Avg Bid)
    $774 Avg Bid
    4 bids

    This project is mainly about tracking people which is like a social network friendship recommendation algorithm using MapReduce

    $23 (Avg Bid)
    $23 Avg Bid
    3 bids

    1. Write a MapReduce program to find the frequency of each letter, case insensitive, in any input user-specified files. For example, "The quick brown fox jumps over the lazy dog" as input should generate the following output (letter,count) pairs: (T, 2), (H, 1), (E, 3), etc. 2. Your program also must find the total count of letters, case insensitive, from the input. Generate one extra output pair whose key is the string "total" and whose value is the total count of all letters. 3. Test your program against the 3 attached input files. 4. The input and output will be read/written from/into HDFS. 5. Your program must consist of a single file, namely, LetterCount.java. Declare the mapper and reducer classes as inner classes.

    $15 (Avg Bid)
    $15 Avg Bid
    1 bids

    1. Write a MapReduce program to find the frequency of each letter, case insensitive, in any input user-specified files. For example, "The quick brown fox jumps over the lazy dog" as input should generate the following output (letter,count) pairs: (T, 2), (H, 1), (E, 3), etc. 2. Your program also must find the total count of letters, case insensitive, from the input. Generate one extra output pair whose key is the string "total" and whose value is the total count of all letters. 3. Test your program against the 3 attached input files. 4. The input and output will be read/written from/into HDFS. 5. Your program must consist of a single file, namely, LetterCount.java. Declare the mapper and reducer classes as inner classes.

    $12 (Avg Bid)
    $12 Avg Bid
    4 bids

    Teksands is looking for an experienced Trainer/Mentor on Hadoop Big Data Engineering with excellent knowledge on the following stack: Hadoop (HDFS, MapReduce) Spark Hive Kafka Only experienced candidates should apply. This is a part-time / contract role – classes in evening/flexible timings, 2-3 times per week for 1.5 hours. Mentor’s responsibility is to teach key concepts to the students, guide them in further learning, provide and guide in assignments and projects, helping them crack interviews. About Teksands: We are a Talent Solutions company helping corporates with Sourcing and Skilling for their talent needs through our flagship Bootcamp based program called Lift-Off. Our goal is to develop future-ready workforce out of fresh grads and junior engineers giving...

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    3 bids

    there are two data sets online retail system, have to write one mapreduce program for both data sets

    $26 (Avg Bid)
    $26 Avg Bid
    3 bids

    Write a MapReduce program in Hadoop that implements the single-pass matrix multiplication.

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    4 bids

    Skills: Java EE, EJB, Spark, marven, ant, hadoop, spring, mapreduce etc and hope you can work with eclipse. We can connect over discord,zoom, skype anything. EC story Create an ANT project, named ec-stats, for simple descriptive statistics.

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    7 bids

    ...warehouse technical architectures, infrastructure components, ETL/ ELT and reporting/analytic tools and environments (such as Apache Beam, Hadoop, Spark, Pig, Hive, MapReduce, Flume). · Understanding of the auxiliary practical concerns in production ML systems. If you are interested and matching as per requirements, kindly share your updated CV and below details Total Experience? Relevant Experience in deep learning frameworks (such as l, Torch, Caffe, Theano) ? Python, Scala, AWS, Azure and Google cloud platforms? Machine Learning? Reporting/analytic tools and environments (such as Apache Beam, Hadoop, Spark, Pig, Hive, MapReduce, Flume).? Current Company? Current Location Flexible to work in the office? Current CTC? Expected CTC? Notice Period? (Shortlisting ...

    $1553 (Avg Bid)
    $1553 Avg Bid
    7 bids

    Implement a parallel program in Java to process a set of text documents received as input, evaluating the length of the processed words, as well as arranging the documents according to the length words and the frequency with which they occur. Each word will be associated with a value, depending on the number of letters. The value of a word is determined by a formula based on Fibonacci's row, so how to explain it later. The rank of a document is calculated by summing the values of all the words in this one. In addition, the maximum length word (or words, if any) shall be laid down for each document several with the same maximum length). Following the parting process, the number of letters of each existing word in a document will be determined, obtaining a list of pairs {length, number ...

    $27 (Avg Bid)
    $27 Avg Bid
    2 bids

    Implement a parallel program in Java to process a set of text documents received as input, evaluating the length of the processed words, as well as arranging the documents according to the length words and the frequency with which they occur. Each word will be associated with a value, depending on the number of letters. The value of a word is determined by a formula based on Fibonacci's row, so how to explain it later. The rank of a document is calculated by summing the values of all the words in this one. In addition, the maximum length word (or words, if any) shall be laid down for each document several with the same maximum length). Following the parting process, the number of letters of each existing word in a document will be determined, obtaining a list of pairs {length, number ...

    $40 (Avg Bid)
    $40 Avg Bid
    3 bids

    . In this project, you will use the IMDB (International Movies) dataset and develop programs to get interesting insights into the dataset using Hadoop map/reduce paradigm. Please use the following links for a better understanding of Hadoop and Map/Reduce () 1. XSEDE Expanse M/R system You will be using the XSEDE Comet system for your project. Your login has been added for usage. Instructions have been given for using Comet. This is a facility supported by NSF for educational usage. Please make sure you stay within the quota for usage which is approximately 500 SU’s per team. You can install Hadoop on your laptop/desktop for developing and testing the code before you run it on Comet

    $200 (Avg Bid)
    $200 Avg Bid
    2 bids

    Experience in guiding with Big Data Technology (MapReduce, Hadoop, Spark, Cassandra)

    $16 (Avg Bid)
    $16 Avg Bid
    4 bids

    Hi all, Looking for support on below skill set Transition of legacy ETLs with Java and Hive queries to Spark ETLs. Design and develop data processing solutions and custom ETL pipelines for varied data formats like parquet and Avro. Design, develop, test and release ETL mappings, mapplets, workflows using Streamsets, Java MapReduce, Spark and SQL. Let me know if you have experience in it

    $93 (Avg Bid)
    $93 Avg Bid
    4 bids

    Write a regular Python program and then write a mapper and reducer for both txt and csv files

    $82 (Avg Bid)
    $82 Avg Bid
    3 bids

    Use MapReduce in Hadoop to process CSV data file Time: 16hrs Price: 40usd Details: Agreement on changes if any after submission Everything to be done exactly as mentioned in the files Updates every 4 hours Plagiarism Free

    $40 (Avg Bid)
    $40 Avg Bid
    1 bids

    I need help to Use MapReduce in Hadoop to process CSV data file. I will share more details in chat.

    $30 (Avg Bid)
    $30 Avg Bid
    3 bids

    I need help tp Use MapReduce in Hadoop to process CSV data file using Python. I will provide more details in chat.

    $30 (Avg Bid)
    $30 Avg Bid
    3 bids

    Looking for Expert who is familiar in Mapreduce Programming, should use Scala to develop your MapReduce program. Detailed requirements will be shared in DM Thanks

    $93 (Avg Bid)
    $93 Avg Bid
    8 bids

    Looking for Expert who is familiar in Mapreduce Programming, should use Scala to develop your MapReduce program. Detailed requirements will be shared in DM Thanks

    $102 (Avg Bid)
    $102 Avg Bid
    9 bids

    Looking for Expert who is familiar in Mapreduce Programming, should use Scala to develop your MapReduce program. Detailed requirements will be shared in DM Thanks

    $112 (Avg Bid)
    $112 Avg Bid
    5 bids

    Need someone who is expert in mapreduce, spark and scala maven.

    $123 (Avg Bid)
    $123 Avg Bid
    6 bids

    Implement a small Java program for Hadoop that will extract and reduce the information of the dataset. Determine which useful information can be extracted from the set. More details will be shared with the freelancer

    $158 (Avg Bid)
    $158 Avg Bid
    6 bids

    I need an NLP project implementation in Mapreduce. More details to be shared with successful freelancer

    $25 (Avg Bid)
    $25 Avg Bid
    1 bids

    Need someone who is an expert in scala, MapReduce and spark programming.

    $129 (Avg Bid)
    $129 Avg Bid
    4 bids

    Looking for Expert who is familiar in Mapreduce Programming, should use Scala to develop your MapReduce program. Detailed requirements will be shared in DM Thanks

    $122 (Avg Bid)
    $122 Avg Bid
    3 bids

    Need someone who is an expert in scala, MapReduce and spark programming.

    $146 (Avg Bid)
    $146 Avg Bid
    9 bids

    Need an expert in Spark programming and Scala Maven.

    $90 (Avg Bid)
    $90 Avg Bid
    3 bids

    Hello, Want to hire MapReduce and Hadoop Expert More details via chat Thank You

    $20 - $167
    Sealed
    $20 - $167
    3 bids

    ...Graduate degree educated in computer science or a relevant subject • Good software engineering principals • Strong SQL Server 2012 and above • Good understanding of OLAP data models design • Experience in working on Azure Services like Azure Data Factory • Knowledge of Power shell • Experience of working in Agile delivery Desirable: • Knowledge of Big Data technologies, such as Spark, Hadoop/MapReduce is desirable but not essential • Knowledge of Azure services like HD Insight, Azure DataBricks etc. • Knowledge and practical experience of cloud-based platforms and their offerings (such as Google GCP, AWS, and Azure) would be advantageous • Understanding of infrastructure (including hosting, container-based deployments and ...

    $384 (Avg Bid)
    $384 Avg Bid
    6 bids

    ...Amazon CloudSearch Amazon Cognito Amazon Cognito Sync Amazon Comprehend Amazon Connect Amazon Detective Amazon DocumentDB (with MongoDB compatibility) Amazon DynamoDB Amazon EC2 Container Registry (ECR) Amazon EC2 Container Service Amazon ElastiCache Amazon Elastic Compute Cloud Amazon Elastic Container Service for Kubernetes Amazon Elastic File System Amazon Elastic Inference Amazon Elastic MapReduce Amazon Elastic Transcoder Amazon Elasticsearch Service Amazon FSx Amazon Forecast Amazon GameLift Amazon GameOn Amazon Glacier Amazon GuardDuty Amazon Honeycode Amazon Inspector Amazon Interactive Video Service Amazon Kendra Amazon Keyspaces (for Apache Cassandra) Amazon Kinesis Amazon Kinesis Analytics Amazon Kinesis Firehose Amazon Kinesis Video Streams Amazon Lex Amazon Lightsail...

    $670 (Avg Bid)
    $670 Avg Bid
    3 bids

    Write advanced MapReduce programs which give your chance to develop in-depth understanding of principles when solving complex problems on Hadoop execution platform, and analyze solutions by applying the knowledge learned in this course to achieve the optimal outcome

    $151 (Avg Bid)
    $151 Avg Bid
    6 bids

    To design a MapReduce based algorithm (you can pick any machine learning algorithm you like) which can handle huge datasets using a large number of computers. In addition, you should provide proper data analysis for your algorithm. Questions you need to answer in your report such as: 1. What is your data processing pipeline? (graphs and words description) 2. What kind of analytics do you apply on the dataset?

    $468 (Avg Bid)
    $468 Avg Bid
    18 bids

    Hello I want to hire professional freelancer for my project Thank You

    $20 - $167
    Sealed
    $20 - $167
    0 bids

    I will provide more details the job needs to write coding in java and work in Hadoop

    $140 (Avg Bid)
    $140 Avg Bid
    3 bids

    Helping with java code to implement MapReduce program using maven project in eclipse more details will provide later Deliverables Maven project has Map class Reduce class Main class any classes for clustering in the MapReduce project plot clusters in different colors the hadoop command must be hadoop jar package name /input /output numer_cluster

    $70 (Avg Bid)
    $70 Avg Bid
    7 bids

    looking for a freelancer who has good knowledge in theory and practical part of data science, especially Spark Runtime and RDD, Pair RDD, DataFrame and SparkSQL Hadoop, MapReduce

    $110 (Avg Bid)
    $110 Avg Bid
    3 bids

    Top mapreduce Community Articles