Hbase thrift mapreduce jobs

Filter

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

    .../ Define the problem. Create Tables with constraints Design a Schema based on tables and explain the schema. Create primary keys, foreign keys. Create Procedures. Create functions. Create Views Create Index Use of the following Clauses: Example : order by, between, group by, having, order by, AND, OR, with Use Aggregate Functions Use of nested queries, Scalar Subquery. Part 2 has to be done in HBASE Create Tables – 4 tables with Column family and columns Column family - 5 column families: Make sure have different parameter. Ex: versions Minimum 4 Columns in each Column family Insert records Delete records Perform basic queries like your assignment1 Try to extract data using timestamp Insert partial data in a row Describe table. Check table status – enabled or disable...

    $145 (Avg Bid)
    $145 Avg Bid
    33 bids

    You are required to setup a multinode environment consisting of a master node and multiple worker nodes. You are also required to setup a client program that communicates with the nodes based on the types of operations requested by the user. The types of operations that expected for this project are: WRITE: Given an input file, split it into multiple partitions and store i...the types of operations requested by the user. The types of operations that expected for this project are: WRITE: Given an input file, split it into multiple partitions and store it across multiple worker nodes. READ: Given a file name, read the different partitions from different workers and display it to the user. MAP-REDUCE - Given an input file, a mapper file and a reducer file, execute a MapReduce Job on th...

    $7 - $18
    $7 - $18
    0 bids

    .../ Define the problem. Create Tables with constraints Design a Schema based on tables and explain the schema. Create primary keys, foreign keys. Create Procedures. Create functions. Create Views Create Index Use of the following Clauses: Example : order by, between, group by, having, order by, AND, OR, with Use Aggregate Functions Use of nested queries, Scalar Subquery. Part 2 has to be done in HBASE Create Tables – 4 tables with Column family and columns Column family - 5 column families: Make sure have different parameter. Ex: versions Minimum 4 Columns in each Column family Insert records Delete records Perform basic queries like your assignment1 Try to extract data using timestamp Insert partial data in a row Describe table. Check table status – enabled or disable...

    $45 (Avg Bid)
    $45 Avg Bid
    10 bids

    Its basically a thrift page on Instagram, i want to hire a person who click good photos of my clothes and provide a good reach of potential buyers for my thrift page, it would be 100 clothes project and u will be given Rs 700 to 1000 for this project , and also 10 percent profit on selling of each clothes.

    $7 (Avg Bid)
    Local
    $7 Avg Bid
    2 bids

    given a dataset and using only MapReduce framework and python, find the following: • The difference between the maximum and the minimum for each day in the month • The daily minimum • the daily mean and variance • the correlation matrix that describes the monthly correlation among set of columns Using Mahout and python, do the following: • Implement the K-Means clustering algorithm • Find the optimum number (K) of clusters for the K-mean clustering • Plot the elbow graph for K-mean clustering • Compare the different clusters you obtained with different distance measures

    $165 (Avg Bid)
    $165 Avg Bid
    8 bids

    Hello All, The objective of this subject is to learn how to design a distributed solution of a Big Data problem with help of MapReduce and Hadoop. In fact, MapReduce is a software framework for spreading a single computing job across multiple computers. It is assumed that these jobs take too long to run on a single computer, so you run them on multiple computers to shorten the time. Please stay auto bidders Thank You

    $100 (Avg Bid)
    $100 Avg Bid
    4 bids

    Hello All, The objective of this subject is to learn how to design a distributed solution of a Big Data problem with help of MapReduce and Hadoop. In fact, MapReduce is a software framework for spreading a single computing job across multiple computers. It is assumed that these jobs take too long to run on a single computer, so you run them on multiple computers to shorten the time. Please stay auto bidders Thank You

    $105 (Avg Bid)
    $105 Avg Bid
    5 bids

    Hello All, The objective of this subject is to learn how to design a distributed solution of a Big Data problem with help of MapReduce and Hadoop. In fact, MapReduce is a software framework for spreading a single computing job across multiple computers. It is assumed that these jobs take too long to run on a single computer, so you run them on multiple computers to shorten the time. Please stay auto bidders Thank You

    $123 (Avg Bid)
    $123 Avg Bid
    4 bids

    Hello All, The objective of this subject is to learn how to design a distributed solution of a Big Data problem with help of MapReduce and Hadoop. In fact, MapReduce is a software framework for spreading a single computing job across multiple computers. It is assumed that these jobs take too long to run on a single computer, so you run them on multiple computers to shorten the time. Please stay auto bidders Thank You

    $140 (Avg Bid)
    $140 Avg Bid
    6 bids

    Hello All, The objective of this subject is to learn how to design a distributed solution of a Big Data problem with help of MapReduce and Hadoop. In fact, MapReduce is a software framework for spreading a single computing job across multiple computers. It is assumed that these jobs take too long to run on a single computer, so you run them on multiple computers to shorten the time. Please stay auto bidders Thank You

    $97 (Avg Bid)
    $97 Avg Bid
    3 bids

    The objective of this assignment is to learn how to design a distributed solution of a Big Data problem with help of MapReduce and Hadoop. In fact, MapReduce is a software framework for spreading a single computing job across multiple computers. It is assumed that these jobs take too long to run on a single computer, so you run them on multiple computers to shorten the time.

    $120 (Avg Bid)
    $120 Avg Bid
    16 bids

    1. Implement the straggler solution using the approach below a) Develop a method to detect slow tasks (stragglers) in the Hadoop MapReduce framework using Progress Score (PS), Progress Rate (PR) and Remaining Time (RT) metrics b) Develop a method of selecting idle nodes to replicate detected slow tasks using the CPU time and Memory Status (MS) of the idle nodes. c) Develop a method for scheduling the slow tasks to appropriate idle nodes using CPU time and Memory Status of the idle nodes. 2. A good report on the implementation with graphics 3. A recorded execution process Use any certified data to test the efficiency of the methods

    $186 (Avg Bid)
    Urgent
    $186 Avg Bid
    11 bids

    I have a flow-chart that is needed to be translated into code preferably JS/HTML/CSS. Build me a simple quiz program based on the flow-chart. For example, I have a starting question Do you shop at a thrift store? [yes] [no] If the answer is yes, it shows the yes question. If the answer is no, it shows no question. So on and so forth, until it reaches the end/result. This is just an example, Please follow the actual flow chart. The in French Please see attached images.

    $28 (Avg Bid)
    $28 Avg Bid
    11 bids

    identify differences in implementations using Spark versus MapReduce, and understand LSH through implementing portions of the algorithm. Your task is to find hospitals with similar characteristics in the impact of COVID-19. Being able to quickly find similar hospitals can be useful for connecting hospitals experiencing difficulties and finding the characteristics of hospitals that have dealt better with the pandemic

    $189 (Avg Bid)
    $189 Avg Bid
    17 bids

    I have an input text file and a mapper and reducer file which outputs the total count of each word in the text file. I would like to have the mapper and reducer file output only the top 20 words (and their count) with the highest count. The files use and I wanna be able to run them in hadoop.

    $138 (Avg Bid)
    $138 Avg Bid
    12 bids
    Trophy icon Logo Designs Ended

    I need a minimalistic logo & sub logo of just the Hanger, I want the hanger to be formed into the letter "A". This is a thrift store/clothing store. Please be creative & do not just go off what the internet already has.

    $50 (Avg Bid)
    Guaranteed
    $50
    177 entries

    i want map reduce framework need to be implemented in scala

    $210 (Avg Bid)
    $210 Avg Bid
    7 bids

    I will have couple of simple questions regarding: NLP, FSA, MapReduce, Regular expression, N-Gram. Please let me know if you have expertise in these topics.

    $158 (Avg Bid)
    $158 Avg Bid
    34 bids

    1) Describe how to implement the following queries in MapReduce: SELECT , , , , FROM Employee as emp, Agent as a WHERE = AND = ; SELECT lo_quantity, COUNT(lo_extendedprice) FROM lineorder, dwdate WHERE lo_orderdate = d_datekey AND d_yearmonth = 'Feb1995' AND lo_discount = 6 GROUP BY lo_quantity; SELECT d_month, AVG(d_year) FROM dwdate GROUP BY d_month ORDER BY AVG(d_year) Consider a Hadoop job that processes an input data file of size equal to 179 disk blocks (179 different blocks, not considering HDFS replication factor). The mapper in this job requires 1 minute to read and fully process a single block of data. Reducer requires 1 second (not minute) to produce an answer for one key worth of values and there are a total of

    $200 (Avg Bid)
    $200 Avg Bid
    1 bids

    I can successfully run the Mapreduce job on the server. But when I want to send this job as yarn remote client with java(via yarn Rest api), I get the following error. I want to submit this job successfully via Remote Client(Yarn Rest Api.)

    $12 (Avg Bid)
    $12 Avg Bid
    3 bids

    Spend 4 hours looking up articles or videos on how to buy and sell books on the side to sell on amazon. Provide links and pick the top 5 you think sound most realistic, detailed and helpful, and put them at top. I want to experiment with finding used books at thrift shops, libraries and garage sales to sell on Amazon . I read some people manage to make thousands of dollars a month doing this and I already know how to scan them with phone to see what price they are listed for. I do not know what the most profitable types of books are or most efficient way to find them.

    $22 (Avg Bid)
    $22 Avg Bid
    12 bids

    Hey Its Cherralyn, you have designed a logo for my Thrift shop. I Really like your design. however, I do not like the squares in the middle of the hanger can you remove this, and I'll be happy to pick your design.

    $23 (Avg Bid)
    $23 Avg Bid
    1 bids
    Trophy icon New Shop Logo Ended

    I am looking for someone to do a logo for me. I am opening a clothes Thrift shop and I am in need of a new logo. I have done one myself but would like something similar and better than what I have done.

    $22 (Avg Bid)
    Guaranteed
    $22
    176 entries

    We are looking for a logo for our new shop. We have a junk removal company and our mission is to keep as much "junk" as we can out of our landfills. Many of the items we pick up have so much life left in them. That's where our new shop comes in. We will be opening a thrift store for people to come shop our junk finds. We are naming the shop "The Last Stop Shop". In our shop people can find treasures of all sorts. From grandma's old thimble collection to a beautiful MCM coffee table. There's no shortage of "weird" either...we're so happy to finally let others in on the secret of our kooky finds.

    $54 (Avg Bid)
    Guaranteed
    $54
    386 entries

    Website: Desired attributes for logo: - some personality - looks cool / classy - looks professional - family-friendly - not very over-the-top - suitable for apparel website that contains shirts, pants, bags, shoes, etc. The reason we chose this name is because leprechauns are thought to lead one to treasure. One may find some valuable items with high quality at low prices on our website.

    $80 (Avg Bid)
    Guaranteed
    $80
    287 entries

    Our website: Business: used clothing / thrift ecommerce Location: United Arab Emirates We want you to create a Facebook campaign for us to hopefully increase our sales to $400/day within 1 month for our used clothing eCommerce website, keeping ROAS above 2.5. The full project will be of 1 month duration.

    $750 - $1500
    Featured Sealed
    $750 - $1500
    45 bids

    Business Name: Secondary Thrift Selling vintage and thrifted clothes online and hope to expand that into stalls at markets and other selling platforms. Looking for something that is plain and simple but with some sort of eye catching factor. Looking to incorporate something with the trees in the picture below as I'm a Minnesota Timberwolves fan and have the business name in there instead of minnesota timberwolves and then either take out the wolf completely and possibly replace it with something to do with Vintage, Thrift or Clothing.

    $19 (Avg Bid)
    $19 Avg Bid
    53 bids

    I need someone to be able to run tiktok ads at high scale. My agency focuses on taking local thrift shop and building an online infrastructure to sell online.

    $258 (Avg Bid)
    $258 Avg Bid
    11 bids

    Write a MapReduce program with python to implement BFS. , and shell script are needed according to the detailed instructions in the uploaded file.

    $136 (Avg Bid)
    $136 Avg Bid
    24 bids

    ...to you how you pick necessary features and build the training that creates matching courses for job profiles. These are the suggested steps you should follow : Step 1: Setup a Hadoop cluster where the data sets should be stored on the set of Hadoop data nodes. Step 2: Implement a content based recommendation system using MapReduce, i.e. given a job description you should be able to suggest a set of applicable courses. Step 3: Execute the training step of your MapReduce program using the data set stored in the cluster. You can use a subset of the data depending on the system capacity of your Hadoop cluster. You have to use an appropriate subset of features in the data set for effective training. Step 4: Test your recommendation system using a set of requests that execute ...

    $20 (Avg Bid)
    $20 Avg Bid
    3 bids

    Looking for Flutter ( Dart) developer work for long term project with fixed monthly payment . Required skills : 1: At least 2 app published 2: Dart 3: API 4: Sqlite ,hbase 5: In app purchase integration experience 6: Bluetooth experience

    $354 (Avg Bid)
    $354 Avg Bid
    75 bids

    ...combination of Hex Code: #03254c (Dark Blue), #187bcd (Light Blue), and #FFD700 (Gold) ** Font Style: My client doesn't have a particular font-style in mind (Maybe something scripted or any font style that you think would be good to go with the name of my business and your design concept) ** We would like for the logo to be modern, eye-catching, with an upscale look to it (NOT reflective of a cheat thrift store) ** What They Do: Sell new, gently used, pre-loved, and unique items. (clothing, books, home decor & much more) at amazing discounted prices via an online shop. ** Industry: Retail The logo will be used on the web, for print, and for T-shirts and other novelty items. We would like for the graphic designer who is given this project to produce 3 - 4 design c...

    $80 (Avg Bid)
    $80 Avg Bid
    116 bids

    The write-up should include the main problem that can be subdivided into 3 or 4 subproblems. If I'm satisfied, we discuss further on implementation.

    $235 (Avg Bid)
    $235 Avg Bid
    4 bids

    Using mapreduce recommend the best courses for up-skilling based on a given job description. You can use the data set to train the system and pick some job descriptions not in the training set to test. It is left up to you how you pick necessary features and build the training that creates matching courses for job profiles. Project submission- 1. Code files with comments for your MapReduce implementation of training and query steps 2. . Document the design of your logic including training, query and feature engineering. data csv is too big will share separately

    $79 (Avg Bid)
    $79 Avg Bid
    2 bids

    Hi Sri Varadan Designers, I noticed your profile and would like to offer you my project. We can discuss any details over chat. I have task to do in Mapreduce in hadoop

    $16 (Avg Bid)
    $16 Avg Bid
    1 bids

    I want to run pouchdb-node on AWS Lambda. Source code: Detailed Requirements: - Deploy pouchdb-node to AWS Lambda. - Use EFS in storage layer. - Ok to limit concurrency to 1 to avoid race conditions. - Expose via Lambda HTTPS Endpoints (no API Gateway) - The basic PUT / GET functions, replication, and MapReduce must all work Project Deliverables: - Deployment script which packages pouchdb-node and deploys it to AWS using SAM or CloudFormation. Development Process: - I will not give access to my AWS Accounts. - You develop on your own environment and give me completed solution.

    $188 (Avg Bid)
    $188 Avg Bid
    7 bids

    ...oriented discussion. Must Have: ● At least 6+ years of total IT experience ● At least 4+ years of experience in design and development using Hadoop technology stack and programming languages ● Hands-on experience in 2 or more areas: o Hadoop, HDFS, MR o Spark Streaming, Spark SQL, Spark ML o Kafka/Flume. o Apache NiFi o Worked with Hortonworks Data Platform o Hive / Pig / Sqoop o NoSQL Databases HBase/Cassandra/Neo4j/MongoDB o Visualisation & Reporting frameworks like D3.js, Zeppellin, Grafana, Kibana Tableau, Pentaho o Scrapy for crawling websites o Good to have knowledge of Elastic Search o Good to have understanding of Google Analytics data streaming. o Data security (Kerberos/Open LDAP/Knox/Ranger) ● Should have a very good overview of the current landscape and ability to...

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

    ...to you how you pick necessary features and build the training that creates matching courses for job profiles. These are the suggested steps you should follow : Step 1: Setup a Hadoop cluster where the data sets should be stored on the set of Hadoop data nodes. Step 2: Implement a content based recommendation system using MapReduce, i.e. given a job description you should be able to suggest a set of applicable courses. Step 3: Execute the training step of your MapReduce program using the data set stored in the cluster. You can use a subset of the data depending on the system capacity of your Hadoop cluster. You have to use an appropriate subset of features in the data set for effective training. Step 4: Test your recommendation system using a set of requests that execute ...

    $130 (Avg Bid)
    $130 Avg Bid
    5 bids

    ...metrics to show which is a better method. OR ii) Improvement on the methodology used in (a) that will produce a better result. 2. Find a suitable paper on replication of data in hadoop mapreduce framework. a) Implement the methodology used in the paper b) i) Write a program to split identified intermediate results from (1 b(i)) appropriately into 64Mb/128Mb and compare with 2(a) using same metrics to show which is a better method. OR ii) Improvement on the methodology used in 2(a) that will produce a better result 3. Find a suitable paper on allocation strategy of data/tasks to nodes in Hadoop Mapreduce framework. a) Implement the methodology used in the paper b) i) Write a program to reallocate the splits from (2 (b(i)) above to nodes by considering the capability ...

    $162 (Avg Bid)
    $162 Avg Bid
    4 bids

    ... SQL Concepts, Data Modelling Techniques & Data Engineering Concepts is a must Hands on experience in ETL process, Performance optimization techniques is a must. Candidate should have taken part in Architecture design and discussion. Minimum of 2 years of experience in working with batch processing/ real-time systems using various technologies like Databricks, HDFS, Redshift, Hadoop, Elastic MapReduce on AWS, Apache Spark, Hive/Impala and HDFS, Pig, Kafka, Kinesis, Elasticsearch and NoSQL databases Minimum of 2 years of experience working in Datawarehouse or Data Lake Projects in a role beyond just Data consumption. Minimum of 2 years of extensive working knowledge in AWS building scalable solutions. Equivalent level of experience in Azure or Google Cloud is also acceptable M...

    $1864 (Avg Bid)
    $1864 Avg Bid
    16 bids

    Data Engineers 6+ yrs : At least 6+ years of total IT experience ● At least 4+ years of experience in design and development using Hadoop technology stack and programming languages ● Hands-on experience in 2 or more areas: o Hadoop, HDFS, MR o Spark Streaming, Spark SQL, Spark ML o Kafka/Flume. o Apache NiFi Worked with Hortonworks Data Platform o Hive / Pig / Sqoop o NoSQL Databases HBase/Cassandra/Neo4j/MongoDB o Visualisation & Reporting frameworks like D3.js, Zeppellin, Grafana, Kibana Tableau, Pentaho o Scrapy for crawling websites o Good to have knowledge of Elastic Search o Good to have understanding of Google Analytics data streaming. o Data security (Kerberos/Open LDAP/Knox/Ranger) ● Should have a very good overview of the current landscape and ability t...

    $1916 (Avg Bid)
    $1916 Avg Bid
    2 bids

    Aparupa: As discussed: We would like the following information: Company Name Company Contact Phone Number Company Contact Email Company address For: Antique Stores Antique Dealers Thrift Shops Antique Malls Within a 250 mile radius of zip code 12305. We would like this detail provided in an excel format. The milestones for this project would be a completed list of as many contacts that can be delivered in a 72-hour period from time of acceptance of the award to manage this project.

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    LDAP service on Oracle Linux 7.3 with rpm packages. LDAP for HDP-2.5.3.0 3. Install and configure Ranger HDP service security on Hbase and Solr tables and collection and validate the security with 5 users

    $153 (Avg Bid)
    $153 Avg Bid
    1 bids

    ...taking advantage of the CI/CD pipelines when possible - Help with troubleshooting and configuration fine-tuning on several platforms (apache, haddoop, hbase etc) - Build and maintain a local testing environment replica for developers. - Help plan for "non hyper cloud" deployments. OpenStack, ProxMox, Kubernetes. All are on the table but the most "appropriate" one must be selected considering the architecture and CI/CD capabilities. - Build and maintain "on prem" alternatives of the AWS structure. This will include hardware planing (server) but also deployment of several VMs (or containers at some point) with techs including php+nginx, hadoop with hbase (and phoenix), sql database (probably mysql) and CEPH object storage. - Be the technical cha...

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

    The purpose of this project is to develop a working prototype of a network monitoring and reporting Platform that receives network health and status, traffic data from several network infrastructure monitoring sources, and produces an aggr...Platform that receives network health and status, traffic data from several network infrastructure monitoring sources, and produces an aggregate of network status data for processing by a data analytics engine. This prototype will be known as NetWatch. The NetWatch solution will utilize data processing and analytics services via the Hadoop infrastructure, and data reporting features of the Hbase or MYSQL/Datameer tool. The prototype will be used by the Network A&E team to determine its viability as a working engine for network status ...

    $7 - $18
    $7 - $18
    0 bids

    Hi Mohd. I hope you are well, I have some Big Data exercises (hive, pig, sed and mapreduce) I would like to know if you can help me

    $80 (Avg Bid)
    $80 Avg Bid
    1 bids

    Please have a look at the below stack. 1. Bash Scripting. 2. Hive 3. Scala Spark 4. HBase and other regular big data technologies.

    $510 (Avg Bid)
    Local
    $510 Avg Bid
    16 bids

    - Backup HBase database on internal infrastructure

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

    We are looking for a machine learning engineer who must have the following experience: 1. python coding: +7 years of experience 2. Machine Leaning: +5 years of experience (Scikit-Learn, TensorFlow, Caffe, MXNet, Keras, XGBoost) 3. AI/Deep Learning: +5 years of experience 4. Cloud computing: AWS, S3, EC2, EMR, SageMaker, ECS, Lambda, IAM 5. distributed computing technology: Hadoop, Spark, HBase, Hive / Impala, or any similar technology Should be an independent developer, NO CONSULTING COMPANY There will be series of technical interview about python coding, machine learning, AI , cloud computing. Candidate must have an excellent skill in python coding and be able to answer challenging python questions during the interview

    $55 / hr (Avg Bid)
    $55 / hr Avg Bid
    13 bids

    Design, code, test Hive, Sqoop, HBase, Yarn, UNIX Shell scripting Spark and Scala mandatory You should have working experience in previous projects not a beginner level projects so please be ready to design develop and fix the bugs. Working hours and all We can decide over the chat.

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