Member since
07-29-2019
640
Posts
114
Kudos Received
48
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 14471 | 12-01-2022 05:40 PM | |
| 3300 | 11-24-2022 08:44 AM | |
| 4955 | 11-12-2022 12:38 PM | |
| 1800 | 10-10-2022 06:58 AM | |
| 2589 | 09-11-2022 05:43 PM |
12-05-2019
04:49 PM
@emanueol as of this writing, I believe that XML attachments aren't allowed, but you can cut and paste the XML source code into the body of a post using the Insert/edit code sample feature of the editor.
... View more
12-04-2019
07:34 PM
Hi @emanueol, glad you found an answer to your question.
Just for future reference, it is possible for members of this community to include screen shots with their questions without relying on a public server to host them.
In the editor you use for composing your question, click the "camera" icon and you'll be allowed to upload a photo in any one of a few different formats. Here's an example that I produced from taking a screen shot of the editor:
...if you're still experiencing issues with uploading images, please send me a private message and let me know.
... View more
11-26-2019
07:02 AM
@Maryam While we welcome your question, you would be much more likely to obtain a useful answer if you posted this to the the appropriate forum for Microsoft Azure Hdinsight.
... View more
11-15-2019
07:42 PM
@sagittarian Thanks for letting us know you solved your issue. If you could mark the appropriate reply above as the solution (by clicking the Accept as Solution button) it would help others in a similar situation find it in the future.
... View more
11-15-2019
03:11 PM
@frassis You wrote that you were " following the guide suggested here", but there was no indication as to what guide you were actually following. Did you perhaps forget the hyperlink?
... View more
10-14-2019
10:59 PM
@Jena, did you:
follow the Sandbox Deployment and Install Guide?
get all the way through the Learning the Ropes of the HDP Sandbox tutorial?
... View more
10-06-2019
11:58 AM
Well, you didn't say what your background was or how much experience with Hadoop you currently have from an administrator's perspective. Assuming you are a beginner, I'd recommend reading over a book like this one:
• Murthy, A., Vavilapalli, V., Eadline, D., Niemiec, J., & Markham J. (2014). Apache Hadoop YARN: Moving beyond MapReduce and Batch Processing with Apache Hadoop 2. Upper Saddle River, NJ: Addison-Wesley Professional
…to get the relevant introductory information before you start in on your project. Good luck, and I look forward to seeing the results of your work on GitHub in the future!
... View more
10-02-2019
07:23 PM
@ravikiran_sharm we've passed along your concerns and note of frustration to the relevant parties internally and they are actively working on your case. They say they are working with you directly to get this resolved.
... View more
09-09-2019
09:00 PM
1 Kudo
@DrJ Not an expert on MongoDb, but your hint is that the yum command-line package-management utility is telling you that something is wrong with the file it's using to assist in the installation.
Verify that you have a file at the location /etc/yum.repos.d/mongod-org-3.4.repo or whatever it's supposed to be using by using the file command, a la:
[bbrooks@ip-172.16.0.0 box]$ file /etc/yum.repos.d/mongod-org-3.4.repo
/etc/yum.repos.d/mongod-org-3.4.repo: ASCII text
[bbrooks@ip-172.16.0.0 box]$
…and once you've verified that it's present (is it supposed to be mongod-org-3.4.repo or mongodb-org-3.4.repo ?), compare the first couple of lines in the file to a few other ones located in the /etc/yum.repos.d/ directory and check that you haven't inadvertently introduced spaces or something into the file.
... View more
08-03-2019
03:00 PM
The above question and the entire response thread below were originally posted in the Community Help track. On Sat Aug 3 14:59 UTC 2019, a member of the HCC moderation staff moved it to the Data Ingestion & Streaming track. The Community Help Track is intended for questions about using the HCC site itself.
... View more