Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Hadoop

0 votes
440 views
1 answer
    From hive -h : --hiveconf <property=value> Use value for given property --hivevar <key=value> Variable subsitution to ... e.g. --hivevar A=B See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
782 views
1 answer
    Hello Friends, I created table in hive with help of following command - CREATE TABLE db.test ( fname STRING, ... first line. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
419 views
1 answer
    I'm trying to connect from Java to Hive server 1. I found a question time ago in this forum but it ... anybody know what's happening here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
855 views
1 answer
    When submitting spark streaming program using spark-submit(YARN mode) it keep polling the status and never exit ... JVM cannot create GC thread See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    I am using spark-summit command for executing Spark jobs with parameters such as: spark-submit --master yarn- ... in executing Spark programs. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
502 views
1 answer
    What is a container in YARN? Is it same as the child JVM in which the tasks on the nodemanager run or is it different? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    I am looking for a in-built String split function in Hive? e.g. if String is: A|B|C|D|E Then I ... a indexOf() and split() string functions. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
429 views
1 answer
    What is difference between yarn.scheduler.maximum-allocation-mb and yarn.nodemanager.resource.memory-mb? I see both ... these? Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
523 views
1 answer
    I am trying to install Hadoop 2.2.0 in pseudo-distributed mode. While I am trying to start the ... hdfs.server.datanode.DataNode: SHUTDOWN_MSG: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
506 views
1 answer
    I am new to hive, and want to know if there is anyway to insert data into Hive table like we do in SQL. I ... way to append the data as in SQL? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
563 views
1 answer
    I have recently started looking into querying large sets of CSV data lying on HDFS using Hive and Impala. As I ... for the same data on HDFS? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
571 views
1 answer
    I get the following error while trying to install and configure Apache Zeppelin on Windows 10: org.apache.zeppelin. ... and ran example code. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
430 views
1 answer
    I am using maven shade plugin to build Uber jar for submitting it as a job to google dataproc cluster. ... watching this tag please help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
475 views
1 answer
    i have a query regarding the mapReduce framework in mongodb, so i have a result of key value pair from mapReduce ... {user15to20: 0 } .... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
709 views
1 answer
    It is possible to enable Fetch task in Hive for simple query instead of Map or MapReduce using hive hive.fetch.task. ... table data, isn't it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    I created a new Java project, then I added Library Sqoop and Hadoop. (The Libraries are "hadoop-core-1.1.1.jar, ... but it doesn't work for me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    I'm new to Spark and I'm busy setting up a Spark Cluster with HA enabled. When starting a spark shell for testing ... /name> <value>slave1:23188</value> </property> <property> &lt...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
525 views
1 answer
    Somewhat of an odd question, but does anyone know what kind of sort MapReduce uses in the sort portion of shuffle/sort? ... ), but I'm not sure. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    I've written a mapreduce program in Java, which I can submit to a remote cluster running in distributed mode ... scripts which would be awesome! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
497 views
1 answer
    How lineage helps to recompute data? For example, I'm having several nodes computing data for 30 minutes each ... giving 15 minutes again? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
560 views
1 answer
    Need your help! I am trying a trivial exercise of getting the data from twitter and then loading it ... (HiveIOExceptionHand lerChain.java:121) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
743 views
1 answer
    I want to get the current date as YYMMDD and then set it to variable in order to use it as table name. ... the assignments are wrong. Any idea? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
503 views
1 answer
    I am trying to filter all the ip adresses in a username. But this doesnt really work properly in my query: select ... Any idea how to fix it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
442 views
1 answer
    I have setup a single node multi-user hadoop cluster. In my cluster, there is an admin user that is ... ownership to a particular user. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
440 views
1 answer
    As it stands out MultipleTextOutputFormat have not been migrated to the new API. So if we need to choose an ... have with new mapreduce API ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
620 views
1 answer
    I'm chaining multiple MapReduce jobs and want to pass along/store some meta information (e.g. configuration or ... just a fixed limited list? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
462 views
1 answer
    i can see in my mapreduce jobs that the output of the reducer part is sorted by key .. so if i have ... throw some light why such a behavior See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.5k views
1 answer
    I am trying to install hadoop on ubuntu 16.04 but while starting the hadoop it will give me following error ... error ? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...