Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2144 | 11-01-2016 05:43 PM | |
6551 | 11-01-2016 05:36 PM | |
4174 | 07-01-2016 03:20 PM | |
7127 | 05-25-2016 11:36 AM | |
3459 | 05-24-2016 05:27 PM |
03-01-2016
11:08 AM
@Zaher Mahdhi I was able to reproduce this and now job is running after fixing R script. R script needs to look like this....Notice the next line between env and Rscript #!/usr/bin/env
Rscript
f <- file("stdin")
open(f)
state_data = read.table(f)
summary(state_data) hadoop jar /usr/hdp/current/hadoop-mapreduce-client/hadoop-streaming-2.7.1.2.3.4.0-3485.jar -input cities.txt -output streamout11_r -mapper /bin/cat -reducer script.r -numReduceTasks 2 -file script.r
... View more
03-01-2016
10:59 AM
@Michael Ionkin You mentioned that there were errors during deployment and confusion in configuration. https://community.hortonworks.com/questions/11789/ambari-blueprints-and-namenode-metadata.html See this
... View more
03-01-2016
10:27 AM
@Karthik Gopal I did see that link but no luck on finding an exact information on Hadoop integration with Tensorflow. Spark can run on HDFS and we can HDP on spark to use Tensorflow. Theoretically, This makes sense. Do you have access to support?
... View more
03-01-2016
09:59 AM
@Karthik Gopal I don't see any reference to Hadoop based on the white paper and git code. https://github.com/tensorflow/tensorflow
... View more
03-01-2016
09:12 AM
@soumyabrata kole
See this http://datafu.incubator.apache.org/docs/datafu/guide/bag-operations.html
... View more
03-01-2016
09:09 AM
@amira chaari Make sure that you are providing the correct password root hadoop --> password Once you are in then it will ask you to reset the password -- Demo If it does not work then you can delete the vm and reimport the sandbox image
... View more
03-01-2016
08:02 AM
@Nilesh You can add 2nd HS2 https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-HowtoStart Hive metastore Backup and restore https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_upgrading_Ambari/content/_perform_backups_mamiu.html
... View more
03-01-2016
07:41 AM
Metastore move @Nilesh
... View more
03-01-2016
07:33 AM
@Nilesh See this You can use ambari to move HiveServer2 and other components.
... View more
03-01-2016
04:30 AM
@rbalam https://community.hortonworks.com/questions/373/is-distcp-the-mechanism-for-moving-files-into-an-e.html
... View more